diff --git a/test/e2e/config/azure-dev.yaml b/test/e2e/config/azure-dev.yaml index 5c1013b19d2..330e25b279e 100644 --- a/test/e2e/config/azure-dev.yaml +++ b/test/e2e/config/azure-dev.yaml @@ -96,15 +96,15 @@ providers: replacements: - old: "imagePullPolicy: Always" new: "imagePullPolicy: IfNotPresent" - - name: v1.19.0 # latest patch of latest minor in supported v1beta1 releases; this is used for v1beta1 latest --> v1beta1 current clusterctl upgrades test only. - value: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/download/v1.19.0/infrastructure-components.yaml + - name: v1.19.1 # latest patch of latest minor in supported v1beta1 releases; this is used for v1beta1 latest --> v1beta1 current clusterctl upgrades test only. + value: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/download/v1.19.1/infrastructure-components.yaml type: url contract: v1beta1 files: - sourcePath: "../data/shared/v1beta1_provider/metadata.yaml" - - sourcePath: "../data/infrastructure-azure/v1.19.0/cluster-template-prow.yaml" + - sourcePath: "../data/infrastructure-azure/v1.19.1/cluster-template-prow.yaml" targetName: "cluster-template.yaml" - - sourcePath: "../data/infrastructure-azure/v1.19.0/cluster-template-prow-machine-and-machine-pool.yaml" + - sourcePath: "../data/infrastructure-azure/v1.19.1/cluster-template-prow-machine-and-machine-pool.yaml" targetName: "cluster-template-machine-and-machine-pool.yaml" replacements: - old: "imagePullPolicy: Always" @@ -237,7 +237,7 @@ variables: OLD_CAPI_UPGRADE_VERSION: "v1.8.10" LATEST_CAPI_UPGRADE_VERSION: "v1.9.5" OLD_PROVIDER_UPGRADE_VERSION: "v1.18.2" - LATEST_PROVIDER_UPGRADE_VERSION: "v1.19.0" + LATEST_PROVIDER_UPGRADE_VERSION: "v1.19.1" OLD_CAAPH_UPGRADE_VERSION: "v0.1.0-alpha.10" LATEST_CAAPH_UPGRADE_VERSION: "v0.2.5" CI_RG: capz-ci diff --git a/test/e2e/data/infrastructure-azure/v1.19.0/cluster-template-prow-machine-and-machine-pool.yaml b/test/e2e/data/infrastructure-azure/v1.19.1/cluster-template-prow-machine-and-machine-pool.yaml similarity index 100% rename from test/e2e/data/infrastructure-azure/v1.19.0/cluster-template-prow-machine-and-machine-pool.yaml rename to test/e2e/data/infrastructure-azure/v1.19.1/cluster-template-prow-machine-and-machine-pool.yaml diff --git a/test/e2e/data/infrastructure-azure/v1.19.0/cluster-template-prow.yaml b/test/e2e/data/infrastructure-azure/v1.19.1/cluster-template-prow.yaml similarity index 100% rename from test/e2e/data/infrastructure-azure/v1.19.0/cluster-template-prow.yaml rename to test/e2e/data/infrastructure-azure/v1.19.1/cluster-template-prow.yaml