Skip to content

chore(deps): update kubelet-kubectl (patch)#8942

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/patch-kubelet-kubectl
Open

chore(deps): update kubelet-kubectl (patch)#8942
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/patch-kubelet-kubectl

Conversation

@renovate

@renovate renovate Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
kubectl patch 1.35.6-ubuntu24.04u31.35.6-ubuntu24.04u4
kubectl 1.34.8-ubuntu24.04u4 patch 1.34.9-ubuntu24.04u31.34.9-ubuntu24.04u4
kubectl patch 1.35.5-ubuntu22.04u41.35.6-ubuntu22.04u4
kubectl 1.34.8-ubuntu22.04u2 patch 1.34.8-ubuntu22.04u41.34.9-ubuntu22.04u4
kubectl 1.34.8-ubuntu20.04u4 patch 1.34.9-ubuntu20.04u31.34.9-ubuntu20.04u4
kubelet patch 1.35.6-ubuntu24.04u11.35.6-ubuntu24.04u2
kubelet patch 1.35.6-ubuntu22.04u11.35.6-ubuntu22.04u2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copilot AI review requested due to automatic review settings July 14, 2026 21:03
@renovate renovate Bot added the renovate This pull request was created by renovate label Jul 14, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot can't review bot-authored pull requests automatically. A user with Copilot access can request a review manually.

@github-actions github-actions Bot added the components This pull request updates cached components on Linux or Windows VHDs label Jul 14, 2026
Copilot AI review requested due to automatic review settings July 14, 2026 22:09
@renovate
renovate Bot force-pushed the renovate/patch-kubelet-kubectl branch from 40f030e to 9048e44 Compare July 14, 2026 22:09

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot can't review bot-authored pull requests automatically. A user with Copilot access can request a review manually.

@renovate
renovate Bot force-pushed the renovate/patch-kubelet-kubectl branch from 9048e44 to 32b9b2d Compare July 15, 2026 00:02
Copilot AI review requested due to automatic review settings July 15, 2026 00:02

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot can't review bot-authored pull requests automatically. A user with Copilot access can request a review manually.

@renovate
renovate Bot force-pushed the renovate/patch-kubelet-kubectl branch from 32b9b2d to 9bccad8 Compare July 15, 2026 01:03
Copilot AI review requested due to automatic review settings July 15, 2026 01:03

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot can't review bot-authored pull requests automatically. A user with Copilot access can request a review manually.

Copilot AI review requested due to automatic review settings July 15, 2026 04:38
@renovate
renovate Bot force-pushed the renovate/patch-kubelet-kubectl branch from 9bccad8 to a7efc89 Compare July 15, 2026 04:38

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot can't review bot-authored pull requests automatically. A user with Copilot access can request a review manually.

Copilot AI review requested due to automatic review settings July 15, 2026 16:34
@renovate
renovate Bot force-pushed the renovate/patch-kubelet-kubectl branch from a7efc89 to e388ceb Compare July 15, 2026 16:34

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot can't review bot-authored pull requests automatically. A user with Copilot access can request a review manually.

Copilot AI review requested due to automatic review settings July 15, 2026 17:03
@renovate
renovate Bot force-pushed the renovate/patch-kubelet-kubectl branch from e388ceb to 0d0078c Compare July 15, 2026 17:03

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot can't review bot-authored pull requests automatically. A user with Copilot access can request a review manually.

"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"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will cause problems if previous and latest match

@Devinwong Devinwong Jul 17, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

components This pull request updates cached components on Linux or Windows VHDs renovate This pull request was created by renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants