chore: upgrade azuredisk-csi-driver to v1.33.10, v1.34.4 and blob-csi-driver to v1.26.12, v1.27.5#8594
Conversation
…-driver to v1.26.12, v1.27.5
Changes cached containers or packages on windows VHDsPlease get a Windows SIG member to approve. The following dif file shows any additions or deletions from what will be cached on windows VHDs organised by VHD type.
diff --git a/vhd_files/2022-containerd-gen2.txt b/vhd_files/2022-containerd-gen2.txt
index 88166c3..dddb312 100644
--- a/vhd_files/2022-containerd-gen2.txt
+++ b/vhd_files/2022-containerd-gen2.txt
@@ -114,0 +115 @@ mcr.microsoft.com/oss/v2/azure/secrets-store/provider-azure:v1.7.2
+mcr.microsoft.com/oss/v2/kubernetes-csi/azuredisk-csi:v1.33.10-windows-hp
@@ -116,0 +118 @@ mcr.microsoft.com/oss/v2/kubernetes-csi/azuredisk-csi:v1.34.3-windows-hp
+mcr.microsoft.com/oss/v2/kubernetes-csi/azuredisk-csi:v1.34.4-windows-hp
diff --git a/vhd_files/2022-containerd.txt b/vhd_files/2022-containerd.txt
index b3f76e6..df70a07 100644
--- a/vhd_files/2022-containerd.txt
+++ b/vhd_files/2022-containerd.txt
@@ -114,0 +115 @@ mcr.microsoft.com/oss/v2/azure/secrets-store/provider-azure:v1.7.2
+mcr.microsoft.com/oss/v2/kubernetes-csi/azuredisk-csi:v1.33.10-windows-hp
@@ -116,0 +118 @@ mcr.microsoft.com/oss/v2/kubernetes-csi/azuredisk-csi:v1.34.3-windows-hp
+mcr.microsoft.com/oss/v2/kubernetes-csi/azuredisk-csi:v1.34.4-windows-hp
diff --git a/vhd_files/2025-gen2.txt b/vhd_files/2025-gen2.txt
index 7baa7a5..c2acd53 100644
--- a/vhd_files/2025-gen2.txt
+++ b/vhd_files/2025-gen2.txt
@@ -44,0 +45 @@ mcr.microsoft.com/oss/v2/azure/secrets-store/provider-azure:v1.7.2
+mcr.microsoft.com/oss/v2/kubernetes-csi/azuredisk-csi:v1.33.10-windows-hp
@@ -46,0 +48 @@ mcr.microsoft.com/oss/v2/kubernetes-csi/azuredisk-csi:v1.34.3-windows-hp
+mcr.microsoft.com/oss/v2/kubernetes-csi/azuredisk-csi:v1.34.4-windows-hp
diff --git a/vhd_files/2025.txt b/vhd_files/2025.txt
index f747f05..f9a181e 100644
--- a/vhd_files/2025.txt
+++ b/vhd_files/2025.txt
@@ -44,0 +45 @@ mcr.microsoft.com/oss/v2/azure/secrets-store/provider-azure:v1.7.2
+mcr.microsoft.com/oss/v2/kubernetes-csi/azuredisk-csi:v1.33.10-windows-hp
@@ -46,0 +48 @@ mcr.microsoft.com/oss/v2/kubernetes-csi/azuredisk-csi:v1.34.3-windows-hp
+mcr.microsoft.com/oss/v2/kubernetes-csi/azuredisk-csi:v1.34.4-windows-hp |
There was a problem hiding this comment.
Pull request overview
This PR updates container image versions in parts/common/components.json to pick up the latest patch releases of the Azure Disk CSI Driver and Blob CSI Driver, including corresponding Windows -windows-hp tags for Azure Disk CSI.
Changes:
- Bump
azuredisk-csiimages:v1.34.3 → v1.34.4andv1.33.9 → v1.33.10(plus Windows-windows-hpequivalents). - Bump
blob-csiimages:v1.26.11 → v1.26.12andv1.27.4 → v1.27.5. - Add
previousLatestVersionalongside the updated image tags for traceability / tooling support.
Package Update Analysis: azuredisk-csi-driver
Version change: v1.34.3 → v1.34.4 (patch update) and v1.33.9 → v1.33.10 (patch update)
OS variants affected: Linux (multi-arch image tags), Windows (-windows-hp image tags)
OS variants NOT updated: None — full coverage for the listed variants in this file.
Changes between versions
Upstream changelog not found for this version range in the repo context available here. Manual validation recommended (e.g., basic provisioning + volume attach/mount sanity in a test cluster) before merge.
Overall Risk: 🟢 Low
Justification: Patch-level bumps to CSI driver images with corresponding Windows tag alignment; no structural changes to the components definition beyond adding previousLatestVersion fields (which are already used elsewhere in the repo).
Recommendation: Approve.
Package Update Analysis: blob-csi-driver
Version change: v1.26.11 → v1.26.12 (patch update) and v1.27.4 → v1.27.5 (patch update)
OS variants affected: Linux (multi-arch image tags)
OS variants NOT updated: Windows (no Windows blob-csi entries exist here) — unchanged from current state.
Changes between versions
Upstream changelog not found for this version range in the repo context available here. Manual validation recommended (e.g., blob volume mount sanity) before merge.
Overall Risk: 🟢 Low
Justification: Patch-level image tag bumps only.
Recommendation: Approve.

Upgrade azuredisk-csi-driver image versions:
Upgrade blob-csi-driver image versions:
Including corresponding windows-hp image updates.