Skip to content

⬆️ chore(deps): update kubernetes packages to v0.36.3 - #319

Merged
konih merged 2 commits into
mainfrom
renovate/kubernetes-packages
Aug 19, 2026
Merged

⬆️ chore(deps): update kubernetes packages to v0.36.3#319
konih merged 2 commits into
mainfrom
renovate/kubernetes-packages

Conversation

@konih

@konih konih commented Aug 19, 2026

Copy link
Copy Markdown
Collaborator

This PR contains the following updates:

Package Change Age Confidence
k8s.io/api v0.36.2v0.36.3 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

Release Notes

kubernetes/api (k8s.io/api)

v0.36.3

Compare Source

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 is behind base branch, 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.

@konih konih added the dependencies Pull requests that update a dependency file label Aug 19, 2026
@konih

konih commented Aug 19, 2026

Copy link
Copy Markdown
Collaborator 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):

  • 4 additional dependencies were updated

Details:

Package Change
k8s.io/apiserver v0.36.2 -> v0.36.3
k8s.io/component-base 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

@konih
konih enabled auto-merge (rebase) August 19, 2026 15:10
@konih
konih force-pushed the renovate/kubernetes-packages branch from ab81438 to ede0cf1 Compare August 19, 2026 15:11
@codecov

codecov Bot commented Aug 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Renovate updated go.mod and added the v0.36.3 hashes but left the superseded
v0.36.2 entries in go.sum, so preflight's "go mod tidy && git diff --exit-code
go.sum" failed. Removes the 16 stale lines; go build ./... passes.
@konih
konih merged commit 5289add into main Aug 19, 2026
33 checks passed
@konih
konih deleted the renovate/kubernetes-packages branch August 19, 2026 16:38
@sonarqubecloud

Copy link
Copy Markdown

konih added a commit that referenced this pull request Aug 19, 2026
Both Go dependency PRs this round arrived with stale go.sum entries and failed
preflight's `go mod tidy && git diff --exit-code go.sum`:

  #319  kubernetes packages v0.36.3   -- 16 stale lines
  #322  go minor and patch            -- same failure

Renovate updates go.mod and appends the new hashes but does not remove the
superseded ones unless asked. postUpdateOptions gomodTidy makes it run
`go mod tidy` after each update, so these PRs arrive green instead of needing
a hand-pushed fixup commit every time.

Applies to every gomod-managed group, so it also covers the kubernetes and
future go groups, not just the one that happened to fail today.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants