From d1e94e604a25f0c4655b7579bf658ee0a6985052 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Fri, 7 Mar 2025 03:30:39 +0000 Subject: [PATCH] chore: upgrade CSI driver versions for AKS 1.32 --- parts/common/components.json | 50 ++++++++++++++++++++---------------- 1 file changed, 28 insertions(+), 22 deletions(-) diff --git a/parts/common/components.json b/parts/common/components.json index ad7818219fa..46d7f55380f 100644 --- a/parts/common/components.json +++ b/parts/common/components.json @@ -542,10 +542,6 @@ "downloadURL": "mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:*", "amd64OnlyVersions": [], "multiArchVersionsV2": [ - { - "renovateTag": "registry=https://mcr.microsoft.com, name=oss/kubernetes-csi/azuredisk-csi", - "latestVersion": "v1.29.12" - }, { "renovateTag": "registry=https://mcr.microsoft.com, name=oss/kubernetes-csi/azuredisk-csi", "latestVersion": "v1.30.9", @@ -555,13 +551,13 @@ "renovateTag": "registry=https://mcr.microsoft.com, name=oss/kubernetes-csi/azuredisk-csi", "latestVersion": "v1.31.5", "previousLatestVersion": "v1.31.4" + }, + { + "renovateTag": "registry=https://mcr.microsoft.com, name=oss/kubernetes-csi/azuredisk-csi", + "latestVersion": "v1.32.0" } ], "windowsVersions": [ - { - "renovateTag": "registry=https://mcr.microsoft.com, name=oss/kubernetes-csi/azuredisk-csi", - "latestVersion": "v1.29.12-windows-hp" - }, { "renovateTag": "registry=https://mcr.microsoft.com, name=oss/kubernetes-csi/azuredisk-csi", "latestVersion": "v1.30.9-windows-hp", @@ -571,6 +567,10 @@ "renovateTag": "registry=https://mcr.microsoft.com, name=oss/kubernetes-csi/azuredisk-csi", "latestVersion": "v1.31.5-windows-hp", "previousLatestVersion": "v1.31.4-windows-hp" + }, + { + "renovateTag": "registry=https://mcr.microsoft.com, name=oss/kubernetes-csi/azuredisk-csi", + "latestVersion": "v1.32.0-windows-hp" } ] }, @@ -578,10 +578,6 @@ "downloadURL": "mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:*", "amd64OnlyVersions": [], "multiArchVersionsV2": [ - { - "renovateTag": "registry=https://mcr.microsoft.com, name=oss/kubernetes-csi/azurefile-csi", - "latestVersion": "v1.29.10", - "previousLatestVersion": "v1.29.9" }, { "renovateTag": "registry=https://mcr.microsoft.com, name=oss/kubernetes-csi/azurefile-csi", @@ -591,14 +587,13 @@ { "renovateTag": "registry=https://mcr.microsoft.com, name=oss/kubernetes-csi/azurefile-csi", "latestVersion": "v1.31.4" + }, + { + "renovateTag": "registry=https://mcr.microsoft.com, name=oss/kubernetes-csi/azurefile-csi", + "latestVersion": "v1.32.0" } ], "windowsVersions": [ - { - "renovateTag": "registry=https://mcr.microsoft.com, name=oss/kubernetes-csi/azurefile-csi", - "latestVersion": "v1.29.10-windows-hp", - "previousLatestVersion": "v1.29.9-windows-hp" - }, { "renovateTag": "registry=https://mcr.microsoft.com, name=oss/kubernetes-csi/azurefile-csi", "latestVersion": "v1.30.8-windows-hp", @@ -607,6 +602,10 @@ { "renovateTag": "registry=https://mcr.microsoft.com, name=oss/kubernetes-csi/azurefile-csi", "latestVersion": "v1.31.4-windows-hp" + }, + { + "renovateTag": "registry=https://mcr.microsoft.com, name=oss/kubernetes-csi/azurefile-csi", + "latestVersion": "v1.32.0-windows-hp" } ] }, @@ -614,11 +613,6 @@ "downloadURL": "mcr.microsoft.com/oss/kubernetes-csi/blob-csi:*", "amd64OnlyVersions": [], "multiArchVersionsV2": [ - { - "renovateTag": "registry=https://mcr.microsoft.com, name=oss/kubernetes-csi/blob-csi", - "latestVersion": "v1.23.10", - "previousLatestVersion": "v1.23.9" - }, { "renovateTag": "registry=https://mcr.microsoft.com, name=oss/kubernetes-csi/blob-csi", "latestVersion": "v1.24.7", @@ -627,6 +621,10 @@ { "renovateTag": "registry=https://mcr.microsoft.com, name=oss/kubernetes-csi/blob-csi", "latestVersion": "v1.25.3" + }, + { + "renovateTag": "registry=https://mcr.microsoft.com, name=oss/kubernetes-csi/blob-csi", + "latestVersion": "v1.26.0" } ], "windowsVersions": [] @@ -648,6 +646,10 @@ { "renovateTag": "registry=https://mcr.microsoft.com, name=oss/kubernetes-csi/livenessprobe", "latestVersion": "v2.14.0" + }, + { + "renovateTag": "registry=https://mcr.microsoft.com, name=oss/kubernetes-csi/livenessprobe", + "latestVersion": "v2.15.0" } ] }, @@ -668,6 +670,10 @@ { "renovateTag": "registry=https://mcr.microsoft.com, name=oss/kubernetes-csi/csi-node-driver-registrar", "latestVersion": "v2.12.0" + }, + { + "renovateTag": "registry=https://mcr.microsoft.com, name=oss/kubernetes-csi/csi-node-driver-registrar", + "latestVersion": "v2.13.0" } ] },