Skip to content

Commit

Permalink
add auto bump for linux windows credential provider
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinForReal committed Feb 17, 2025
1 parent c44de42 commit 2fcd604
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
16 changes: 14 additions & 2 deletions parts/common/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -868,8 +868,15 @@
"versionsV2": [
{
"renovateTag": "<DO_NOT_UPDATE>",
"latestVersion": "1.29.2",
"previousLatestVersion": "1.30.0"
"latestVersion": "1.31.2"
},
{
"renovateTag": "<DO_NOT_UPDATE>",
"latestVersion": "1.30.8"
},
{
"renovateTag": "<DO_NOT_UPDATE>",
"latestVersion": "1.29.12"
}
],
"downloadURL": "https://acs-mirror.azureedge.net/cloud-provider-azure/v[version]/binaries/azure-acr-credential-provider-windows-amd64-v[version].tar.gz"
Expand Down Expand Up @@ -1264,6 +1271,11 @@
"default": {
"current": {
"versionsV2": [
{
"k8sVersion": "1.31",
"renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/binaries/kubernetes/azure-acr-credential-provider",
"latestVersion": "v1.31.2"
},
{
"k8sVersion": "1.30",
"renovateTag": "OCI_registry=https://mcr.microsoft.com, name=oss/binaries/kubernetes/azure-acr-credential-provider",
Expand Down
6 changes: 0 additions & 6 deletions vhdbuilder/packer/windows/components_json_helpers.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -715,12 +715,6 @@ Describe 'Tests of components.json ' {
$packages["c:\akse-cache\csi-proxy\"] | Should -Contain "https://acs-mirror.azureedge.net/csi-proxy/v1.1.2-hotfix.20230807/binaries/csi-proxy-v1.1.2-hotfix.20230807.tar.gz"
}

it 'has credential provider' {
$packages = GetPackagesFromComponentsJson $componentsJson
$packages["c:\akse-cache\credential-provider\"] | Should -Contain "https://acs-mirror.azureedge.net/cloud-provider-azure/v1.29.2/binaries/azure-acr-credential-provider-windows-amd64-v1.29.2.tar.gz"
$packages["c:\akse-cache\credential-provider\"] | Should -Contain "https://acs-mirror.azureedge.net/cloud-provider-azure/v1.30.0/binaries/azure-acr-credential-provider-windows-amd64-v1.30.0.tar.gz"
}

it 'has calico' {
$packages = GetPackagesFromComponentsJson $componentsJson
$packages["c:\akse-cache\calico\"] | Should -Contain "https://acs-mirror.azureedge.net/calico-node/v3.24.0/binaries/calico-windows-v3.24.0.zip"
Expand Down
3 changes: 1 addition & 2 deletions vhdbuilder/packer/windows/windows-vhd-configuration.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ $global:excludeHashComparisionListInAzureChinaCloud = @(
"azure-vnet-cni-singletenancy-overlay-windows-amd64",
# We need upstream's help to republish this package. Before that, it does not impact functionality and 1.26 is only in public preview
# so we can ignore the different hash values.
"v1.26.0-1int.zip",
"azure-acr-credential-provider-windows-amd64-v1.29.2.tar.gz"
"v1.26.0-1int.zip"
)

0 comments on commit 2fcd604

Please sign in to comment.