⬆️ chore(deps): update kubernetes packages to v0.36.3 - #319
Merged
Conversation
Collaborator
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
konih
enabled auto-merge (rebase)
August 19, 2026 15:10
konih
force-pushed
the
renovate/kubernetes-packages
branch
from
August 19, 2026 15:11
ab81438 to
ede0cf1
Compare
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
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.
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.



This PR contains the following updates:
v0.36.2→v0.36.3v0.36.2→v0.36.3v0.36.2→v0.36.3v0.36.2→v0.36.3Release Notes
kubernetes/api (k8s.io/api)
v0.36.3Compare Source
kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)
v0.36.3Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.36.3Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.36.3Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate.