chore(deps): update oss/v2/kubernetes/kubectl-sysext docker tag to v1.35.7-2-azlinux3 - #8942
chore(deps): update oss/v2/kubernetes/kubectl-sysext docker tag to v1.35.7-2-azlinux3#8942renovate[bot] wants to merge 1 commit into
Conversation
40f030e to
9048e44
Compare
9048e44 to
32b9b2d
Compare
32b9b2d to
9bccad8
Compare
9bccad8 to
a7efc89
Compare
a7efc89 to
e388ceb
Compare
e388ceb to
0d0078c
Compare
| "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" |
There was a problem hiding this comment.
this will cause problems if previous and latest match
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?
0d0078c to
df6fd97
Compare
Windows Unit Test Results 3 files 12 suites 42s ⏱️ Results for commit 55fdc4f. ♻️ This comment has been updated with latest results. |
55fdc4f to
df6fd97
Compare
df6fd97 to
55fdc4f
Compare
This PR contains the following updates:
v1.35.7-1-azlinux3→v1.35.7-2-azlinux3Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.