Skip to content

deps(deps): update all non-major dependencies #381

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 5, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/go-logr/logr v1.4.2 -> v1.4.3 age adoption passing confidence
github.com/google/go-containerregistry v0.20.3 -> v0.20.5 age adoption passing confidence
github.com/onsi/ginkgo/v2 v2.22.2 -> v2.23.4 age adoption passing confidence
github.com/onsi/gomega v1.36.2 -> v1.37.0 age adoption passing confidence
github.com/sigstore/cosign/v2 v2.4.3 -> v2.5.0 age adoption passing confidence
github.com/sigstore/sigstore v1.8.15 -> v1.9.4 age adoption passing confidence
k8s.io/api v0.32.2 -> v0.33.1 age adoption passing confidence
k8s.io/apimachinery v0.32.2 -> v0.33.1 age adoption passing confidence
k8s.io/client-go v0.32.2 -> v0.33.1 age adoption passing confidence
sigs.k8s.io/cluster-api v1.9.5 -> v1.10.2 age adoption passing confidence
sigs.k8s.io/controller-runtime v0.20.2 -> v0.21.0 age adoption passing confidence

Release Notes

go-logr/logr (github.com/go-logr/logr)

v1.4.3

Compare Source

Minor release.

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.4.2...v1.4.3

google/go-containerregistry (github.com/google/go-containerregistry)

v0.20.5

Compare Source

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.20.3...v0.20.5

v0.20.4: - Not usable as a go module

Compare Source

🚨 This release was published to the Go module proxy and then re-tagged with a different commit. This means it's not usable as a Go module (https://github.com/google/go-containerregistry/issues/2107) -- please us v0.20.5 instead.

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.20.3...v0.20.4

onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.23.4

Compare Source

2.23.4

Prior to this release Ginkgo would compute the incorrect number of available CPUs when running with -p in a linux container. Thanks to @​emirot for the fix!

Features
  • Add automaxprocs for using CPUQuota [2b9c428]
Fixes
  • clarify gotchas about -vet flag [1f59d07]
Maintenance

v2.23.3

Compare Source

2.23.3

Fixes
  • allow - as a standalone argument [cfcc1a5]
  • Bug Fix: Add GinkoTBWrapper.Chdir() and GinkoTBWrapper.Context() [feaf292]
  • ignore exit code for symbol test on linux [88e2282]

v2.23.2

Compare Source

2.23.2

🎉🎉🎉

At long last, some long-standing performance gaps between ginkgo and go test have been resolved!

Ginkgo operates by running go test -c to generate test binaries, and then running those binaries. It turns out that the compilation step of go test -c is slower than go test's compilation step because go test strips out debug symbols (ldflags=-w) whereas go test -c does not.

Ginkgo now passes the appropriate ldflags to go test -c when running specs to strip out symbols. This is only done when it is safe to do so and symbols are preferred when profiling is enabled and when ginkgo build is called explicitly.

This, coupled, with the instructions for disabling XProtect on MacOS yields a much better performance experience with Ginkgo.

v2.23.1

Compare Source

2.23.1

🚨 For users on MacOS 🚨

A long-standing Ginkgo performance issue on MacOS seems to be due to mac's antimalware XProtect. You can follow the instructions here to disable it in your terminal. Doing so sped up Ginkgo's own test suite from 1m8s to 47s.

Fixes

Ginkgo's CLI is now a bit clearer if you pass flags in incorrectly:

  • make it clearer that you need to pass a filename to the various profile flags, not an absolute directory [a0e52ff]
  • emit an error and exit if the ginkgo invocation includes flags after positional arguments [b799d8d]

This might cause existing CI builds to fail. If so then it's likely that your CI build was misconfigured and should be corrected. Open an issue if you need help.

v2.23.0

Compare Source

2.23.0

Ginkgo 2.23.0 adds a handful of methods to GinkgoT() to make it compatible with the testing.TB interface in Go 1.24. GinkgoT().Context(), in particular, is a useful shorthand for generating a new context that will clean itself up in a DeferCleanup(). This has subtle behavior differences from the golang implementation but should make sense in a Ginkgo... um... context.

Features
  • bump to go 1.24.0 - support new testing.TB methods and add a test to cover testing.TB regressions [37a511b]
Fixes
  • fix edge case where build -o is pointing at an explicit file, not a directory [7556a86]
  • Fix binary paths when precompiling multiple suites. [4df06c6]
Maintenance
onsi/gomega (github.com/onsi/gomega)

v1.37.0

Compare Source

1.37.0
Features
  • add To/ToNot/NotTo aliases for AsyncAssertion [5666f98]

v1.36.3

Compare Source

1.36.3
Maintenance
sigstore/cosign (github.com/sigstore/cosign/v2)

v2.5.0

Compare Source

v2.5.0 includes an implementation of the new bundle specification,
attesting and verifying OCI image attestations uploaded as OCI artifacts.
This feature is currently gated behind the --new-bundle-format flag
when running cosign attest.

Features

  • Add support for new bundle specification for attesting/verifying OCI image attestations (#​3889)
  • Feat/non filename completions (#​4115)
  • Add TSA certificate related flags and fields for cosign attest (#​4079)

Fixes

  • cmd/cosign/cli: fix typo in ignoreTLogMessage (#​4111)
  • Fix replace with compliant image mediatype (#​4077)

Contributors

  • Bob Callaway
  • Carlos Tadeu Panato Junior
  • Cody Soyland
  • Dmitry Savintsev
  • Hayden B
  • Ramon Petgrave
  • Riccardo Schirone
  • Stef Graces
  • Ville Skyttä
sigstore/sigstore (github.com/sigstore/sigstore)

v1.9.4

Compare Source

What's Changed

Full Changelog: sigstore/sigstore@v1.9.3...v1.9.4

v1.9.3

Compare Source

What's Changed

New Contributors

Full Changelog: sigstore/sigstore@v1.9.2...v1.9.3

v1.9.2

Compare Source

What's Changed

New Contributors

Full Changelog: sigstore/sigstore@v1.9.1...v1.9.2

v1.9.1

Compare Source

What's Changed

Full Changelog: sigstore/sigstore@v1.9.0...v1.9.1

v1.9.0

Compare Source

What's Changed

Full Changelog: sigstore/sigstore@v1.8.15...v1.9.0

kubernetes/api (k8s.io/api)

v0.33.1

Compare Source

v0.33.0

Compare Source

v0.32.5

Compare Source

v0.32.4

Compare Source

v0.32.3

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.33.1

Compare Source

v0.33.0

Compare Source

v0.32.5

Compare Source

v0.32.4

Compare Source

v0.32.3

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.33.1

Compare Source

v0.33.0

Compare Source

v0.32.5

Compare Source

v0.32.4

Compare Source

v0.32.3

Compare Source

kubernetes-sigs/cluster-api (sigs.k8s.io/cluster-api)

v1.10.2

Compare Source

👌 Kubernetes version support

  • Management Cluster: v1.28.x -> v1.33.x
  • Workload Cluster: v1.26.x -> v1.33.x

More information about version support can be found here

Changes since v1.10.1

📈 Overview

  • 10 new commits merged
  • 2 feature additions ✨
  • 3 bugs fixed 🐛

✨ New Features

  • Dependency: Complete bump to Kubernetes v1.33 (#​12211)
  • Dependency: Update KUBEBUILDER_ENVTEST_KUBERNETES_VERSION (#​12167)

🐛 Bug Fixes

  • Bootstrap: Relax minLength for bootstrap.dataSecretName to 0 (#​12180)
  • ClusterClass: Fix pattern on Cluster classNamespace field (#​12252)
  • Machine: fallback to InfraMachine providerID if Machine providerID is not set (#​12209)

🌱 Others

  • Dependency: Bump cert-manager to v1.17.2 (#​12217)
  • Dependency/Security: Bump modules to fix CVEs (#​12176)
  • e2e: Add 1.33 kind image to mapper.go file (#​12192)
  • e2e: Add an option to override custom node image name for kind cluster (#​12239)

📖 Additionally, there has been 1 contribution to our documentation and book. (#​12141)

Dependencies

Added

Nothing has changed.

Changed
  • golang.org/x/net: v0.37.0 → v0.38.0
Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.10.1

Compare Source

👌 Kubernetes version support

  • Management Cluster: v1.28.x -> v1.33.x
  • Workload Cluster: v1.26.x -> v1.33.x

More information about version support can be found here

Changes since v1.10.0

📈 Overview

  • 5 new commits merged
  • 1 feature addition ✨
  • 2 bugs fixed 🐛

✨ New Features

  • Testing: Bump Kubernetes in tests to v1.33.0 and claim support for v1.33 (#​12105)

🐛 Bug Fixes

  • Bootstrap: Make joinConfiguration.discovery.bootstrapToken.token optional (#​12136)

🌱 Others

  • Dependency: Bump cert-manager to v1.17.1 (#​12127)

📖 Additionally, there has been 1 contribution to our documentation and book. (#​12124)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.10.0

Compare Source

👌 Kubernetes version support

  • Management Cluster: v1.28.x -> v1.32.x
  • Workload Cluster: v1.26.x -> v1.32.x

More information about version support can be found here

Highlights

Deprecation and Removals Warning

  • KCP/MachineSet: Removed deprecated flag for old infra machine naming (#​11679)
  • MD/MS/MP/KCP: Deprecated status replica counters planned for removal (#​11516)
  • MachineDeployment: Deprecated spec.progressDeadlineSeconds (#​11472)
  • CRD migration: Deprecated clusterctl upgrade CRD storage version migration for providers (#​11889)
  • ClusterResourceSet was promoted to GA, feature flag is now deprecated (#​11741)

Changes since v1.9

📈 Overview

  • 303 new commits merged
  • 8 breaking changes ⚠️
  • 23 feature additions ✨
  • 33 bugs fixed 🐛

📝 Proposals

  • Community meeting: ✨ 🧑‍🤝‍🧑 add proposal for Node Bootstrapping working group (#​11407)

⚠️ Breaking Changes

  • API: Add MaxItems markers to API fields (#​11934)
  • API: Add MaxLength & MinLength markers (#​11949)
  • API: Deprecate replica counters planned for removal (#​11516)
  • ClusterResourceSet: Deprecate the ClusterResourceSet feature flag (#​11741)
  • Dependency: Bump to controller-runtime v0.20 & controller-tools v0.17 (#​11633)
  • MachineDeployment: Deprecate MD.Spec.ProgressDeadlineSeconds (#​11472)
  • CAPD/e2e/CAPIM: CAPD DevCluster and Machine (#​11819)
  • KCP/MachineSet: Remove deprecated flag for old infra machine naming (#​11679)

✨ New Features

  • CABPK: Add bootCommands to cloud-init file generation (#​11271)
  • ClusterClass: Add Availability and ReadinessGates to ClusterClass (#​11868)
  • ClusterClass: Add classNamespace to topology (#​11352)
  • ClusterClass: Add e2e tests & clusterctl changes for cross-ns CC ref (#​11395)
  • ClusterClass: Clusterctl move support for a cross namespace ClusterClass reference (#​11649)
  • clusterctl: Add addon provider fleet to registry (#​11806)
  • clusterctl: Add OpenNebula infrastructure provider to clusterctl (#​11835)
  • clusterctl: Add support for clusterctl gitlab auth (#​11792)
  • ClusterResourceSet: Integrate CRS code into regular code structure (#​11943)
  • Controller-runtime: Add PriorityQueue feature gate (#​11698)
  • e2e: Extend scale test and make ExtensionConfig name in RuntimeSDK test configurable (#​11667)
  • e2e: Test n-3 clusterctl upgrade (#​11884)
  • KCP: Add preflight check for pending version upgrade from topology (#​11927)
  • Machine: Add MachineDrainRule "WaitCompleted" (#​11545)
  • Machine: Sync machine annotations to nodes (#​11813)
  • MachineSet: Add ControlPlaneVersionSkew MS preflight check & preflight check cmd line flag (#​11941)
  • MachineSet: Extend ControlPlaneIsStable preflight check to check for a pending topology based ControlPlane version upgrade (#​11928)
  • API/Documentation/ClusterResourceSet: Promote feature CRS to GA (#​11365)
  • Runtime SDK/ClusterClass: Extend Cluster builtin to include metadata (#​12021)
  • Runtime SDK: Extend cluster builtin to include classNamespace (#​12051)
  • Runtime SDK/Topology: implement BeforeClusterUpgrade annotation hook (#​11922)
  • Testing: Bump Kubernetes in tests to v1.32.0 and claim support for v1.32 (#​11563)
  • util: Add CRD migrator, deprecate clusterctl upgrade CRD storage version migration (#​11889)

🐛 Bug Fixes

  • Bootstrap: Recreate bootstrap token if it was cleaned up (#​11520)
  • CABPK: Ensure kubeadm controller always sets all v1beta2 conditions (#​11948)
  • CABPK: Make KubeadmConfig FileSystem.Label optional (#​12023)
  • CAPD: Fix worker machine count in CAPD template (#​12029)
  • CAPIM: Fix CAPD in-memory templates (#​12016)
  • CAPIM: Fix periodic resync in in-memory provider (#​11663)
  • CI/Kind: downgrade binary to v0.24.0 to fix building node images for <= v1.30 (#​11482)
  • Cluster: Modify calling agg cluster conditions (#​11952)
  • Clustercache: Increase timeout for informer List+Watch calls from 10s to 11m (#​11757)
  • Clustercache: Prevent concurrent map read/write when creating a cache (#​11707)
  • ClusterClass: Don't allow concurrent patch upgrades (#​11940)
  • ClusterClass: Ensure Cluster topology controller is not stuck when MDs are stuck in deletion (#​11771)
  • ClusterClass: Export runtime.Client interface and cache package (#​11611)
  • clusterctl: Clusterctl upgrade hangs for a time on CRD migration when new version contains a number of new CRDs (#​12002)
  • clusterctl: Fix multiline Ready condition in clusterctl describe for v1beta2 (#​11781)
  • clusterctl: send delete request before removing finalizers (#​11814)
  • Conditions: Avoid redundant reconciles if only generation of Paused condition changed (#​11972)
  • e2e: Properly display the namespace name in scale test (#​11547)
  • e2e: Stop overwriting ExtraPortMappings if WithDockerSockMount option is used (#​12022)
  • Machine: Sort list of pre-drain hooks for stable condition messages (#​11624)
  • Machine: Use correct APIVersion for KCP related exclude (#​11490)
  • MachineDeployment: Remove disableMachineCreate annotation from new machinesets during rolling machine deployment reconciliation (#​11415)
  • MachineHealthCheck/MHC: fix flaky test (#​11471)
  • MachinePool: Check machinepool feature-flag before watching in cluster controller (#​11776)
  • API/ClusterClass: Fix MaxLength of worker topology Name fields (#​12084)
  • Release: Fix broken links in release team handbooks (#​11652)
  • Release: Use release branch for v1.10 alpha and beta releases (#​11979)
  • Testing: Default to topology flavor in NodeDrainTimeoutSpec (#​11727)
  • Testing: Fix flake TestMachineSetReconciler test (#​11728)
  • Testing: Fix flaky TestExtensionReconciler_Reconcile test (#​11903)
  • Testing: Fix MDR unit test (#​11874)
  • util: Also patch external refs if the UID differs (#​11688)
  • util/CRD migration: Fix cases where update validation fails (#​12001)

🌱 Others

  • API: Add KAL linter for linting API conventions (#​11733)
  • API: Enable integers lint of KAL (#​11887)
  • API: Enable maxlength linter (#​11906)
  • API: Enable nobools linter (#​11911)
  • API: Enable nofloats linter (#​11910)
  • API: Enable optionalorrequired linter (#​11909)
  • API: Enable requiredfields linter (#​11908)
  • API: Enable statussubresource linter (#​11907)
  • CAPD: Add v1beta2 conditions to DevMachine and DevCluster with Docker backend (#​11923)
  • CAPD: Add v1beta2 conditions to DevMachines with InMemory backend (#​11901)
  • CAPD: Disable image garbage collection in kubelet to align with kind (#​11904)
  • CAPIM/Inmemory: fix watch to continue serving based on resourceVersion parameter (#​11695)
  • CI: Bump md-link check to 1.0.17 (#​12077)
  • CI: Bump E2E to Kubernetes v1.33.0-rc.1 (#​12103)
  • CI: Bump github-action-markdown-link-check to 1.0.15 (#​11594)
  • CI: Default building kind node-images depending on KIND_BUILD_IMAGES env variable instead of ginkgo magic regexes (#​11784)
  • CI: Drop 1.0->current upgrade test (#​11755)
  • CI: Enable the conditions rule from KAL (#​11847)
  • CI/GITHUB: downgrade gh-release action (#​11588)
  • CI/Github: update branches for weekly actions (#​11578)
  • CI/Govulncheck: bump to v1.1.4 (#​11713)
  • CI/Scripts: fix checking out k/k release branch (#​11836)
  • CI: Set base branch for release-1.10 markdown link checks (#​11994)
  • CI: Update golangci-lint to v1.63.4 (#​11740)
  • Cluster: Improve waiting for CP / InfraCluster deletion logs (#​11823)
  • Cluster: Reconcile topology only when necessary (#​11605)
  • Cluster: Validate that infrastructureRef and controlPlaneRef cannot be unset (#​11969)
  • Clustercache: Add clustercache metrics (#​11789)
  • Clustercache: Do not use RequeueAfter when hitting ErrClusterNotConnected (#​11736)
  • ClusterClass: Add Namingstrategy to InfraCluster (#​11898)
  • ClusterClass: Consider IsProvisioning to determine if ControlPlane is stable (#​11939)
  • ClusterClass: Deprecate old ClusterClass index (#​11744)
  • ClusterClass: Improve webhook output to include the names of the clusters blocking a deletion (#​12062)
  • ClusterClass/Topology: fix godoc for LocalObjectTemplatesAreCompatible (#​11732)
  • clusterctl: Add Infrastructure provider Harvester (#​11477)
  • clusterctl: Add support infrastructure provider for Huawei Cloud (#​11861)
  • clusterctl: Bump cert-manager to v1.16.3 (#​11699)
  • clusterctl: Change k0smotron repo location (#​11872)
  • clusterctl: Fix fallback to overrides directory in home when there is no overrides directory in XDG directory (#​11824)
  • clusterctl: Properly indent multiline lists in clusterctl describe (#​11508)
  • clusterctl: Remove OCNE providers (#​11830)
  • ClusterResourceSet: Cleanup after CRS move (#​11968)
  • Conditions: Allow readiness and availability gates with negative polarity (#​11918)
  • Conditions: Drop unused v1beta2 conditions and reasons (#​11518)
  • Conditions: Fix formatting of blocking lifecycle hook condition message (#​11661)
  • Conditions: Fix log messages in Cluster set status code + some minor unit test fixes (#​11629)
  • Conditions: Handle "waiting for completion" in KCP, MD, MS and Machine conditions (#​11811)
  • Conditions/KCP: make EtcdMemberHealthy less verbose on client creation failures ([#​11502](https

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner March 5, 2025 10:36
@renovate renovate bot requested a review from arturshadnik March 5, 2025 10:36
Copy link
Contributor Author

renovate bot commented Mar 5, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 55 additional dependencies were updated

Details:

Package Change
cel.dev/expr v0.19.0 -> v0.19.1
github.com/aws/aws-sdk-go-v2 v1.36.1 -> v1.36.3
github.com/aws/aws-sdk-go-v2/config v1.29.6 -> v1.29.10
github.com/aws/aws-sdk-go-v2/credentials v1.17.59 -> v1.17.63
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.28 -> v1.16.30
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.32 -> v1.3.34
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.32 -> v2.6.34
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 -> v1.8.3
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 -> v1.12.3
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.13 -> v1.12.15
github.com/aws/aws-sdk-go-v2/service/sso v1.24.15 -> v1.25.1
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.14 -> v1.29.2
github.com/aws/aws-sdk-go-v2/service/sts v1.33.14 -> v1.33.17
github.com/emicklei/go-restful/v3 v3.12.1 -> v3.12.2
github.com/go-jose/go-jose/v4 v4.0.4 -> v4.0.5
github.com/go-openapi/errors v0.22.0 -> v0.22.1
github.com/go-openapi/swag v0.23.0 -> v0.23.1
github.com/golang-jwt/jwt/v4 v4.5.1 -> v4.5.2
github.com/google/go-cmp v0.6.0 -> v0.7.0
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad -> v0.0.0-20250403155104-27863c87afa6
github.com/in-toto/attestation v1.1.0 -> v1.1.1
github.com/mailru/easyjson v0.7.7 -> v0.9.0
github.com/prometheus/client_golang v1.20.5 -> v1.21.1
github.com/sagikazarmark/locafero v0.4.0 -> v0.7.0
github.com/sigstore/protobuf-specs v0.4.0 -> v0.4.1
github.com/sigstore/sigstore-go v0.7.0 -> v0.7.1
github.com/sigstore/timestamp-authority v1.2.4 -> v1.2.5
github.com/spf13/afero v1.11.0 -> v1.12.0
github.com/spf13/cast v1.7.0 -> v1.7.1
github.com/spf13/viper v1.19.0 -> v1.20.1
gitlab.com/gitlab-org/api/client-go v0.123.0 -> v0.127.0
go.opentelemetry.io/otel v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/metric v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/sdk v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/trace v1.34.0 -> v1.35.0
golang.org/x/crypto v0.33.0 -> v0.37.0
golang.org/x/mod v0.22.0 -> v0.24.0
golang.org/x/net v0.35.0 -> v0.38.0
golang.org/x/oauth2 v0.26.0 -> v0.29.0
golang.org/x/sync v0.11.0 -> v0.13.0
golang.org/x/sys v0.30.0 -> v0.32.0
golang.org/x/term v0.29.0 -> v0.31.0
golang.org/x/text v0.22.0 -> v0.24.0
golang.org/x/time v0.10.0 -> v0.11.0
golang.org/x/tools v0.29.0 -> v0.31.0
gomodules.xyz/jsonpatch/v2 v2.4.0 -> v2.5.0
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f -> v0.0.0-20250303144028-a0af3efb3deb
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 -> v0.0.0-20250313205543-e70fdf4c4cb4
google.golang.org/grpc v1.70.0 -> v1.71.0
google.golang.org/protobuf v1.36.5 -> v1.36.6
k8s.io/apiextensions-apiserver v0.32.1 -> v0.32.3
k8s.io/apiserver v0.32.1 -> v0.32.3
k8s.io/component-base v0.32.1 -> v0.32.3
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 -> v0.0.0-20241210054802-24370beab758
sigs.k8s.io/release-utils v0.11.0 -> v0.11.1

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Mar 5, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 5, 2025
@renovate renovate bot changed the title deps(deps): update module github.com/sigstore/sigstore to v1.9.0 deps(deps): update all non-major dependencies Mar 6, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7653d9b to 740ac02 Compare March 6, 2025 02:35
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 6, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 8, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 10, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 12, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 18, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 19, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 20, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 24, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 2, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 6, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8fadfb0 to f95f933 Compare April 8, 2025 02:46
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels Apr 8, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 606d10e to d13fe15 Compare April 8, 2025 21:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 907af79 to d851b27 Compare April 23, 2025 23:31
Copy link
Contributor Author

renovate bot commented Apr 23, 2025

⚠️ 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: -d flag is deprecated. -d=true is a no-op
go: module github.com/google/go-containerregistry@v0.20.5 requires go >= 1.24.0; switching to go1.24.3
go: downloading go1.24.3 (linux/amd64)
go: download go1.24.3: golang.org/toolchain@v0.0.1-go1.24.3.linux-amd64: verifying module: checksum database disabled by GOSUMDB=off

@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. and removed size:L This PR changes 100-499 lines, ignoring generated files. labels Apr 23, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9736c59 to 72cb251 Compare April 29, 2025 19:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from fac8007 to 2947ddd Compare May 23, 2025 00:07
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2947ddd to dbeef25 Compare May 28, 2025 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies go size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants