You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Existing code of the form builder.WebhookManagedBy(mgr).For(&corev1.Deployment{}) has to be changed to builder.WebhookManagedBy(mgr, &appsv1.Deployment{})
Existing webhook implementations have to be changed to take the concrete object rather than runtime.Object, for example from ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error) to ValidateCreate(ctx context.Context, obj *appsv1.Deployment) (admission.Warnings, error)
✨ Features
Cache: Allow fine-granular SyncPeriod configuration by @sbueringer in #3376
Client: Add FieldOwner option to client.Options by @aerfio in #3389
Client: Add FieldValidation option to client.Options by @aerfio in #3393
Conversion: Enable implementation of conversion outside of API packages by @sbueringer in #3335
Metrics: Add controller_runtime_reconcile_timeouts_total metric to track ReconciliationTimeout timeouts by @godwinpang in #3382
Priorityqueue: Add optional Priority field to reconcile.Result by @sbueringer in #3333
@renovate[bot] Image is available for testing. docker pull ghcr.io/stakater/ipshield:0.0.5-SNAPSHOT-PR-21-b4072264
renovateBot
changed the title
Update module sigs.k8s.io/controller-runtime to v0.20.2
Update module sigs.k8s.io/controller-runtime to v0.20.3
Mar 8, 2025
renovateBot
changed the title
Update module sigs.k8s.io/controller-runtime to v0.20.3
Update module sigs.k8s.io/controller-runtime to v0.20.4
Mar 24, 2025
renovateBot
changed the title
Update module sigs.k8s.io/controller-runtime to v0.20.4
Update module sigs.k8s.io/controller-runtime to v0.21.0
May 25, 2025
renovateBot
changed the title
Update module sigs.k8s.io/controller-runtime to v0.21.0
Update module sigs.k8s.io/controller-runtime to v0.21.0 - autoclosed
May 29, 2025
renovateBot
changed the title
Update module sigs.k8s.io/controller-runtime to v0.21.0 - autoclosed
Update module sigs.k8s.io/controller-runtime to v0.21.0
May 29, 2025
renovateBot
changed the title
Update module sigs.k8s.io/controller-runtime to v0.21.0
Update module sigs.k8s.io/controller-runtime to v0.22.0
Aug 28, 2025
renovateBot
changed the title
Update module sigs.k8s.io/controller-runtime to v0.22.0
Update module sigs.k8s.io/controller-runtime to v0.22.1
Sep 8, 2025
renovateBot
changed the title
Update module sigs.k8s.io/controller-runtime to v0.22.1
Update module sigs.k8s.io/controller-runtime to v0.22.2
Oct 6, 2025
renovateBot
changed the title
Update module sigs.k8s.io/controller-runtime to v0.22.4
Update module sigs.k8s.io/controller-runtime to v0.23.0
Jan 19, 2026
renovateBot
changed the title
Update module sigs.k8s.io/controller-runtime to v0.23.0
Update module sigs.k8s.io/controller-runtime to v0.23.1
Jan 26, 2026
renovateBot
changed the title
Update module sigs.k8s.io/controller-runtime to v0.23.1
Update module sigs.k8s.io/controller-runtime to v0.23.2
Mar 5, 2026
renovateBot
changed the title
Update module sigs.k8s.io/controller-runtime to v0.23.2
Update module sigs.k8s.io/controller-runtime to v0.23.3
Mar 5, 2026
renovateBot
changed the title
Update module sigs.k8s.io/controller-runtime to v0.23.3
Update module sigs.k8s.io/controller-runtime to v0.24.0
Apr 30, 2026
renovateBot
changed the title
Update module sigs.k8s.io/controller-runtime to v0.24.0
Update module sigs.k8s.io/controller-runtime to v0.24.1
May 12, 2026
renovateBot
changed the title
Update module sigs.k8s.io/controller-runtime to v0.24.1
Update module sigs.k8s.io/controller-runtime to v0.24.1 - autoclosed
May 20, 2026
renovateBot
changed the title
Update module sigs.k8s.io/controller-runtime to v0.24.1 - autoclosed
Update module sigs.k8s.io/controller-runtime to v0.24.1
May 20, 2026
renovateBot
changed the title
Update module sigs.k8s.io/controller-runtime to v0.24.1
Update module sigs.k8s.io/controller-runtime to v0.24.1 - autoclosed
May 29, 2026
renovateBot
changed the title
Update module sigs.k8s.io/controller-runtime to v0.24.1 - autoclosed
Update module sigs.k8s.io/controller-runtime to v0.24.1
May 29, 2026
renovateBot
changed the title
Update module sigs.k8s.io/controller-runtime to v0.24.1
Update module sigs.k8s.io/controller-runtime to v0.24.1 - autoclosed
Jun 5, 2026
renovateBot
changed the title
Update module sigs.k8s.io/controller-runtime to v0.24.1 - autoclosed
Update module sigs.k8s.io/controller-runtime to v0.24.1
Jun 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.20.1→v0.24.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
v0.24.1Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.24.0...v0.24.1
v0.24.0Compare Source
🐛 Bug Fixes
🌱 Others
StartLoggingfor event debug logs (#3451)🌱 CI & linters
tools/setup-envtestsubmodule (#3476)📖 Additionally, there has been 1 contribution to our documentation. (#3477)
Dependencies
Added
Changed
8a7402a→944ab1f078029d→bd525daa0af3ef→8636f87200df99→8636f87f2248ac589584f→43fb72cbc988d5→b8788abRemoved
9bdfabeThanks to all our contributors! 😊
v0.23.3Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.23.2...v0.23.3
v0.23.2Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.23.1...v0.23.2
v0.23.1Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.23.0...v0.23.1
v0.23.0Compare Source
🔆 Highlights
GetEventRecorderForrequires updating your rbac for events to use theevents.k8s.ioapiGroup rather than the `` (core) apiGroupbuilder.WebhookManagedBy(mgr).For(&corev1.Deployment{})has to be changed tobuilder.WebhookManagedBy(mgr, &appsv1.Deployment{})runtime.Object, for example fromValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)toValidateCreate(ctx context.Context, obj *appsv1.Deployment) (admission.Warnings, error)✨ Features
🐛 Bugfixes
waitermanipulation by @fossedihelm in #3368🌱 Other
sorttoslicespackage by @dongjiang1989 in #3370📖 Documentation
README.md's compatibility matrix forv0.22.x. by @renormalize in #3392Dependencies
Added
Changed
bda5523→078029d5ec99f8→9bdfabea0af3ef→200df9985fd79d→ec3ebc5f3f2b99→589584f4c0f3b2→bc988d5cfa47c3→2d32026Removed
New Contributors
Full Changelog: kubernetes-sigs/controller-runtime@v0.22.0...v0.23.0
Thanks to all our contributors! 😊
v0.22.5Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.22.4...v0.22.5
v0.22.4Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.22.3...v0.22.4
v0.22.3Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.22.2...v0.22.3
v0.22.2Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.22.1...v0.22.2
v0.22.1Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.22.0...v0.22.1
v0.22.0Compare Source
🔆 Highlights
MatchingLabelsSelectorandMatchingFieldsSelectorby @acumino in #3279✨ Features
🐛 Bugfixes
🌱 Other
📖 Documentation
Dependencies
Added
Changed
e6fa225→ [a0af3ef](https://redirConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.