Skip to content

chore: upgrade azuredisk-csi-driver to v1.33.10, v1.34.4 and blob-csi-driver to v1.26.12, v1.27.5#8594

Merged
awesomenix merged 1 commit into
mainfrom
andyzhangx/disk-1.34.4
May 27, 2026
Merged

chore: upgrade azuredisk-csi-driver to v1.33.10, v1.34.4 and blob-csi-driver to v1.26.12, v1.27.5#8594
awesomenix merged 1 commit into
mainfrom
andyzhangx/disk-1.34.4

Conversation

@andyzhangx
Copy link
Copy Markdown
Contributor

Upgrade azuredisk-csi-driver image versions:

  • v1.34.3 → v1.34.4
  • v1.33.9 → v1.33.10

Upgrade blob-csi-driver image versions:

  • v1.26.11 → v1.26.12
  • v1.27.4 → v1.27.5

Including corresponding windows-hp image updates.

Copilot AI review requested due to automatic review settings May 27, 2026 03:01
@github-actions github-actions Bot added the components This pull request updates cached components on Linux or Windows VHDs label May 27, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Changes cached containers or packages on windows VHDs

Please 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.

  • Additions are new things cached.
  • Deletions are things no longer cached.
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

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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-csi images: v1.34.3 → v1.34.4 and v1.33.9 → v1.33.10 (plus Windows -windows-hp equivalents).
  • Bump blob-csi images: v1.26.11 → v1.26.12 and v1.27.4 → v1.27.5.
  • Add previousLatestVersion alongside 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.

@andyzhangx andyzhangx enabled auto-merge (squash) May 27, 2026 03:28
@timmy-wright
Copy link
Copy Markdown
Contributor

image

Looks like this adds 80MB to the VHD as we're doing both latest and prev latest version now. That's OK, but might remove the prev latest version later if the VHDs get full again.

@awesomenix awesomenix disabled auto-merge May 27, 2026 05:50
@awesomenix awesomenix merged commit 1f86e34 into main May 27, 2026
41 of 43 checks passed
@awesomenix awesomenix deleted the andyzhangx/disk-1.34.4 branch May 27, 2026 05:50
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants