Skip to content

fix(deps): update k8s modules to v0.36.0#88

Merged
teemow merged 3 commits into
mainfrom
renovate/k8s-modules
Apr 29, 2026
Merged

fix(deps): update k8s modules to v0.36.0#88
teemow merged 3 commits into
mainfrom
renovate/k8s-modules

Conversation

@renovate

@renovate renovate Bot commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
k8s.io/api v0.35.4v0.36.0 age confidence
k8s.io/apimachinery v0.35.4v0.36.0 age confidence
k8s.io/client-go v0.35.4v0.36.0 age confidence

Release Notes

kubernetes/api (k8s.io/api)

v0.36.0

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.36.0

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.36.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies renovate This is an automated PR by RenovateBot labels Apr 22, 2026
@renovate renovate Bot requested a review from a team as a code owner April 22, 2026 21:54
@renovate renovate Bot added renovate This is an automated PR by RenovateBot dependencies labels Apr 22, 2026
@renovate

renovate Bot commented Apr 22, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 9 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.5 -> 1.26.0
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/emicklei/go-restful/v3 v3.12.2 -> v3.13.0
github.com/pmezard/go-difflib v1.0.0 -> v1.0.1-0.20181226105442-5d4384ee4fb2
golang.org/x/oauth2 v0.30.0 -> v0.34.0
golang.org/x/time v0.9.0 -> v0.14.0
google.golang.org/protobuf v1.36.8 -> v1.36.12-0.20260120151049-f2248ac996af
k8s.io/klog/v2 v2.130.1 -> v2.140.0
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 -> v0.0.0-20260317180543-43fb72c5454a
sigs.k8s.io/structured-merge-diff/v6 v6.3.2-0.20260122202528-d9cc6641c482 -> v6.3.2

@teemow

teemow commented Apr 23, 2026

Copy link
Copy Markdown
Member

This PR is blocked on upstream sigs.k8s.io/controller-runtime. The build fails with:

controller-runtime@v0.23.3/pkg/cache/multi_namespace_cache.go: cannot use handles
  (variable of struct type handlerRegistration) as ResourceEventHandlerRegistration
  value in return statement: handlerRegistration does not implement ResourceEventHandlerRegistration
  (missing method HasSyncedChecker)

k8s.io/client-go v0.36.0 introduced HasSyncedChecker() on ResourceEventHandlerRegistration. controller-runtime adopted this in kubernetes-sigs/controller-runtime#3462 (merged 2026-03-11), but the latest release v0.23.3 (2026-03-05) ships with client-go v0.35.x and predates that fix.

Action: leave open and wait for the next controller-runtime release. Renovate will rebase and the next sweep will pick it up.

@renovate renovate Bot force-pushed the renovate/k8s-modules branch from 4dc43e0 to e8f0994 Compare April 23, 2026 11:34
@renovate

renovate Bot commented Apr 27, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

k8s 0.36 added HasSyncedChecker to ResourceEventHandlerRegistration,
which controller-runtime v0.23.3 does not implement. Pin to the main
commit that bumped controller-runtime to k8s 1.36 (no v0.24.0 tag
exists yet) and migrate api/v1alpha1 off the deprecated
sigs.k8s.io/controller-runtime/pkg/scheme.Builder helper to
runtime.NewSchemeBuilder.
@teemow teemow merged commit 18819d2 into main Apr 29, 2026
5 checks passed
@teemow teemow deleted the renovate/k8s-modules branch April 29, 2026 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies renovate This is an automated PR by RenovateBot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant