Skip to content

Commit ea058c1

Browse files
authored
Merge pull request #5126 from willie-yao/update-provider-1.16.1
Update API upgrade test versions to v1.16.1
2 parents a859bd0 + e41622e commit ea058c1

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"
@@ -230,7 +230,7 @@ variables:
230230
OLD_CAPI_UPGRADE_VERSION: "v1.7.5"
231231
LATEST_CAPI_UPGRADE_VERSION: "v1.8.1"
232232
OLD_PROVIDER_UPGRADE_VERSION: "v1.15.3"
233-
LATEST_PROVIDER_UPGRADE_VERSION: "v1.16.0"
233+
LATEST_PROVIDER_UPGRADE_VERSION: "v1.16.1"
234234
OLD_CAAPH_UPGRADE_VERSION: "v0.1.0-alpha.10"
235235
LATEST_CAAPH_UPGRADE_VERSION: "v0.2.5"
236236
CI_RG: capz-ci

0 commit comments

Comments
 (0)