Skip to content

Commit

Permalink
Update API upgrade test versions to v1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
willie-yao committed Sep 10, 2024
1 parent 1b87cf0 commit e41622e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/e2e/config/azure-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ providers:
replacements:
- old: "imagePullPolicy: Always"
new: "imagePullPolicy: IfNotPresent"
- 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.
value: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/download/v1.16.0/infrastructure-components.yaml
- 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.
value: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/download/v1.16.1/infrastructure-components.yaml
type: url
contract: v1beta1
files:
- sourcePath: "../data/shared/v1beta1_provider/metadata.yaml"
- sourcePath: "../data/infrastructure-azure/v1.16.0/cluster-template-prow.yaml"
- sourcePath: "../data/infrastructure-azure/v1.16.1/cluster-template-prow.yaml"
targetName: "cluster-template.yaml"
replacements:
- old: "imagePullPolicy: Always"
Expand Down Expand Up @@ -226,7 +226,7 @@ variables:
OLD_CAPI_UPGRADE_VERSION: "v1.7.5"
LATEST_CAPI_UPGRADE_VERSION: "v1.8.1"
OLD_PROVIDER_UPGRADE_VERSION: "v1.15.3"
LATEST_PROVIDER_UPGRADE_VERSION: "v1.16.0"
LATEST_PROVIDER_UPGRADE_VERSION: "v1.16.1"
OLD_CAAPH_UPGRADE_VERSION: "v0.1.0-alpha.10"
LATEST_CAAPH_UPGRADE_VERSION: "v0.2.5"
CI_RG: capz-ci
Expand Down

0 comments on commit e41622e

Please sign in to comment.