Skip to content

Commit e41622e

Browse files
committed
Update API upgrade test versions to v1.16.1
1 parent 1b87cf0 commit e41622e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/e2e/config/azure-dev.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ providers:
9494
replacements:
9595
- old: "imagePullPolicy: Always"
9696
new: "imagePullPolicy: IfNotPresent"
97-
- name: v1.16.0 # latest patch of latest minor in supported v1beta1 releases; this is used for v1beta1 latest --> v1beta1 current clusterctl upgrades test only.
98-
value: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/download/v1.16.0/infrastructure-components.yaml
97+
- name: v1.16.1 # latest patch of latest minor in supported v1beta1 releases; this is used for v1beta1 latest --> v1beta1 current clusterctl upgrades test only.
98+
value: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/download/v1.16.1/infrastructure-components.yaml
9999
type: url
100100
contract: v1beta1
101101
files:
102102
- sourcePath: "../data/shared/v1beta1_provider/metadata.yaml"
103-
- sourcePath: "../data/infrastructure-azure/v1.16.0/cluster-template-prow.yaml"
103+
- sourcePath: "../data/infrastructure-azure/v1.16.1/cluster-template-prow.yaml"
104104
targetName: "cluster-template.yaml"
105105
replacements:
106106
- old: "imagePullPolicy: Always"
@@ -226,7 +226,7 @@ variables:
226226
OLD_CAPI_UPGRADE_VERSION: "v1.7.5"
227227
LATEST_CAPI_UPGRADE_VERSION: "v1.8.1"
228228
OLD_PROVIDER_UPGRADE_VERSION: "v1.15.3"
229-
LATEST_PROVIDER_UPGRADE_VERSION: "v1.16.0"
229+
LATEST_PROVIDER_UPGRADE_VERSION: "v1.16.1"
230230
OLD_CAAPH_UPGRADE_VERSION: "v0.1.0-alpha.10"
231231
LATEST_CAAPH_UPGRADE_VERSION: "v0.2.5"
232232
CI_RG: capz-ci

0 commit comments

Comments
 (0)