Skip to content

Update kubernetes monorepo to v0.36.1#101

Open
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/kubernetes-monorepo
Open

Update kubernetes monorepo to v0.36.1#101
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/kubernetes-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 1, 2026

This PR contains the following updates:

Package Change Age Confidence
k8s.io/api v0.35.2v0.36.1 age confidence
k8s.io/apiextensions-apiserver v0.35.0v0.36.1 age confidence
k8s.io/apimachinery v0.35.2v0.36.1 age confidence
k8s.io/client-go v0.35.2v0.36.1 age confidence

Release Notes

kubernetes/api (k8s.io/api)

v0.36.1

Compare Source

v0.36.0

Compare Source

v0.35.5

Compare Source

v0.35.4

Compare Source

v0.35.3

Compare Source

kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)

v0.36.1

Compare Source

v0.36.0

Compare Source

v0.35.5

Compare Source

v0.35.4

Compare Source

v0.35.3

Compare Source

v0.35.2

Compare Source

v0.35.1

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.36.1

Compare Source

v0.36.0

Compare Source

v0.35.5

Compare Source

v0.35.4

Compare Source

v0.35.3

Compare Source

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

v0.36.1

Compare Source

v0.36.0

Compare Source

v0.35.5

Compare Source

v0.35.4

Compare Source

v0.35.3

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • On day 1 and 15 of the month (* * 1,15 * *)
  • 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 force-pushed the renovate/kubernetes-monorepo branch from ff3c71e to 08bd19f Compare April 1, 2026 19:40
@renovate renovate Bot changed the title fix(deps): update kubernetes monorepo to v0.35.3 Update kubernetes monorepo to v0.35.3 Apr 8, 2026
@renovate renovate Bot changed the title Update kubernetes monorepo to v0.35.3 Update kubernetes monorepo to v0.35.4 Apr 16, 2026
@renovate renovate Bot force-pushed the renovate/kubernetes-monorepo branch from 08bd19f to adaffa2 Compare April 16, 2026 11:37
@renovate renovate Bot changed the title Update kubernetes monorepo to v0.35.4 Update kubernetes monorepo to v0.36.0 Apr 22, 2026
@renovate renovate Bot force-pushed the renovate/kubernetes-monorepo branch from adaffa2 to ee53fd1 Compare April 22, 2026 22:46
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 22, 2026

ℹ️ 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):

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

Details:

Package Change
go 1.25.6 -> 1.26.0
github.com/pmezard/go-difflib v1.0.0 -> v1.0.1-0.20181226105442-5d4384ee4fb2
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/prometheus/common v0.66.1 -> v0.67.5
github.com/prometheus/procfs v0.16.1 -> v0.19.2
go.uber.org/zap v1.27.0 -> v1.27.1
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

@renovate renovate Bot changed the title Update kubernetes monorepo to v0.36.0 Update kubernetes monorepo to v0.36.1 May 13, 2026
@renovate renovate Bot force-pushed the renovate/kubernetes-monorepo branch 2 times, most recently from eb83fd8 to 765fdfe Compare May 18, 2026 10:47
@renovate renovate Bot force-pushed the renovate/kubernetes-monorepo branch 2 times, most recently from 1843409 to 8c37311 Compare May 30, 2026 16:35
@renovate renovate Bot force-pushed the renovate/kubernetes-monorepo branch from 8c37311 to 7dc23cf Compare May 30, 2026 23:07
Bumping k8s.io/* to v0.36.1 requires controller-runtime v0.24.1: client-go
v0.36 adds HasSyncedChecker to ResourceEventHandlerRegistration, which the
v0.23.3 cache implementation does not satisfy. k8s.io/api v0.36 also raises
the go directive to 1.26, so the pinned toolchain moves to 1.26.3.

Go 1.26 vet rejects non-constant format strings passed to EventRecorder.Eventf.
Pass the prebuilt message via Event (or explicit format args) instead.

Update the compatibility matrix and CI to the new primary combination
(controller-runtime v0.24.x / k8s v0.36.x / Kubernetes 1.36 / Go 1.26).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 31, 2026

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.

Comment thread README.md
```

Requires Go 1.25.6+ and [controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) v0.22 or later. See
Requires Go 1.26+ and [controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) v0.22 or later. See
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Requires Go 1.26+ and [controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) v0.22 or later. See
Requires Go 1.26+ and [controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) v0.23 or later. See

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant