Update kubernetes#93
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
AshleyDumaine
requested changes
Feb 17, 2026
Contributor
AshleyDumaine
left a comment
There was a problem hiding this comment.
Still waiting on upstream karpenter for the controller-runtime change to work
f107b81 to
4e2249a
Compare
4e2249a to
4eba29e
Compare
4eba29e to
4b3187c
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
4b3187c to
2f6d1f7
Compare
2f6d1f7 to
b24b180
Compare
b24b180 to
4c88808
Compare
4c88808 to
7bea549
Compare
7bea549 to
98eba01
Compare
98eba01 to
eaa9f01
Compare
eaa9f01 to
5d62ba3
Compare
5d62ba3 to
48eb57d
Compare
48eb57d to
d9521f4
Compare
e1fd538 to
3962301
Compare
3962301 to
c05a0b0
Compare
c05a0b0 to
078804b
Compare
078804b to
1a51887
Compare
1a51887 to
940bd14
Compare
940bd14 to
b9998d8
Compare
b9998d8 to
4063180
Compare
4063180 to
08ffb5b
Compare
08ffb5b to
6d7d0b2
Compare
6d7d0b2 to
2e7a2f0
Compare
2e7a2f0 to
5793817
Compare
5793817 to
58aa84c
Compare
58aa84c to
9d507cf
Compare
9d507cf to
7f8b4fd
Compare
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.35.1→v0.36.0v0.35.1→v0.36.0v0.35.1→v0.36.0v0.35.1→v0.36.0v2.130.1→v2.140.0b8788ab→ff6756fv0.22.4→v0.24.0v0.19.0→v0.21.0v1.9.0→v1.12.0Release Notes
kubernetes/api (k8s.io/api)
v0.36.0Compare Source
v0.35.4Compare Source
v0.35.3Compare Source
v0.35.2Compare Source
kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)
v0.36.0Compare Source
v0.35.4Compare Source
v0.35.3Compare Source
v0.35.2Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.36.0Compare Source
v0.35.4Compare Source
v0.35.3Compare Source
v0.35.2Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.36.0Compare Source
v0.35.4Compare Source
v0.35.3Compare Source
v0.35.2Compare Source
kubernetes/klog (k8s.io/klog/v2)
v2.140.0: Prepare klog release for Kubernetes v1.36Compare Source
What's Changed
New Contributors
Full Changelog: kubernetes/klog@v2.130.1...v2.140.0
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
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
kubernetes-sigs/controller-tools (sigs.k8s.io/controller-tools)
v0.21.0Compare Source
v0.20.1Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-tools@v0.20.0...v0.20.1
v0.20.0Compare Source
What's Changed
Misc
envtest
Dependency bumps
New Contributors
Configuration
📅 Schedule: (UTC)
* 0 1,15 * *)🚦 Automerge: Enabled.
♻ 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.