Skip to content

Commit 92b007c

Browse files
authored
Merge pull request #5936 from nojnhuh/bump-old-capz-1.21
[release-1.21] Bump prior versions of CAPZ for upgrade e2e tests
2 parents 8ee5386 + 7b38440 commit 92b007c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

test/e2e/config/azure-dev.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,17 +98,17 @@ providers:
9898
replacements:
9999
- old: "imagePullPolicy: Always"
100100
new: "imagePullPolicy: IfNotPresent"
101-
- name: v1.20.2 # latest patch of latest minor in supported v1beta1 releases; this is used for v1beta1 latest --> v1beta1 current clusterctl upgrades test only.
102-
value: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/download/v1.20.2/infrastructure-components.yaml
101+
- name: v1.20.4 # latest patch of latest minor in supported v1beta1 releases; this is used for v1beta1 latest --> v1beta1 current clusterctl upgrades test only.
102+
value: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/download/v1.20.4/infrastructure-components.yaml
103103
type: url
104104
contract: v1beta1
105105
files:
106106
- sourcePath: "../data/shared/v1beta1_provider/metadata.yaml"
107-
- sourcePath: "../data/infrastructure-azure/v1.20.2/cluster-template-prow.yaml"
107+
- sourcePath: "../data/infrastructure-azure/v1.20.4/cluster-template-prow.yaml"
108108
targetName: "cluster-template.yaml"
109-
- sourcePath: "../data/infrastructure-azure/v1.20.2/cluster-template-prow-machine-and-machine-pool.yaml"
109+
- sourcePath: "../data/infrastructure-azure/v1.20.4/cluster-template-prow-machine-and-machine-pool.yaml"
110110
targetName: "cluster-template-machine-and-machine-pool.yaml"
111-
- sourcePath: "../data/infrastructure-azure/v1.20.2/cluster-template-aks.yaml"
111+
- sourcePath: "../data/infrastructure-azure/v1.20.4/cluster-template-aks.yaml"
112112
targetName: "cluster-template-aks.yaml"
113113
replacements:
114114
- old: "imagePullPolicy: Always"
@@ -249,7 +249,7 @@ variables:
249249
OLD_CAPI_UPGRADE_VERSION: "v1.9.11"
250250
LATEST_CAPI_UPGRADE_VERSION: "v1.10.7"
251251
OLD_PROVIDER_UPGRADE_VERSION: "v1.19.6"
252-
LATEST_PROVIDER_UPGRADE_VERSION: "v1.20.2"
252+
LATEST_PROVIDER_UPGRADE_VERSION: "v1.20.4"
253253
OLD_CAAPH_UPGRADE_VERSION: "v0.1.0-alpha.10"
254254
LATEST_CAAPH_UPGRADE_VERSION: "v0.3.2"
255255
CI_RG: "${CI_RG:-capz-ci}"

0 commit comments

Comments
 (0)