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

Commit 5536f7c

Browse files
committed
✨ Update versions in ci yamls
Signed-off-by: Chris Privitere <[email protected]>
1 parent dd005ae commit 5536f7c

File tree

2 files changed

+27
-24
lines changed

2 files changed

+27
-24
lines changed

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

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ providers:
3131
new: --metrics-addr=:8080
3232
files:
3333
- sourcePath: "../data/shared/v1beta1/metadata.yaml"
34-
- name: v1.1.3 # latest published release in the v1beta1 series
35-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.3/core-components.yaml"
34+
- name: v1.1.5 # latest published release in the v1beta1 series
35+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.5/core-components.yaml"
3636
type: "url"
3737
contract: v1beta1
3838
replacements:
@@ -62,8 +62,8 @@ providers:
6262
new: --metrics-addr=:8080
6363
files:
6464
- sourcePath: "../data/shared/v1beta1/metadata.yaml"
65-
- name: v1.1.3 # latest published release in the v1beta1 series
66-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.3/bootstrap-components.yaml"
65+
- name: v1.1.5 # latest published release in the v1beta1 series
66+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.5/bootstrap-components.yaml"
6767
type: "url"
6868
contract: v1beta1
6969
replacements:
@@ -93,8 +93,8 @@ providers:
9393
new: --metrics-addr=:8080
9494
files:
9595
- sourcePath: "../data/shared/v1beta1/metadata.yaml"
96-
- name: v1.1.3 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
97-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.3/control-plane-components.yaml"
96+
- name: v1.1.5 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
97+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.5/control-plane-components.yaml"
9898
type: "url"
9999
contract: v1beta1
100100
replacements:
@@ -139,12 +139,12 @@ providers:
139139
- sourcePath: "../data/v1beta1/cluster-template-kcp-remediation.yaml"
140140

141141
variables:
142-
KUBERNETES_VERSION_MANAGEMENT: "v1.23.3"
143-
KUBERNETES_VERSION: "${KUBERNETES_VERSION:-v1.23.3}"
144-
KUBERNETES_VERSION_UPGRADE_FROM: "v1.22.4"
145-
KUBERNETES_VERSION_UPGRADE_TO: "v1.23.3"
146-
ETCD_VERSION_UPGRADE_TO: "3.5.1-0"
147-
COREDNS_VERSION_UPGRADE_TO: "v1.8.4"
142+
KUBERNETES_VERSION_MANAGEMENT: "v1.24.0"
143+
KUBERNETES_VERSION: "${KUBERNETES_VERSION:-v1.24.0}"
144+
KUBERNETES_VERSION_UPGRADE_FROM: "v1.23.6"
145+
KUBERNETES_VERSION_UPGRADE_TO: "v1.24.0"
146+
ETCD_VERSION_UPGRADE_TO: "3.5.3-0"
147+
COREDNS_VERSION_UPGRADE_TO: "v1.8.6"
148148

149149
# Infra provider specific variables
150150
NODE_OS: "ubuntu_18_04"
@@ -160,6 +160,7 @@ variables:
160160

161161
# NOTE: INIT_WITH_BINARY and INIT_WITH_KUBERNETES_VERSION are only used by the clusterctl upgrade test to initialize
162162
# the management cluster to be upgraded.
163+
# NOTE: We test the latest release with a previous contract.
163164
INIT_WITH_BINARY: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.25/clusterctl-{OS}-{ARCH}"
164165
# CAPI v0.3.x cannot be deployed on Kubernetes >= v1.22.
165166
INIT_WITH_PROVIDERS_CONTRACT: "v1alpha3"

test/e2e/config/packet-ci.yaml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ providers:
3131
new: --metrics-addr=:8080
3232
files:
3333
- sourcePath: "../data/shared/v1beta1/metadata.yaml"
34-
- name: v1.1.3 # latest published release in the v1beta1 series
35-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.3/core-components.yaml"
34+
- name: v1.1.5 # latest published release in the v1beta1 series
35+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.5/core-components.yaml"
3636
type: "url"
3737
contract: v1beta1
3838
replacements:
@@ -62,8 +62,8 @@ providers:
6262
new: --metrics-addr=:8080
6363
files:
6464
- sourcePath: "../data/shared/v1beta1/metadata.yaml"
65-
- name: v1.1.3 # latest published release in the v1beta1 series
66-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.3/bootstrap-components.yaml"
65+
- name: v1.1.5 # latest published release in the v1beta1 series
66+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.5/bootstrap-components.yaml"
6767
type: "url"
6868
contract: v1beta1
6969
replacements:
@@ -93,8 +93,8 @@ providers:
9393
new: --metrics-addr=:8080
9494
files:
9595
- sourcePath: "../data/shared/v1beta1/metadata.yaml"
96-
- name: v1.1.3 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
97-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.3/control-plane-components.yaml"
96+
- name: v1.1.5 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
97+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.5/control-plane-components.yaml"
9898
type: "url"
9999
contract: v1beta1
100100
replacements:
@@ -143,12 +143,13 @@ providers:
143143
- sourcePath: "../data/v1beta1/cluster-template-kcp-remediation.yaml"
144144

145145
variables:
146-
KUBERNETES_VERSION_MANAGEMENT: "v1.23.3"
147-
KUBERNETES_VERSION: "${KUBERNETES_VERSION:-v1.23.3}"
148-
KUBERNETES_VERSION_UPGRADE_FROM: "v1.22.4"
149-
KUBERNETES_VERSION_UPGRADE_TO: "v1.23.3"
150-
ETCD_VERSION_UPGRADE_TO: "3.5.1-0"
151-
COREDNS_VERSION_UPGRADE_TO: "v1.8.4"
146+
# Update to versions matching https://github.com/kubernetes-sigs/cluster-api/blob/v{VERSION}/test/e2e/config/docker.yaml
147+
KUBERNETES_VERSION_MANAGEMENT: "v1.24.0"
148+
KUBERNETES_VERSION: "${KUBERNETES_VERSION:-v1.24.0}"
149+
KUBERNETES_VERSION_UPGRADE_FROM: "v1.23.6"
150+
KUBERNETES_VERSION_UPGRADE_TO: "v1.24.0"
151+
ETCD_VERSION_UPGRADE_TO: "3.5.3-0"
152+
COREDNS_VERSION_UPGRADE_TO: "v1.8.6"
152153

153154
# Infra provider specific variables
154155
NODE_OS: "ubuntu_18_04"
@@ -164,6 +165,7 @@ variables:
164165

165166
# NOTE: INIT_WITH_BINARY and INIT_WITH_KUBERNETES_VERSION are only used by the clusterctl upgrade test to initialize
166167
# the management cluster to be upgraded.
168+
# NOTE: We test the latest release with a previous contract.
167169
INIT_WITH_BINARY: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.25/clusterctl-{OS}-{ARCH}"
168170
# CAPI v0.3.x cannot be deployed on Kubernetes >= v1.22.
169171
INIT_WITH_PROVIDERS_CONTRACT: "v1alpha3"

0 commit comments

Comments
 (0)