Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit f89f525

Browse files
authored
Merge pull request #772 from cprivitere/update-e2e-test-provider-version
Fix e2e tests by bumping provider versions to 1.7
2 parents 5d20550 + a676ca2 commit f89f525

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

test/e2e/config/packet-ci-actions.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ providers:
1313
- name: cluster-api
1414
type: CoreProvider
1515
versions:
16-
- name: v1.6.0 # latest published release in the v1beta1 series
17-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.0/core-components.yaml"
16+
- name: v1.7.3 # latest published release in the v1beta1 series
17+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.3/core-components.yaml"
1818
type: "url"
1919
contract: v1beta1
2020
replacements:
@@ -26,8 +26,8 @@ providers:
2626
- name: kubeadm
2727
type: BootstrapProvider
2828
versions:
29-
- name: v1.6.0 # latest published release in the v1beta1 series
30-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.0/bootstrap-components.yaml"
29+
- name: v1.7.3 # latest published release in the v1beta1 series
30+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.3/bootstrap-components.yaml"
3131
type: "url"
3232
contract: v1beta1
3333
replacements:
@@ -39,8 +39,8 @@ providers:
3939
- name: kubeadm
4040
type: ControlPlaneProvider
4141
versions:
42-
- name: v1.6.0 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
43-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.0/control-plane-components.yaml"
42+
- name: v1.7.3 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
43+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.3/control-plane-components.yaml"
4444
type: "url"
4545
contract: v1beta1
4646
replacements:

test/e2e/config/packet-ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ providers:
1313
- name: cluster-api
1414
type: CoreProvider
1515
versions:
16-
- name: v1.6.0 # latest published release in the v1beta1 series
17-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.0/core-components.yaml"
16+
- name: v1.7.3 # latest published release in the v1beta1 series
17+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.3/core-components.yaml"
1818
type: "url"
1919
contract: v1beta1
2020
replacements:
@@ -26,8 +26,8 @@ providers:
2626
- name: kubeadm
2727
type: BootstrapProvider
2828
versions:
29-
- name: v1.6.0 # latest published release in the v1beta1 series
30-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.0/bootstrap-components.yaml"
29+
- name: v1.7.3 # latest published release in the v1beta1 series
30+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.3/bootstrap-components.yaml"
3131
type: "url"
3232
contract: v1beta1
3333
replacements:
@@ -39,8 +39,8 @@ providers:
3939
- name: kubeadm
4040
type: ControlPlaneProvider
4141
versions:
42-
- name: v1.6.0 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
43-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.0/control-plane-components.yaml"
42+
- name: v1.7.3 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
43+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.3/control-plane-components.yaml"
4444
type: "url"
4545
contract: v1beta1
4646
replacements:

0 commit comments

Comments
 (0)