Skip to content

Commit

Permalink
chore: cache 1.30 credential provider (#4350)
Browse files Browse the repository at this point in the history
  • Loading branch information
mainred authored Apr 26, 2024
1 parent aca4e0b commit 8e7f4b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 1 addition & 6 deletions vhdbuilder/packer/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@
"amd64OnlyVersions": [],
"multiArchVersions": [
"v1.28.6",
"v1.28.6-2",
"v1.28.7",
"v1.29.3",
"v1.29.4",
Expand Down Expand Up @@ -303,17 +302,13 @@
"downloadURL": "mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:*",
"amd64OnlyVersions": [],
"multiArchVersions": [
"v2.10.0",
"v2.11.0",
"v2.12.0"
]
},
{
"downloadURL": "mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:*",
"amd64OnlyVersions": [],
"multiArchVersions": [
"v2.8.0",
"v2.9.0",
"v2.10.0"
]
},
Expand Down Expand Up @@ -412,4 +407,4 @@
"targetContainerRuntime": "containerd"
}
]
}
}
3 changes: 2 additions & 1 deletion vhdbuilder/packer/generate-windows-vhd-configuration.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ $global:map = @{
"https://acs-mirror.azureedge.net/csi-proxy/v1.1.2-hotfix.20230807/binaries/csi-proxy-v1.1.2-hotfix.20230807.tar.gz"
);
"c:\akse-cache\credential-provider\" = @(
"https://acs-mirror.azureedge.net/cloud-provider-azure/v1.29.2/binaries/azure-acr-credential-provider-windows-amd64-v1.29.2.tar.gz"
"https://acs-mirror.azureedge.net/cloud-provider-azure/v1.29.2/binaries/azure-acr-credential-provider-windows-amd64-v1.29.2.tar.gz",
"https://acs-mirror.azureedge.net/cloud-provider-azure/v1.30.0/binaries/azure-acr-credential-provider-windows-amd64-v1.30.0.tar.gz"
);
# When to remove depracted Kubernetes Windows packages:
# There are 30 days grace period before a depracted Kubernetes version is out of supported
Expand Down
1 change: 1 addition & 0 deletions vhdbuilder/packer/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ start_watch
# Kubelet credential provider plugins
CREDENTIAL_PROVIDER_VERSIONS="
1.29.2
1.30.0
"
for CREDENTIAL_PROVIDER_VERSION in $CREDENTIAL_PROVIDER_VERSIONS; do
CREDENTIAL_PROVIDER_DOWNLOAD_URL="https://acs-mirror.azureedge.net/cloud-provider-azure/v${CREDENTIAL_PROVIDER_VERSION}/binaries/azure-acr-credential-provider-linux-${CPU_ARCH}-v${CREDENTIAL_PROVIDER_VERSION}.tar.gz"
Expand Down

0 comments on commit 8e7f4b3

Please sign in to comment.