Skip to content

Commit

Permalink
cache 1.32 and 1.31 credential provider for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mainred committed Jan 14, 2025
1 parent 2063d5b commit 1c69e0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vhdbuilder/packer/generate-windows-vhd-configuration.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,9 @@ $global:map = @{
);
"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.30.0/binaries/azure-acr-credential-provider-windows-amd64-v1.30.0.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",
"https://acs-mirror.azureedge.net/cloud-provider-azure/v1.30.0/binaries/azure-acr-credential-provider-windows-amd64-v1.31.1.tar.gz",
"https://acs-mirror.azureedge.net/cloud-provider-azure/v1.30.0/binaries/azure-acr-credential-provider-windows-amd64-v1.32.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

0 comments on commit 1c69e0c

Please sign in to comment.