chore(deps): bump azure-cloud-node-manager versions#8083
chore(deps): bump azure-cloud-node-manager versions#8083
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the pinned MCR image tags for azure-cloud-node-manager in parts/common/components.json, which feeds the repo’s component/version matrix used for building/provisioning AKS node artifacts.
Changes:
- Bump
azure-cloud-node-manager(oss/v2) image tags for the 1.32, 1.33, and 1.34 tracks. - Update
previousLatestVersionfor the 1.32 and 1.33 tracks (but not the 1.34 track—see comment).
Package Update Analysis: azure-cloud-node-manager
Version changes (all patch-level within each Kubernetes minor track):
v1.32.13-1→v1.32.14-1v1.33.8-1→v1.33.9-1v1.34.5-1→v1.34.6-1
OS variants affected: Multi-arch container image tag updates under mcr.microsoft.com/oss/v2/kubernetes/azure-cloud-node-manager (typically impacts Linux pulls across supported architectures).
OS variants NOT updated: Windows *-windows-hpc-1 tags in the same component block were not changed by this PR.
Changelog between versions: Upstream changelog not found from within this review context. Manual verification recommended (e.g., confirm the new tags exist in MCR and review the release notes/commit diffs for these patch bumps).
Overall Risk: 🟡 Medium
Justification: Patch bumps are usually low risk, but azure-cloud-node-manager is cluster-critical and a previousLatestVersion mismatch was introduced for the 1.34 track, which can break rollback/reference expectations in tooling.
Recommendation: Request changes (fix the previousLatestVersion field; optionally validate tag availability before merge).
dc4cd38 to
6157332
Compare
| { | ||
| "renovateTag": "registry=https://mcr.microsoft.com, name=oss/v2/kubernetes/azure-cloud-node-manager", | ||
| "latestVersion": "v1.33.8-1", | ||
| "latestVersion": "v1.33.9-1", |
6157332 to
af97dd9
Compare
af97dd9 to
1ad9801
Compare

What this PR does / why we need it:
This PR is to bump versions for azure-cloud-node-manager.
Which issue(s) this PR fixes:
Fixes #