Skip to content

Commit ca18c2c

Browse files
authored
Merge pull request #5207 from nojnhuh/e2e-capz-bumps
Bump CAPZ versions used in upgrade tests
2 parents 869215d + f0a629c commit ca18c2c

5 files changed

+10
-10
lines changed

test/e2e/config/azure-dev.yaml

+10-10
Original file line numberDiff line numberDiff line change
@@ -83,28 +83,28 @@ providers:
8383
- name: azure
8484
type: InfrastructureProvider
8585
versions:
86-
- name: v1.16.1 # 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.16.1/infrastructure-components.yaml
86+
- name: v1.16.3 # 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.16.3/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.16.1/cluster-template-prow.yaml"
92+
- sourcePath: "../data/infrastructure-azure/v1.16.3/cluster-template-prow.yaml"
9393
targetName: "cluster-template.yaml"
94-
- sourcePath: "../data/infrastructure-azure/v1.16.1/cluster-template-prow-machine-and-machine-pool.yaml"
94+
- sourcePath: "../data/infrastructure-azure/v1.16.3/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.17.0 # 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.17.0/infrastructure-components.yaml
99+
- name: v1.17.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.17.1/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.17.0/cluster-template-prow.yaml"
105+
- sourcePath: "../data/infrastructure-azure/v1.17.1/cluster-template-prow.yaml"
106106
targetName: "cluster-template.yaml"
107-
- sourcePath: "../data/infrastructure-azure/v1.17.0/cluster-template-prow-machine-and-machine-pool.yaml"
107+
- sourcePath: "../data/infrastructure-azure/v1.17.1/cluster-template-prow-machine-and-machine-pool.yaml"
108108
targetName: "cluster-template-machine-and-machine-pool.yaml"
109109
replacements:
110110
- old: "imagePullPolicy: Always"
@@ -234,8 +234,8 @@ variables:
234234
AZURE_CNI_V1_MANIFEST_PATH: "${PWD}/templates/addons/azure-cni-v1.yaml"
235235
OLD_CAPI_UPGRADE_VERSION: "v1.7.7"
236236
LATEST_CAPI_UPGRADE_VERSION: "v1.8.4"
237-
OLD_PROVIDER_UPGRADE_VERSION: "v1.16.1"
238-
LATEST_PROVIDER_UPGRADE_VERSION: "v1.17.0"
237+
OLD_PROVIDER_UPGRADE_VERSION: "v1.16.3"
238+
LATEST_PROVIDER_UPGRADE_VERSION: "v1.17.1"
239239
OLD_CAAPH_UPGRADE_VERSION: "v0.1.0-alpha.10"
240240
LATEST_CAAPH_UPGRADE_VERSION: "v0.2.5"
241241
CI_RG: capz-ci

0 commit comments

Comments
 (0)