Skip to content

Commit

Permalink
chore: cache credential provider 1.32 and 1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
mainred committed Jan 16, 2025
1 parent a9d0b74 commit 4bf2e3f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
16 changes: 13 additions & 3 deletions parts/linux/cloud-init/artifacts/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -803,15 +803,25 @@
"default": {
"current": {
"versionsV2": [
{
"k8sVersion": "1.32",
"renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/binaries/kubernetes/azure-acr-credential-provider",
"latestVersion": "v1.32.0"
},
{
"k8sVersion": "1.31",
"renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/binaries/kubernetes/azure-acr-credential-provider",
"latestVersion": "v1.31.1"
},
{
"k8sVersion": "1.30",
"renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/binaries/kubernetes/azure-acr-credential-provider",
"latestVersion": "v1.30.0"
"latestVersion": "v1.30.7"
},
{
"k8sVersion": "1.29",
"renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/binaries/kubernetes/azure-acr-credential-provider",
"latestVersion": "v1.29.2"
"latestVersion": "v1.29.11"
}
],
"downloadURL": "mcr.microsoft.com/oss/binaries/kubernetes/azure-acr-credential-provider:${version}-linux-${CPU_ARCH}"
Expand Down Expand Up @@ -879,4 +889,4 @@
}
}
]
}
}
6 changes: 4 additions & 2 deletions vhdbuilder/packer/generate-windows-vhd-configuration.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,10 @@ $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.30.0/binaries/azure-acr-credential-provider-windows-amd64-v1.30.0.tar.gz"
"https://acs-mirror.azureedge.net/cloud-provider-azure/v1.29.11/binaries/azure-acr-credential-provider-windows-amd64-v1.29.11.tar.gz",
"https://acs-mirror.azureedge.net/cloud-provider-azure/v1.30.7/binaries/azure-acr-credential-provider-windows-amd64-v1.30.7.tar.gz",
"https://acs-mirror.azureedge.net/cloud-provider-azure/v1.31.1/binaries/azure-acr-credential-provider-windows-amd64-v1.31.1.tar.gz",
"https://acs-mirror.azureedge.net/cloud-provider-azure/v1.32.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 4bf2e3f

Please sign in to comment.