chore(deps): update kubelet-kubectl (patch)#8942
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/patch-kubelet-kubectl
branch
from
July 14, 2026 22:09
40f030e to
9048e44
Compare
renovate
Bot
force-pushed
the
renovate/patch-kubelet-kubectl
branch
from
July 15, 2026 00:02
9048e44 to
32b9b2d
Compare
renovate
Bot
force-pushed
the
renovate/patch-kubelet-kubectl
branch
from
July 15, 2026 01:03
32b9b2d to
9bccad8
Compare
renovate
Bot
force-pushed
the
renovate/patch-kubelet-kubectl
branch
from
July 15, 2026 04:38
9bccad8 to
a7efc89
Compare
renovate
Bot
force-pushed
the
renovate/patch-kubelet-kubectl
branch
from
July 15, 2026 16:34
a7efc89 to
e388ceb
Compare
renovate
Bot
force-pushed
the
renovate/patch-kubelet-kubectl
branch
from
July 15, 2026 17:03
e388ceb to
0d0078c
Compare
awesomenix
requested changes
Jul 17, 2026
| "k8sVersion": "1.34", | ||
| "renovateTag": "name=kubectl, repository=production, os=ubuntu, release=20.04", | ||
| "latestVersion": "1.34.9-ubuntu20.04u3", | ||
| "previousLatestVersion": "1.34.8-ubuntu20.04u4" |
Contributor
There was a problem hiding this comment.
this will cause problems if previous and latest match
Collaborator
There was a problem hiding this comment.
Thanks for catching this. I thought deeper about this. The problem here is that,
[What Renovate currently supports currently]:
- When it finds a newer package version, Renovate updates latestVersion and copies the original latestVersion to previousLatestVersion.
[Extra required logic that Renovate does not support]:
When both resulting fields have the same Kubernetes patch, additional logic must:
- Keep the original Kubernetes patch from previousLatestVersion.
- Find that patch’s newest available Debian revision.
- Suggest that version for previousLatestVersion instead of copying the old latest.
We can achieve this second part by adding a new Github Action. But the GA will only flag the issue and recommend what is the suggested version (by checking latest APT repo) and let the reviewer manually update it. This is to avoid duplicated automated writer ownership (Renovate and Github) and let human make the final decision. How does this sound?
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:
1.35.6-ubuntu24.04u3→1.35.6-ubuntu24.04u41.34.9-ubuntu24.04u3→1.34.9-ubuntu24.04u41.35.5-ubuntu22.04u4→1.35.6-ubuntu22.04u41.34.8-ubuntu22.04u4→1.34.9-ubuntu22.04u41.34.9-ubuntu20.04u3→1.34.9-ubuntu20.04u41.35.6-ubuntu24.04u1→1.35.6-ubuntu24.04u21.35.6-ubuntu22.04u1→1.35.6-ubuntu22.04u2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.