🌱Update dependencies to k8s.io v1.36.0#3506
Merged
k8s-ci-robot merged 1 commit intoApr 24, 2026
Merged
Conversation
0cbc5c6 to
fd3415a
Compare
Signed-off-by: Troy Connor <troy0820@users.noreply.github.com>
fd3415a to
557c314
Compare
alvaroaleman
approved these changes
Apr 24, 2026
Contributor
|
LGTM label has been added. DetailsGit tree hash: 935b175e45a3661d72f587febd09637f6f881d0a |
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alvaroaleman, troy0820 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1 task
Merged
5 tasks
teemow
added a commit
to giantswarm/klaus-gateway
that referenced
this pull request
Apr 29, 2026
The Renovate bump to k8s 0.36 broke the build because the latest tagged controller-runtime release (v0.23.3) does not yet implement the new HasSyncedChecker method on ResourceEventHandlerRegistration. Pin to the controller-runtime main commit that brought in k8s.io v1.36.0 dependencies (PR kubernetes-sigs/controller-runtime#3506) until a v0.24.x is tagged. Replace the deprecated controller-runtime scheme.Builder with the apimachinery NewSchemeBuilder pattern that the deprecation comment recommends, so staticcheck SA1019 stops failing the lint stage. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
teemow
added a commit
to giantswarm/klaus-gateway
that referenced
this pull request
Apr 29, 2026
* fix(deps): update kubernetes monorepo to v0.36.0 * chore: bump controller-runtime to k8s 0.36-compatible commit The Renovate bump to k8s 0.36 broke the build because the latest tagged controller-runtime release (v0.23.3) does not yet implement the new HasSyncedChecker method on ResourceEventHandlerRegistration. Pin to the controller-runtime main commit that brought in k8s.io v1.36.0 dependencies (PR kubernetes-sigs/controller-runtime#3506) until a v0.24.x is tagged. Replace the deprecated controller-runtime scheme.Builder with the apimachinery NewSchemeBuilder pattern that the deprecation comment recommends, so staticcheck SA1019 stops failing the lint stage. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Timo Derstappen (Klaus) <timo@giantswarm.io> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
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.
Kubernetes v1.36.0 is out, let's update to official instead of beta