Skip to content

Commit 87d3aa5

Browse files
committed
Update CAPZ versions for upgrade tests
1 parent 4add3e9 commit 87d3aa5

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

test/e2e/config/azure-dev.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,28 +83,28 @@ providers:
8383
- name: azure
8484
type: InfrastructureProvider
8585
versions:
86-
- name: v1.18.2 # latest patch of earliest minor in supported v1beta1 releases; this is used for v1beta1 old --> v1beta1 latest clusterctl upgrades test only.
87-
value: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/download/v1.18.2/infrastructure-components.yaml
86+
- name: v1.18.5 # latest patch of earliest minor in supported v1beta1 releases; this is used for v1beta1 old --> v1beta1 latest clusterctl upgrades test only.
87+
value: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/download/v1.18.5/infrastructure-components.yaml
8888
type: url
8989
contract: v1beta1
9090
files:
9191
- sourcePath: "../data/shared/v1beta1_provider/metadata.yaml"
92-
- sourcePath: "../data/infrastructure-azure/v1.18.2/cluster-template-prow.yaml"
92+
- sourcePath: "../data/infrastructure-azure/v1.18.5/cluster-template-prow.yaml"
9393
targetName: "cluster-template.yaml"
94-
- sourcePath: "../data/infrastructure-azure/v1.18.2/cluster-template-prow-machine-and-machine-pool.yaml"
94+
- sourcePath: "../data/infrastructure-azure/v1.18.5/cluster-template-prow-machine-and-machine-pool.yaml"
9595
targetName: "cluster-template-machine-and-machine-pool.yaml"
9696
replacements:
9797
- old: "imagePullPolicy: Always"
9898
new: "imagePullPolicy: IfNotPresent"
99-
- 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.
100-
value: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/download/v1.19.1/infrastructure-components.yaml
99+
- name: v1.19.4 # latest patch of latest minor in supported v1beta1 releases; this is used for v1beta1 latest --> v1beta1 current clusterctl upgrades test only.
100+
value: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/download/v1.19.4/infrastructure-components.yaml
101101
type: url
102102
contract: v1beta1
103103
files:
104104
- sourcePath: "../data/shared/v1beta1_provider/metadata.yaml"
105-
- sourcePath: "../data/infrastructure-azure/v1.19.1/cluster-template-prow.yaml"
105+
- sourcePath: "../data/infrastructure-azure/v1.19.4/cluster-template-prow.yaml"
106106
targetName: "cluster-template.yaml"
107-
- sourcePath: "../data/infrastructure-azure/v1.19.1/cluster-template-prow-machine-and-machine-pool.yaml"
107+
- sourcePath: "../data/infrastructure-azure/v1.19.4/cluster-template-prow-machine-and-machine-pool.yaml"
108108
targetName: "cluster-template-machine-and-machine-pool.yaml"
109109
replacements:
110110
- old: "imagePullPolicy: Always"
@@ -240,8 +240,8 @@ variables:
240240
AZURE_CNI_V1_MANIFEST_PATH: "${PWD}/templates/addons/azure-cni-v1.yaml"
241241
OLD_CAPI_UPGRADE_VERSION: "v1.9.7"
242242
LATEST_CAPI_UPGRADE_VERSION: "v1.10.2"
243-
OLD_PROVIDER_UPGRADE_VERSION: "v1.18.2"
244-
LATEST_PROVIDER_UPGRADE_VERSION: "v1.19.1"
243+
OLD_PROVIDER_UPGRADE_VERSION: "v1.18.5"
244+
LATEST_PROVIDER_UPGRADE_VERSION: "v1.19.4"
245245
OLD_CAAPH_UPGRADE_VERSION: "v0.1.0-alpha.10"
246246
LATEST_CAAPH_UPGRADE_VERSION: "v0.2.5"
247247
CI_RG: "${CI_RG:-capz-ci}"

0 commit comments

Comments
 (0)