Update kubernetes monorepo to v0.36.3 #40

Open
forgejo wants to merge 1 commit from renovate/kubernetes-monorepo into main
forgejo commented 2026-07-23 05:57:59 +00:00 (Migrated from git.smallhack.org)

This PR contains the following updates:

Package Change Age Confidence
k8s.io/apiextensions-apiserver v0.36.2v0.36.3 age confidence
k8s.io/apimachinery v0.36.2v0.36.3 age confidence
k8s.io/client-go v0.36.2v0.36.3 age confidence

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

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

v0.36.3

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.36.3

Compare Source

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

v0.36.3

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 has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `v0.36.2` → `v0.36.3` | ![age](https://developer.mend.io/api/mc/badges/age/go/k8s.io%2fapiextensions-apiserver/v0.36.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/k8s.io%2fapiextensions-apiserver/v0.36.2/v0.36.3?slim=true) | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `v0.36.2` → `v0.36.3` | ![age](https://developer.mend.io/api/mc/badges/age/go/k8s.io%2fapimachinery/v0.36.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/k8s.io%2fapimachinery/v0.36.2/v0.36.3?slim=true) | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `v0.36.2` → `v0.36.3` | ![age](https://developer.mend.io/api/mc/badges/age/go/k8s.io%2fclient-go/v0.36.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/k8s.io%2fclient-go/v0.36.2/v0.36.3?slim=true) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)</summary> ### [`v0.36.3`](https://github.com/kubernetes/apiextensions-apiserver/compare/v0.36.2...v0.36.3) [Compare Source](https://github.com/kubernetes/apiextensions-apiserver/compare/v0.36.2...v0.36.3) </details> <details> <summary>kubernetes/apimachinery (k8s.io/apimachinery)</summary> ### [`v0.36.3`](https://github.com/kubernetes/apimachinery/compare/v0.36.2...v0.36.3) [Compare Source](https://github.com/kubernetes/apimachinery/compare/v0.36.2...v0.36.3) </details> <details> <summary>kubernetes/client-go (k8s.io/client-go)</summary> ### [`v0.36.3`](https://github.com/kubernetes/client-go/compare/v0.36.2...v0.36.3) [Compare Source](https://github.com/kubernetes/client-go/compare/v0.36.2...v0.36.3) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjguNSIsInVwZGF0ZWRJblZlciI6IjQzLjI2OC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
forgejo commented 2026-07-23 05:58:00 +00:00 (Migrated from git.smallhack.org)

ℹ️ Artifact update notice

File name: docker/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):

  • 6 additional dependencies were updated

Details:

Package Change
k8s.io/api v0.36.2 -> v0.36.3
k8s.io/apiserver v0.36.2 -> v0.36.3
k8s.io/component-base v0.36.2 -> v0.36.3
k8s.io/kms v0.36.2 -> v0.36.3
k8s.io/streaming v0.36.2 -> v0.36.3
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 -> v6.3.3
### ℹ️ Artifact update notice ##### File name: docker/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): - 6 additional dependencies were updated Details: | **Package** | **Change** | | :------------------------------------- | :--------------------- | | `k8s.io/api` | `v0.36.2` -> `v0.36.3` | | `k8s.io/apiserver` | `v0.36.2` -> `v0.36.3` | | `k8s.io/component-base` | `v0.36.2` -> `v0.36.3` | | `k8s.io/kms` | `v0.36.2` -> `v0.36.3` | | `k8s.io/streaming` | `v0.36.2` -> `v0.36.3` | | `sigs.k8s.io/structured-merge-diff/v6` | `v6.3.2` -> `v6.3.3` |
This pull request has changes conflicting with the target branch.
  • docker/go.mod
  • docker/go.sum
View command line instructions

Manual merge helper

Use this merge commit message when completing the merge manually.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/kubernetes-monorepo:renovate/kubernetes-monorepo
git switch renovate/kubernetes-monorepo

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/kubernetes-monorepo
git switch renovate/kubernetes-monorepo
git rebase main
git switch main
git merge --ff-only renovate/kubernetes-monorepo
git switch renovate/kubernetes-monorepo
git rebase main
git switch main
git merge --no-ff renovate/kubernetes-monorepo
git switch main
git merge --squash renovate/kubernetes-monorepo
git switch main
git merge --ff-only renovate/kubernetes-monorepo
git switch main
git merge renovate/kubernetes-monorepo
git push origin main
Sign in to join this conversation.
No description provided.