fix(deps): update kubernetes#988
Merged
AshleyDumaine merged 3 commits intomainfrom Feb 11, 2026
Merged
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #988 +/- ##
==========================================
+ Coverage 67.03% 67.46% +0.42%
==========================================
Files 71 71
Lines 6456 6384 -72
==========================================
- Hits 4328 4307 -21
+ Misses 1834 1804 -30
+ Partials 294 273 -21 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
86e2124 to
1374e68
Compare
1374e68 to
e9d44ba
Compare
e9d44ba to
a0e3661
Compare
a0e3661 to
8f43f4d
Compare
8f43f4d to
3b5d02a
Compare
3b5d02a to
6f324b9
Compare
6f324b9 to
b47324c
Compare
b47324c to
9368f01
Compare
9368f01 to
33e6570
Compare
15c9c60 to
0949bae
Compare
0949bae to
8097888
Compare
8097888 to
648c29a
Compare
648c29a to
d74d771
Compare
d74d771 to
2aaf12f
Compare
2aaf12f to
60a58cc
Compare
60a58cc to
c10a062
Compare
c10a062 to
d80c1bb
Compare
d80c1bb to
3b95816
Compare
…e assertions in all our webhooks
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
eljohnson92
approved these changes
Feb 11, 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.34.3→v0.35.1v0.34.3→v0.35.1v0.34.3→v0.35.1v0.34.3→v0.35.1bc988d5→b8788abv1.12.0→v1.12.2v0.22.4→v0.23.1v0.19.0→v0.20.0Release Notes
kubernetes/api (k8s.io/api)
v0.35.1Compare Source
v0.35.0Compare Source
v0.34.4Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.35.1Compare Source
v0.35.0Compare Source
v0.34.4Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.35.1Compare Source
v0.35.0Compare Source
v0.34.4Compare Source
kubernetes/code-generator (k8s.io/code-generator)
v0.35.1Compare Source
v0.35.0Compare Source
v0.34.4Compare Source
kubernetes-sigs/cluster-api (sigs.k8s.io/cluster-api)
v1.12.2Compare Source
👌 Kubernetes version support
More information about version support can be found here
Changes since v1.12.1
📈 Overview
🐛 Bug Fixes
🌱 Others
📖 Additionally, there have been 4 contributions to our documentation and book. (#13197, #13198, #13208, #13219)
Dependencies
Added
Nothing has changed.
Changed
Removed
Nothing has changed.
Thanks to all our contributors! 😊
v1.12.1Compare Source
👌 Kubernetes version support
More information about version support can be found here
Highlights
Changes since v1.12.0
📈 Overview
🐛 Bug Fixes
🌱 Others
📖 Additionally, there have been 3 contributions to our documentation and book. (#13141, #13154, #13160)
Dependencies
Added
Nothing has changed.
Changed
Nothing has changed.
Removed
Nothing has changed.
Thanks to all our contributors! 😊
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
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
kubernetes-sigs/controller-tools (sigs.k8s.io/controller-tools)
v0.20.0Compare Source
What's Changed
Misc
envtest
Dependency bumps
New Contributors
Full Changelog: kubernetes-sigs/controller-tools@v0.19.0...v0.20.0
Configuration
📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.