Skip to content

Commit 394a84f

Browse files
authored
ci: Update the newer Kubernetes version to v1.33.0 (#147)
k8s-snap currently does not support patch-level upgrades (if a new node joins that has a different patch number, it will be rejected). Bump the newer Kubernetes version to v1.33.0 as a result. This should allow the integration test "Workload cluster upgrade" to pass.
1 parent 2854412 commit 394a84f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

hack/build-e2e-images.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ set -xe
1010
DIR="$(realpath "$(dirname "${0}")")"
1111

1212
cd "${DIR}/../templates/docker"
13-
sudo docker build . -t k8s-snap:dev-old --build-arg BRANCH=main --build-arg KUBERNETES_VERSION=v1.32.1 --build-arg KUBERNETES_VERSION_UPGRADE_TO=v1.32.2
14-
sudo docker build . -t k8s-snap:dev-new --build-arg BRANCH=main --build-arg KUBERNETES_VERSION=v1.32.2
13+
sudo docker build . -t k8s-snap:dev-old --build-arg BRANCH=main --build-arg KUBERNETES_VERSION=v1.32.1 --build-arg KUBERNETES_VERSION_UPGRADE_TO=v1.33.0
14+
sudo docker build . -t k8s-snap:dev-new --build-arg BRANCH=main --build-arg KUBERNETES_VERSION=v1.33.0
1515
cd -

test/e2e/config/ck8s-aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ providers:
8484
variables:
8585
KUBERNETES_VERSION_MANAGEMENT: "v1.31.2"
8686
KUBERNETES_VERSION: "v1.32.1"
87-
KUBERNETES_VERSION_UPGRADE_TO: "v1.32.2"
87+
KUBERNETES_VERSION_UPGRADE_TO: "v1.33.0"
8888
IP_FAMILY: "IPv4"
8989
AWS_CONTROL_PLANE_INSTANCE_TYPE: t3.large
9090
AWS_NODE_INSTANCE_TYPE: t3.large

test/e2e/config/ck8s-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ providers:
8686
variables:
8787
KUBERNETES_VERSION_MANAGEMENT: "v1.31.2"
8888
KUBERNETES_VERSION: "v1.32.1"
89-
KUBERNETES_VERSION_UPGRADE_TO: "v1.32.2"
89+
KUBERNETES_VERSION_UPGRADE_TO: "v1.33.0"
9090
IP_FAMILY: "IPv4"
9191
IN_PLACE_UPGRADE_OPTION: "localPath=/k8s/upgrade/bin/kubernetes"
9292

0 commit comments

Comments
 (0)