Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade CSI driver versions for AKS 1.32 #6009

Merged
merged 1 commit into from
Mar 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 28 additions & 23 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,18 +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",
"latestVersion": "v1.30.8",
Expand All @@ -591,14 +586,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 +601,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 +620,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 +645,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"
Copy link
Contributor

Choose a reason for hiding this comment

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

This means we'll be caching both 2.14 and 2.15 of liveness prob:

  • Do we need both of them? They are 164MB each on windows
  • If the 2.14.0 is only needed while RP is rolled out to use 2.15 (due to caching) then we should use "previousLatestVersion" for 2.14 (as opposed to a seperate block). This indicates to the next developer that they might be able to remove 2.14 rather than keep it.

}
]
},
Expand All @@ -668,6 +669,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"
Copy link
Contributor

@timmy-wright timmy-wright Mar 9, 2025

Choose a reason for hiding this comment

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

Same question as for liveness probe:

This means we'll be caching both 2.14 and 2.15 of csi-node-driver-registrar:

  • Do we need both of them? They are 164MB each on windows
  • If the 2.12.0 is only needed while RP is rolled out to use 2.13 (due to caching) then we should use "previousLatestVersion" for 2.12 (as opposed to a separate block). This indicates to the next developer that they might be able to remove 2.12 rather than keep it.

}
]
},
Expand Down
Loading