Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#5126 from willie-yao/update-provid…
Browse files Browse the repository at this point in the history
…er-1.16.1

Update API upgrade test versions to v1.16.1
  • Loading branch information
k8s-ci-robot authored Sep 11, 2024
2 parents a859bd0 + e41622e commit ea058c1
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 @@ -230,7 +230,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 ea058c1

Please sign in to comment.