Skip to content

Commit

Permalink
Merge pull request #5207 from nojnhuh/e2e-capz-bumps
Browse files Browse the repository at this point in the history
Bump CAPZ versions used in upgrade tests
  • Loading branch information
k8s-ci-robot authored Oct 23, 2024
2 parents 869215d + f0a629c commit ca18c2c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions test/e2e/config/azure-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,28 +83,28 @@ providers:
- name: azure
type: InfrastructureProvider
versions:
- 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.
value: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/download/v1.16.1/infrastructure-components.yaml
- 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.
value: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/download/v1.16.3/infrastructure-components.yaml
type: url
contract: v1beta1
files:
- sourcePath: "../data/shared/v1beta1_provider/metadata.yaml"
- sourcePath: "../data/infrastructure-azure/v1.16.1/cluster-template-prow.yaml"
- sourcePath: "../data/infrastructure-azure/v1.16.3/cluster-template-prow.yaml"
targetName: "cluster-template.yaml"
- sourcePath: "../data/infrastructure-azure/v1.16.1/cluster-template-prow-machine-and-machine-pool.yaml"
- sourcePath: "../data/infrastructure-azure/v1.16.3/cluster-template-prow-machine-and-machine-pool.yaml"
targetName: "cluster-template-machine-and-machine-pool.yaml"
replacements:
- old: "imagePullPolicy: Always"
new: "imagePullPolicy: IfNotPresent"
- 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.
value: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/download/v1.17.0/infrastructure-components.yaml
- 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.
value: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/download/v1.17.1/infrastructure-components.yaml
type: url
contract: v1beta1
files:
- sourcePath: "../data/shared/v1beta1_provider/metadata.yaml"
- sourcePath: "../data/infrastructure-azure/v1.17.0/cluster-template-prow.yaml"
- sourcePath: "../data/infrastructure-azure/v1.17.1/cluster-template-prow.yaml"
targetName: "cluster-template.yaml"
- sourcePath: "../data/infrastructure-azure/v1.17.0/cluster-template-prow-machine-and-machine-pool.yaml"
- sourcePath: "../data/infrastructure-azure/v1.17.1/cluster-template-prow-machine-and-machine-pool.yaml"
targetName: "cluster-template-machine-and-machine-pool.yaml"
replacements:
- old: "imagePullPolicy: Always"
Expand Down Expand Up @@ -234,8 +234,8 @@ variables:
AZURE_CNI_V1_MANIFEST_PATH: "${PWD}/templates/addons/azure-cni-v1.yaml"
OLD_CAPI_UPGRADE_VERSION: "v1.7.7"
LATEST_CAPI_UPGRADE_VERSION: "v1.8.4"
OLD_PROVIDER_UPGRADE_VERSION: "v1.16.1"
LATEST_PROVIDER_UPGRADE_VERSION: "v1.17.0"
OLD_PROVIDER_UPGRADE_VERSION: "v1.16.3"
LATEST_PROVIDER_UPGRADE_VERSION: "v1.17.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 ca18c2c

Please sign in to comment.