Skip to content

Commit 5538d66

Browse files
authored
Merge pull request #5778 from mboersma/bump-test-versions
Bump CAPZ versions used in testing
2 parents 9ad724c + d5be47f commit 5538d66

7 files changed

+12
-12
lines changed

test/e2e/config/azure-dev.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -83,32 +83,32 @@ providers:
8383
- name: azure
8484
type: InfrastructureProvider
8585
versions:
86-
- name: v1.19.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.19.5/infrastructure-components.yaml
86+
- name: v1.19.6 # 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.19.6/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.19.5/cluster-template-prow.yaml"
92+
- sourcePath: "../data/infrastructure-azure/v1.19.6/cluster-template-prow.yaml"
9393
targetName: "cluster-template.yaml"
94-
- sourcePath: "../data/infrastructure-azure/v1.19.5/cluster-template-prow-machine-and-machine-pool.yaml"
94+
- sourcePath: "../data/infrastructure-azure/v1.19.6/cluster-template-prow-machine-and-machine-pool.yaml"
9595
targetName: "cluster-template-machine-and-machine-pool.yaml"
96-
- sourcePath: "../data/infrastructure-azure/v1.19.5/cluster-template-aks.yaml"
96+
- sourcePath: "../data/infrastructure-azure/v1.19.6/cluster-template-aks.yaml"
9797
targetName: "cluster-template-aks.yaml"
9898
replacements:
9999
- old: "imagePullPolicy: Always"
100100
new: "imagePullPolicy: IfNotPresent"
101-
- name: v1.20.1 # 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.1/infrastructure-components.yaml
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
103103
type: url
104104
contract: v1beta1
105105
files:
106106
- sourcePath: "../data/shared/v1beta1_provider/metadata.yaml"
107-
- sourcePath: "../data/infrastructure-azure/v1.20.1/cluster-template-prow.yaml"
107+
- sourcePath: "../data/infrastructure-azure/v1.20.2/cluster-template-prow.yaml"
108108
targetName: "cluster-template.yaml"
109-
- sourcePath: "../data/infrastructure-azure/v1.20.1/cluster-template-prow-machine-and-machine-pool.yaml"
109+
- sourcePath: "../data/infrastructure-azure/v1.20.2/cluster-template-prow-machine-and-machine-pool.yaml"
110110
targetName: "cluster-template-machine-and-machine-pool.yaml"
111-
- sourcePath: "../data/infrastructure-azure/v1.20.1/cluster-template-aks.yaml"
111+
- sourcePath: "../data/infrastructure-azure/v1.20.2/cluster-template-aks.yaml"
112112
targetName: "cluster-template-aks.yaml"
113113
replacements:
114114
- old: "imagePullPolicy: Always"
@@ -244,8 +244,8 @@ variables:
244244
AZURE_CNI_V1_MANIFEST_PATH: "${PWD}/templates/addons/azure-cni-v1.yaml"
245245
OLD_CAPI_UPGRADE_VERSION: "v1.9.10"
246246
LATEST_CAPI_UPGRADE_VERSION: "v1.10.4"
247-
OLD_PROVIDER_UPGRADE_VERSION: "v1.19.5"
248-
LATEST_PROVIDER_UPGRADE_VERSION: "v1.20.1"
247+
OLD_PROVIDER_UPGRADE_VERSION: "v1.19.6"
248+
LATEST_PROVIDER_UPGRADE_VERSION: "v1.20.2"
249249
OLD_CAAPH_UPGRADE_VERSION: "v0.1.0-alpha.10"
250250
LATEST_CAAPH_UPGRADE_VERSION: "v0.2.5"
251251
CI_RG: "${CI_RG:-capz-ci}"

0 commit comments

Comments
 (0)