Skip to content

Commit

Permalink
chore: upgrade CSI driver versions for AKS 1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Mar 8, 2025
1 parent 613671a commit d1e94e6
Showing 1 changed file with 28 additions and 22 deletions.
50 changes: 28 additions & 22 deletions parts/common/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -571,17 +567,17 @@
"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"
}
]
},
{
"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",
Expand All @@ -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",
Expand All @@ -607,18 +602,17 @@
{
"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"
}
]
},
{
"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",
Expand All @@ -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": []
Expand All @@ -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"
}
]
},
Expand All @@ -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"
}
]
},
Expand Down

0 comments on commit d1e94e6

Please sign in to comment.