fix(deps): update module sigs.k8s.io/controller-runtime to v0.25.0 #22
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/sigs.k8s.io-controller-runtime-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v0.24.1→v0.25.0Release Notes
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
v0.25.0Compare Source
Highlights
This version of controller-runtime introduces a new experimental
ReadYourWritesConsistencyfeature,which ensures that all writes are reflected in subsequent reads from the default cache-backed client.
Stale client reads are arguably the biggest source of friction and sometimes bugs for controller
authors, providing this functionality at the library level eliminates that class of problems entirely.
Try it out by setting
Client.EnableReadYourWritesConsistency: new(true)in your managerand leave any feedback you may have on the tracking issue.
⚠️ Breaking Changes
✨ New Features
🐛 Bug Fixes
🌱 Others
🌱 CI & linters
📖 Additionally, there have been 7 contributions to our documentation and book. (#3513, #3521, #3531, #3551, #3562, #3563, #3566)
Dependencies
Added
Changed
944ab1f→746e56fbd525da→59b49668636f87→3dc84a48636f87→3dc84a4ec3ebc5→25e220843fb72c→d427ff9b8788ab→be93311Removed
Thanks to all our contributors! 😊
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.
ℹ️ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the
go getcommand, which resulted in the following additional change(s):Details:
k8s.io/apiv0.36.0->v0.37.0k8s.io/apimachineryv0.36.0->v0.37.0k8s.io/client-gov0.36.0->v0.37.0github.com/fxamacker/cbor/v2v2.9.0->v2.9.1github.com/go-openapi/jsonpointerv0.21.0->v1.0.0github.com/go-openapi/jsonreferencev0.20.2->v1.0.0github.com/go-openapi/swagv0.23.0->v0.27.1github.com/prometheus/client_golangv1.23.2->v1.24.0github.com/prometheus/commonv0.67.5->v0.70.0github.com/prometheus/procfsv0.19.2->v0.21.1github.com/spf13/pflagv1.0.9->v1.0.10go.yaml.in/yaml/v2v2.4.3->v2.4.4golang.org/x/netv0.49.0->v0.57.0golang.org/x/oauth2v0.34.0->v0.36.0golang.org/x/syncv0.19.0->v0.22.0golang.org/x/sysv0.40.0->v0.47.0golang.org/x/termv0.39.0->v0.45.0golang.org/x/textv0.33.0->v0.40.0golang.org/x/timev0.14.0->v0.15.0k8s.io/apiextensions-apiserverv0.36.0->v0.37.0k8s.io/kube-openapiv0.0.0-20260317180543-43fb72c5454a->v0.0.0-20260721132016-d427ff9ee9adk8s.io/utilsv0.0.0-20260210185600-b8788abfbbc2->v0.0.0-20260626114624-be93311217bdsigs.k8s.io/structured-merge-diff/v6v6.3.2->v6.4.2View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.