Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update gomod-sigsk8sio-dependencies #2414

Closed
wants to merge 1 commit into from

Conversation

renovate-rancher[bot]
Copy link
Contributor

@renovate-rancher renovate-rancher bot commented May 7, 2024

This PR contains the following updates:

Package Type Update Change
sigs.k8s.io/cli-utils require minor v0.34.0 -> v0.36.0
sigs.k8s.io/controller-runtime require minor v0.16.3 -> v0.18.2
sigs.k8s.io/controller-runtime require minor v0.17.2 -> v0.18.2
sigs.k8s.io/controller-tools require minor v0.14.0 -> v0.15.0
sigs.k8s.io/kustomize/api require digest 6ce0bf3 -> e244b83
sigs.k8s.io/kustomize/kyaml require digest 6ce0bf3 -> e244b83

Release Notes

kubernetes-sigs/cli-utils (sigs.k8s.io/cli-utils)

v0.36.0

Compare Source

Changelog

  • cbc090d Add conversion func for status-policy
  • 8964a66 Update dependencies
  • ac3bd31 Update linter and fix warnings
  • 6bdf5b5 Update to Kubernetes v1.28.4 And update go version to 1.20
  • 542546c Use HTTPClientFor instead of defaultHTTPClient
  • e708f5a disable linter for NewExponentialBackoffManager
  • b2051cf update dependencies to k8s.io v0.27.2

v0.35.0

Compare Source

Changelog

kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)

v0.18.2

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.18.1...v0.18.2

v0.18.1

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.18.0...v0.18.1

v0.18.0

Compare Source

⚠️ Breaking Changes
✨ New Features
  • cache: Add TransformStripManagedFields transform func (#​2791)
  • client: Add client.WithFieldOwner to configure client-wide FieldManager (#​2771 #​2777)
  • controller: Add NewQueue option (#​2767)
  • manager: Export HTTP server runnable implementation (#​2473)
  • metrics/server: Add ListenConfig option (#​2519)
🐛 Bug Fixes
  • builder/webhook: Return error if For() is used multiple times (#​2740)
  • cache: Keep selectors when byObject.Namespaces is defaulted (#​2747)
  • cache: Prevent race when informers are started more than once (#​2758)
  • fake client: Allow fakeclient to patch CR with no resourceVersion (#​2725)
  • fake client: Do not consider an apply patch to be a strategic merge patch (#​2679)
  • manager: Prevent leader election when shutting down a non-elected manager (#​2724)
  • manager: Runnable group should check if stopped before enqueueing (#​2757)
  • restmapper: Clean restmapper cache if a version is notFound (#​2663)
  • restmapper: Fix cache invalidation (#​2687)
🌱 Others
  • ci: Add OSSF scorecard action (#​2714)
  • ci: Improve github actions dependencies versions and permissions (#​2715)
  • ci: Pin checkout action in golangci-lint action, bump checkout action, use consistent tag format (#​2729)
  • ci: Update golangci-lint to v1.57.2 (#​2708 #​2751)
  • ci: Update scorecard github action (#​2728)
  • ci: Use go-install for versioned dependencies (#​2710)
  • envtest: WaitForDefaultNamespace while starting up envtest (#​2668)
  • owners: Cleanup owners files (#​2730)
  • owners: Remove outdated testing framework approvers (#​2709)
  • predicate: Compare labels and annotations using maps.Equal (#​2705)
  • typos: Fix typo of CacheReader comment (#​2773)
  • typos: Fix typo in channel option (#​2792)
  • typos: Minor typo fixes in docstrings (#​2727)

📖 Additionally, there have been 3 contributions to our documentation and book. (#​2712, #​2770, #​2789)

Dependencies
Added
Changed
  • github.com/evanphx/json-patch/v5: v5.8.0 → v5.9.0
  • github.com/golang/protobuf: v1.5.3 → v1.5.4
  • github.com/google/cel-go: v0.17.7 → v0.17.8
  • github.com/onsi/ginkgo/v2: v2.14.0 → v2.17.1
  • github.com/onsi/gomega: v1.30.0 → v1.32.0
  • github.com/prometheus/client_golang: v1.18.0 → v1.16.0
  • github.com/prometheus/client_model: v0.5.0 → v0.4.0
  • github.com/prometheus/common: v0.45.0 → v0.44.0
  • golang.org/x/crypto: v0.16.0 → v0.21.0
  • golang.org/x/mod: v0.14.0 → v0.15.0
  • golang.org/x/net: v0.19.0 → v0.23.0
  • golang.org/x/sync: v0.5.0 → v0.6.0
  • golang.org/x/sys: v0.16.0 → v0.18.0
  • golang.org/x/term: v0.15.0 → v0.18.0
  • golang.org/x/tools: v0.16.1 → v0.18.0
  • google.golang.org/protobuf: v1.31.0 → v1.33.0
  • k8s.io/api: v0.29.0 → v0.30.0
  • k8s.io/apiextensions-apiserver: v0.29.0 → v0.30.0
  • k8s.io/apimachinery: v0.29.0 → v0.30.0
  • k8s.io/apiserver: v0.29.0 → v0.30.0
  • k8s.io/client-go: v0.29.0 → v0.30.0
  • k8s.io/code-generator: v0.29.0 → v0.30.0
  • k8s.io/component-base: v0.29.0 → v0.30.0
  • k8s.io/klog/v2: v2.110.1 → v2.120.1
  • k8s.io/kms: v0.29.0 → v0.30.0
  • k8s.io/kube-openapi: 2dd684a70dd376
  • sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.28.0 → v0.29.0
  • sigs.k8s.io/yaml: v1.4.0 → v1.3.0
Removed
  • github.com/matttproud/golang_protobuf_extensions/v2: v2.0.0
  • go.uber.org/atomic: v1.10.0
  • k8s.io/gengo: 9cce18d

Thanks to all our contributors! 😊

v0.17.5

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.17.4...v0.17.5

v0.17.4

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.17.3...v0.17.4

v0.17.3

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.17.2...v0.17.3

v0.17.2

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.17.1...v0.17.2

v0.17.1

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.17.0...v0.17.1

v0.17.0

Compare Source

⚠️ Breaking Changes

  • Fake client: Only set TypeMeta for unstructured (#​2633)
  • Update k8s.io/* deps to 1.29 (#​2457 #​2500 #​2553 #​2588 #​2612 #​2615 #​2621)
  • Remove apiutil.NewDiscoveryRESTMapper, use DynamicRESTMapper by default for cache (#​2611)
  • RESTMapper: don't treat non-existing GroupVersions as errors (#​2571)
  • Webhooks: Deprecate admission.Validator and admission.Defaulter (#​2639)
  • Webhooks: Limit size of AdmissionRequests to 7MB and size of TokenReviews to 1MB (#​2598)

✨ New Features

  • Cache: Allow defining options that apply to all namespaces without explicit config (#​2528)
  • Cache: Allow to remove informers (#​2285)
  • Cache: Add option to set WatchErrorHandler on informers (#​2494)
  • Client: client.MatchingFields now supports multiple indexes (#​2512)
  • Fake client: Add flowcontrol api v1 (#​2623)
  • Reconciler: Add reconcile.ObjectReconciler (#​2592)

🐛 Bug Fixes

  • Add corev1, coordinationv1 scheme for leader election when LeaderElection manager option is true (#​2461)
  • Cache: Default namespace only for namespaced object (#​2480)
  • Client: Don't truncate large int64s in MergePatch (#​2650)
  • controllerutil: Add RemoveControllerReference and HasControllerReference func (#​2509 #​2595)
  • controllerutil: Add RemoveOwnerReference func (#​2462)
  • Dependencies: Refactor tests to drop hard otel dependency (#​2460)
  • Envtest: CRDs that aren't convertible should unset spec.conversion (#​2525)
  • Fake client: Correctly identify if patch call was made on status (#​2508)
  • Fake client: Do not update anything but status when using subresource client (#​2479)
  • Fake client: Fix returning object after status update (#​2489)
  • Fake client: Fix status subresource getting updated on Update when it is empty (#​2484)
  • Fake client: Handle unstructured status update with fake client (#​2495)
  • Manager: Fix goroutine leak (#​2527)
  • Manager: Use HTTP client from leaderElectionConfig for leader election recorder provider (#​2464)
  • RESTMapper: Return NoResourceMatchError when appropriate for backwards compatibility. (#​2472)
  • Webhook: Handle http.NoBody (#​2605)

🌱 Others

  • Client: Make client.MatchingLabels faster (#​2529)
  • Envtest: Allow to ignore scheme.Convertible check for CRDs (#​2555)
  • Envtest: Improve process cleanup (#​2560)
  • Metrics: Add 100/1000s buckets for Prometheus workqueue histograms (#​2638)
  • Metrics: Avoid dependency on apiserver/options if metrics/filters are used (#​2645)
  • Replace k8s.io/utils/pointer with k8s.io/utils/ptr (#​2488)
  • Webhooks: Cleanup webhook variable assignment (#​2604)

🌱 Dependencies

📖 Additionally, there have been 5 contributions to our documentation. (#​2497, #​2498, #​2538, #​2599, #​2602, #​2635 #​2647)

Thanks to all our contributors! 😊

v0.16.6

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.16.5...v0.16.6

v0.16.5

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.16.4...v0.16.5

v0.16.4

Compare Source

What's Changed

New Contributors

Full Changelog: kubernetes-sigs/controller-runtime@v0.16.3...v0.16.4

kubernetes-sigs/controller-tools (sigs.k8s.io/controller-tools)

v0.15.0

Compare Source

What's Changed

envtest

Dependency bumps

New Contributors

Full Changelog: kubernetes-sigs/controller-tools@v0.14.0...v0.15.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@renovate-rancher renovate-rancher bot requested a review from a team as a code owner May 7, 2024 08:46
@renovate-rancher renovate-rancher bot added the dependencies (dependabot) label May 7, 2024
Copy link
Contributor Author

renovate-rancher bot commented May 7, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: downloading github.com/rancher/wrangler/v2 v2.1.4
go: downloading sigs.k8s.io/controller-tools v0.15.0
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/pkg/errors v0.9.1
go: downloading k8s.io/client-go v0.30.0
go: downloading github.com/onsi/ginkgo/v2 v2.17.3
go: downloading github.com/onsi/gomega v1.33.1
go: downloading k8s.io/api v0.30.0
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/common v0.53.0
go: downloading github.com/go-git/go-git/v5 v5.12.0
go: downloading github.com/spf13/cobra v1.8.0
go: downloading github.com/go-git/go-billy/v5 v5.5.0
go: downloading golang.org/x/crypto v0.23.0
go: downloading github.com/rancher/helm/v3 v3.14.4-fleet.0
go: downloading github.com/google/go-cmp v0.6.0
go: downloading k8s.io/apimachinery v0.30.0
go: downloading k8s.io/kubectl v0.29.4
go: downloading sigs.k8s.io/controller-runtime v0.18.2
go: downloading github.com/reugn/go-quartz v0.11.2
go: downloading github.com/docker/docker v26.1.2+incompatible
go: downloading github.com/gogits/go-gogs-client v0.0.0-20210131175652-1d7215cd8d85
go: downloading github.com/otiai10/copy v1.14.0
go: downloading github.com/testcontainers/testcontainers-go v0.31.0
go: downloading github.com/golang/mock v1.6.0
go: downloading github.com/stretchr/testify v1.9.0
go: downloading go.uber.org/mock v0.4.0
go: downloading sigs.k8s.io/yaml v1.4.0
go: downloading github.com/hashicorp/go-getter v1.7.4
go: downloading golang.org/x/sync v0.7.0
go: downloading github.com/cheggaaa/pb v1.0.29
go: downloading k8s.io/klog/v2 v2.120.1
go: downloading github.com/rancher/lasso v0.0.0-20240424194130-d87ec407d941
go: downloading github.com/evanphx/json-patch v5.9.0+incompatible
go: downloading github.com/go-logr/logr v1.4.1
go: downloading github.com/gobwas/glob v0.2.3
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading k8s.io/kubernetes v1.29.4
go: downloading github.com/jpillora/backoff v1.0.0
go: downloading github.com/Masterminds/semver/v3 v3.2.1
go: downloading github.com/google/go-containerregistry v0.19.1
go: downloading sigs.k8s.io/cli-utils v0.36.0
go: downloading k8s.io/kube-openapi v0.0.0-20240430033511-f0e62f92d13f
go: downloading sigs.k8s.io/kustomize/kyaml v0.17.1-0.20240506023834-e244b83844cd
go: downloading github.com/Masterminds/sprig/v3 v3.2.3
go: downloading sigs.k8s.io/kustomize/api v0.17.2-0.20240506023834-e244b83844cd
go: downloading github.com/prometheus/client_golang v1.19.1
go: downloading k8s.io/cli-runtime v0.29.4
go: downloading k8s.io/apiextensions-apiserver v0.30.0
go: downloading github.com/go-playground/webhooks/v6 v6.3.0
go: downloading github.com/gorilla/mux v1.8.1
go: downloading gopkg.in/go-playground/webhooks.v5 v5.17.0
go: downloading gotest.tools v2.2.0+incompatible
go: downloading github.com/gobuffalo/flect v1.0.2
go: downloading k8s.io/code-generator v0.30.0
go: downloading k8s.io/gengo v0.0.0-20230829151522-9cce18d56c01
go: downloading golang.org/x/tools v0.20.0
go: downloading golang.org/x/sys v0.20.0
go: downloading google.golang.org/protobuf v1.33.0
go: downloading dario.cat/mergo v1.0.0
go: downloading github.com/ProtonMail/go-crypto v1.0.0
go: downloading github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/cyphar/filepath-securejoin v0.2.4
go: downloading github.com/emirpasic/gods v1.18.1
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/kevinburke/ssh_config v1.2.0
go: downloading github.com/skeema/knownhosts v1.2.2
go: downloading github.com/xanzy/ssh-agent v0.3.3
go: downloading golang.org/x/net v0.24.0
go: downloading github.com/google/gofuzz v1.2.0
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/google/gnostic-models v0.6.8
go: downloading github.com/imdario/mergo v0.3.16
go: downloading golang.org/x/term v0.20.0
go: downloading k8s.io/utils v0.0.0-20240102154912-e7106e64919e
go: downloading go.uber.org/zap v1.26.0
go: downloading github.com/go-logr/zapr v1.3.0
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1
go: downloading github.com/evanphx/json-patch/v5 v5.9.0
go: downloading github.com/containerd/containerd v1.7.15
go: downloading github.com/opencontainers/image-spec v1.1.0
go: downloading oras.land/oras-go v1.2.5
go: downloading github.com/cenkalti/backoff/v4 v4.2.1
go: downloading github.com/cpuguy83/dockercfg v0.3.1
go: downloading github.com/docker/go-connections v0.5.0
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/moby/patternmatcher v0.6.0
go: downloading github.com/moby/term v0.5.0
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/mattn/go-runewidth v0.0.13
go: downloading cloud.google.com/go/storage v1.30.1
go: downloading github.com/aws/aws-sdk-go v1.44.122
go: downloading cloud.google.com/go v0.110.6
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading github.com/hashicorp/go-version v1.6.0
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/klauspost/compress v1.16.5
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/mitchellh/go-testing-interface v1.14.1
go: downloading github.com/ulikunitz/xz v0.5.10
go: downloading google.golang.org/api v0.126.0
go: downloading golang.org/x/oauth2 v0.18.0
go: downloading golang.org/x/time v0.5.0
go: downloading golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
go: downloading github.com/docker/go-units v0.5.0
go: downloading github.com/moby/docker-image-spec v1.3.1
go: downloading github.com/ghodss/yaml v1.0.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/docker/cli v25.0.1+incompatible
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/go-openapi/jsonreference v0.20.4
go: downloading github.com/go-openapi/swag v0.22.9
go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
go: downloading github.com/xlab/treeprint v1.2.0
go: downloading golang.org/x/text v0.15.0
go: downloading github.com/gosuri/uitable v0.0.4
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/xeipuuv/gojsonschema v1.2.0
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/huandu/xstrings v1.4.0
go: downloading github.com/shopspring/decimal v1.3.1
go: downloading github.com/spf13/cast v1.5.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/prometheus/procfs v0.12.0
go: downloading github.com/Masterminds/squirrel v1.5.4
go: downloading github.com/jmoiron/sqlx v1.3.5
go: downloading github.com/lib/pq v1.10.9
go: downloading github.com/rubenv/sql-migrate v1.5.2
go: downloading k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70
go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
go: downloading github.com/pjbgf/sha1cd v0.3.0
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/Microsoft/go-winio v0.6.1
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading gomodules.xyz/jsonpatch/v2 v2.4.0
go: downloading github.com/fsnotify/fsnotify v1.7.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/docker/distribution v2.8.3+incompatible
go: downloading github.com/distribution/reference v0.5.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0
go: downloading go.opentelemetry.io/otel/trace v1.24.0
go: downloading go.opentelemetry.io/otel v1.24.0
go: downloading github.com/containerd/log v0.1.0
go: downloading github.com/moby/sys/sequential v0.5.0
go: downloading github.com/morikuni/aec v1.0.0
go: downloading github.com/magiconair/properties v1.8.7
go: downloading github.com/shirou/gopsutil/v3 v3.23.12
go: downloading github.com/rivo/uniseg v0.2.0
go: downloading cloud.google.com/go/compute/metadata v0.2.3
go: downloading cloud.google.com/go/iam v1.1.1
go: downloading cloud.google.com/go/compute v1.23.0
go: downloading github.com/googleapis/gax-go/v2 v2.11.0
go: downloading google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5
go: downloading google.golang.org/grpc v1.58.3
go: downloading github.com/Microsoft/hcsshim v0.11.4
go: downloading k8s.io/apiserver v0.30.0
go: downloading github.com/go-openapi/jsonpointer v0.20.2
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/go-errors/errors v1.4.2
go: downloading github.com/BurntSushi/toml v1.3.2
go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
go: downloading github.com/fatih/color v1.16.0
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading k8s.io/component-base v0.30.0
go: downloading github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading github.com/lann/builder v0.0.0-20180802200727-47ae307949d0
go: downloading github.com/go-gorp/gorp/v3 v3.1.0
go: downloading github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible
go: downloading gopkg.in/evanphx/json-patch.v4 v4.12.0
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/go-task/slim-sprig/v3 v3.0.0
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/cloudflare/circl v1.3.7
go: downloading golang.org/x/mod v0.17.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
go: downloading github.com/moby/locker v1.0.1
go: downloading github.com/docker/docker-credential-helpers v0.7.0
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading go.opentelemetry.io/otel/metric v1.24.0
go: downloading github.com/moby/sys/user v0.1.0
go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
go: downloading github.com/tklauser/go-sysconf v0.3.12
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230726155614-23370e0ffb3e
go: downloading go.opencensus.io v0.24.0
go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d
go: downloading google.golang.org/appengine v1.6.8
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/containerd/stargz-snapshotter/estargz v0.14.3
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/chai2010/gettext-go v1.0.2
go: downloading github.com/MakeNowJust/heredoc v1.0.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
go: downloading github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0
go: downloading github.com/google/btree v1.1.2
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
go: downloading github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6
go: downloading github.com/emicklei/go-restful/v3 v3.11.3
go: downloading github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0
go: downloading github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c
go: downloading github.com/shoenig/go-m1cpu v0.1.6
go: downloading github.com/yusufpapurcu/wmi v1.2.3
go: downloading github.com/tklauser/numcpus v0.6.1
go: downloading github.com/google/s2a-go v0.1.7
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.2.3
go: downloading github.com/vbatts/tar-split v0.11.3
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/go-ole/go-ole v1.2.6
go: downloading github.com/gorilla/websocket v1.5.0
go: downloading go.starlark.net v0.0.0-20230525235612-a134d8f9ddca
go: downloading github.com/docker/go-metrics v0.0.1
go: downloading github.com/moby/spdystream v0.2.0
go: downloading github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
go: downloading sigs.k8s.io/kustomize/kyaml v0.17.0
go: downloading sigs.k8s.io/kustomize v2.0.3+incompatible
go: github.com/rancher/fleet/internal/cmd/controller/imagescan/update imports
	sigs.k8s.io/kustomize/kyaml/setters2: cannot find module providing package sigs.k8s.io/kustomize/kyaml/setters2
go: github.com/rancher/fleet/cmd/codegen imports
	github.com/rancher/wrangler/v2/pkg/controller-gen/args imports
	k8s.io/code-generator/cmd/client-gen/path: cannot find module providing package k8s.io/code-generator/cmd/client-gen/path

@renovate-rancher renovate-rancher bot force-pushed the renovate/gomod-sigsk8sio-dependencies branch 5 times, most recently from 9861cb8 to 07d0cb5 Compare May 14, 2024 04:40
@renovate-rancher renovate-rancher bot force-pushed the renovate/gomod-sigsk8sio-dependencies branch from 07d0cb5 to 52ac1e6 Compare May 16, 2024 04:40
Copy link
Contributor Author

renovate-rancher bot commented May 16, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: downloading github.com/rancher/wrangler/v2 v2.1.4
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/spf13/cobra v1.8.0
go: downloading k8s.io/client-go v0.30.0
go: downloading github.com/onsi/ginkgo/v2 v2.17.3
go: downloading github.com/onsi/gomega v1.33.1
go: downloading k8s.io/api v0.30.0
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/common v0.53.0
go: downloading github.com/go-git/go-git/v5 v5.12.0
go: downloading github.com/otiai10/copy v1.14.0
go: downloading k8s.io/apimachinery v0.30.0
go: downloading sigs.k8s.io/yaml v1.4.0
go: downloading github.com/go-git/go-billy/v5 v5.5.0
go: downloading golang.org/x/crypto v0.23.0
go: downloading github.com/rancher/helm/v3 v3.14.4-fleet.0
go: downloading sigs.k8s.io/controller-tools v0.15.0
go: downloading github.com/google/go-cmp v0.6.0
go: downloading sigs.k8s.io/controller-runtime v0.18.2
go: downloading github.com/golang/mock v1.6.0
go: downloading k8s.io/kubectl v0.29.4
go: downloading github.com/reugn/go-quartz v0.11.2
go: downloading github.com/rancher/lasso v0.0.0-20240424194130-d87ec407d941
go: downloading golang.org/x/sys v0.20.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/docker/docker v26.1.2+incompatible
go: downloading github.com/gogits/go-gogs-client v0.0.0-20210131175652-1d7215cd8d85
go: downloading github.com/testcontainers/testcontainers-go v0.31.0
go: downloading go.uber.org/mock v0.4.0
go: downloading k8s.io/code-generator v0.30.0
go: downloading k8s.io/gengo v0.0.0-20230829151522-9cce18d56c01
go: downloading github.com/stretchr/testify v1.9.0
go: downloading github.com/hashicorp/go-getter v1.7.4
go: downloading golang.org/x/sync v0.7.0
go: downloading github.com/cheggaaa/pb v1.0.29
go: downloading k8s.io/klog/v2 v2.120.1
go: downloading github.com/evanphx/json-patch v5.9.0+incompatible
go: downloading github.com/go-logr/logr v1.4.1
go: downloading github.com/gobwas/glob v0.2.3
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading k8s.io/kubernetes v1.29.4
go: downloading github.com/jpillora/backoff v1.0.0
go: downloading sigs.k8s.io/cli-utils v0.36.0
go: downloading github.com/Masterminds/semver/v3 v3.2.1
go: downloading github.com/google/go-containerregistry v0.19.1
go: downloading k8s.io/kube-openapi v0.0.0-20240430033511-f0e62f92d13f
go: downloading sigs.k8s.io/kustomize/kyaml v0.17.1-0.20240506023834-e244b83844cd
go: downloading github.com/Masterminds/sprig/v3 v3.2.3
go: downloading sigs.k8s.io/kustomize/api v0.17.2-0.20240506023834-e244b83844cd
go: downloading k8s.io/cli-runtime v0.29.4
go: downloading k8s.io/apiextensions-apiserver v0.30.0
go: downloading github.com/prometheus/client_golang v1.19.1
go: downloading github.com/go-playground/webhooks/v6 v6.3.0
go: downloading github.com/gorilla/mux v1.8.1
go: downloading gopkg.in/go-playground/webhooks.v5 v5.17.0
go: downloading gotest.tools v2.2.0+incompatible
go: downloading google.golang.org/protobuf v1.33.0
go: downloading dario.cat/mergo v1.0.0
go: downloading github.com/ProtonMail/go-crypto v1.0.0
go: downloading github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
go: downloading golang.org/x/net v0.24.0
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/emirpasic/gods v1.18.1
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/kevinburke/ssh_config v1.2.0
go: downloading github.com/skeema/knownhosts v1.2.2
go: downloading github.com/xanzy/ssh-agent v0.3.3
go: downloading github.com/cyphar/filepath-securejoin v0.2.4
go: downloading golang.org/x/tools v0.20.0
go: downloading github.com/gobuffalo/flect v1.0.2
go: downloading github.com/google/gofuzz v1.2.0
go: downloading github.com/google/gnostic-models v0.6.8
go: downloading k8s.io/utils v0.0.0-20240102154912-e7106e64919e
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/imdario/mergo v0.3.16
go: downloading golang.org/x/term v0.20.0
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1
go: downloading github.com/evanphx/json-patch/v5 v5.9.0
go: downloading github.com/go-logr/zapr v1.3.0
go: downloading go.uber.org/zap v1.26.0
go: downloading golang.org/x/time v0.5.0
go: downloading golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
go: downloading github.com/ghodss/yaml v1.0.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/containerd/containerd v1.7.15
go: downloading github.com/opencontainers/image-spec v1.1.0
go: downloading oras.land/oras-go v1.2.5
go: downloading k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70
go: downloading github.com/cenkalti/backoff/v4 v4.2.1
go: downloading github.com/cpuguy83/dockercfg v0.3.1
go: downloading github.com/docker/go-connections v0.5.0
go: downloading github.com/moby/patternmatcher v0.6.0
go: downloading github.com/moby/term v0.5.0
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/mattn/go-runewidth v0.0.13
go: downloading cloud.google.com/go/storage v1.30.1
go: downloading github.com/aws/aws-sdk-go v1.44.122
go: downloading cloud.google.com/go v0.110.6
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading github.com/hashicorp/go-version v1.6.0
go: downloading github.com/klauspost/compress v1.16.5
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/mitchellh/go-testing-interface v1.14.1
go: downloading github.com/ulikunitz/xz v0.5.10
go: downloading golang.org/x/oauth2 v0.18.0
go: downloading google.golang.org/api v0.126.0
go: downloading github.com/docker/go-units v0.5.0
go: downloading github.com/moby/docker-image-spec v1.3.1
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/docker/cli v25.0.1+incompatible
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/go-openapi/jsonreference v0.20.4
go: downloading github.com/go-openapi/swag v0.22.9
go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
go: downloading github.com/xlab/treeprint v1.2.0
go: downloading golang.org/x/text v0.15.0
go: downloading github.com/gosuri/uitable v0.0.4
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/xeipuuv/gojsonschema v1.2.0
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/Masterminds/squirrel v1.5.4
go: downloading github.com/jmoiron/sqlx v1.3.5
go: downloading github.com/lib/pq v1.10.9
go: downloading github.com/rubenv/sql-migrate v1.5.2
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/huandu/xstrings v1.4.0
go: downloading github.com/shopspring/decimal v1.3.1
go: downloading github.com/spf13/cast v1.5.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/prometheus/procfs v0.12.0
go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
go: downloading github.com/pjbgf/sha1cd v0.3.0
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/Microsoft/go-winio v0.6.1
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading github.com/json-iterator/go v1.1.12
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/fsnotify/fsnotify v1.7.0
go: downloading gomodules.xyz/jsonpatch/v2 v2.4.0
go: downloading github.com/docker/distribution v2.8.3+incompatible
go: downloading github.com/distribution/reference v0.5.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0
go: downloading go.opentelemetry.io/otel/trace v1.24.0
go: downloading github.com/containerd/log v0.1.0
go: downloading github.com/moby/sys/sequential v0.5.0
go: downloading go.opentelemetry.io/otel v1.24.0
go: downloading github.com/morikuni/aec v1.0.0
go: downloading github.com/magiconair/properties v1.8.7
go: downloading github.com/shirou/gopsutil/v3 v3.23.12
go: downloading github.com/rivo/uniseg v0.2.0
go: downloading github.com/Microsoft/hcsshim v0.11.4
go: downloading cloud.google.com/go/compute/metadata v0.2.3
go: downloading cloud.google.com/go/compute v1.23.0
go: downloading cloud.google.com/go/iam v1.1.1
go: downloading github.com/googleapis/gax-go/v2 v2.11.0
go: downloading google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5
go: downloading google.golang.org/grpc v1.58.3
go: downloading k8s.io/apiserver v0.30.0
go: downloading github.com/go-openapi/jsonpointer v0.20.2
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/go-errors/errors v1.4.2
go: downloading github.com/BurntSushi/toml v1.3.2
go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
go: downloading github.com/fatih/color v1.16.0
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading k8s.io/component-base v0.30.0
go: downloading github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f
go: downloading github.com/lann/builder v0.0.0-20180802200727-47ae307949d0
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading github.com/go-gorp/gorp/v3 v3.1.0
go: downloading github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible
go: downloading github.com/go-task/slim-sprig/v3 v3.0.0
go: downloading gopkg.in/evanphx/json-patch.v4 v4.12.0
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/cloudflare/circl v1.3.7
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
go: downloading github.com/moby/locker v1.0.1
go: downloading github.com/docker/docker-credential-helpers v0.7.0
go: downloading golang.org/x/mod v0.17.0
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading go.opentelemetry.io/otel/metric v1.24.0
go: downloading github.com/moby/sys/user v0.1.0
go: downloading github.com/tklauser/go-sysconf v0.3.12
go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230726155614-23370e0ffb3e
go: downloading go.opencensus.io v0.24.0
go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d
go: downloading google.golang.org/appengine v1.6.8
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/containerd/stargz-snapshotter/estargz v0.14.3
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/chai2010/gettext-go v1.0.2
go: downloading github.com/MakeNowJust/heredoc v1.0.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
go: downloading github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0
go: downloading github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6
go: downloading github.com/google/btree v1.1.2
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
go: downloading github.com/emicklei/go-restful/v3 v3.11.3
go: downloading github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0
go: downloading github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c
go: downloading github.com/shoenig/go-m1cpu v0.1.6
go: downloading github.com/yusufpapurcu/wmi v1.2.3
go: downloading github.com/tklauser/numcpus v0.6.1
go: downloading github.com/google/s2a-go v0.1.7
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.2.3
go: downloading github.com/vbatts/tar-split v0.11.3
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/go-ole/go-ole v1.2.6
go: downloading github.com/gorilla/websocket v1.5.0
go: downloading go.starlark.net v0.0.0-20230525235612-a134d8f9ddca
go: downloading github.com/docker/go-metrics v0.0.1
go: downloading github.com/moby/spdystream v0.2.0
go: downloading github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
go: downloading sigs.k8s.io/kustomize/kyaml v0.17.0
go: downloading k8s.io/code-generator v0.30.1
go: downloading sigs.k8s.io/kustomize v2.0.3+incompatible
go: github.com/rancher/fleet/internal/cmd/controller/imagescan/update imports
	sigs.k8s.io/kustomize/kyaml/setters2: cannot find module providing package sigs.k8s.io/kustomize/kyaml/setters2
go: github.com/rancher/fleet/cmd/codegen imports
	github.com/rancher/wrangler/v2/pkg/controller-gen/args imports
	k8s.io/code-generator/cmd/client-gen/path: cannot find module providing package k8s.io/code-generator/cmd/client-gen/path

@renovate-rancher renovate-rancher bot force-pushed the renovate/gomod-sigsk8sio-dependencies branch from 52ac1e6 to acde5a0 Compare May 17, 2024 04:41
@renovate-rancher renovate-rancher bot force-pushed the renovate/gomod-sigsk8sio-dependencies branch from acde5a0 to 68302ae Compare May 22, 2024 04:41
@thardeck thardeck closed this May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies (dependabot)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant