Skip to content

Commit 51173e6

Browse files
committed
chore: bump latest kubernetes version to 1.33.3
1 parent c0abc43 commit 51173e6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export GO111MODULE=on
3636
GOLANG_VERSION := 1.24.6
3737

3838
# Kubebuilder
39-
export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.32.0
39+
export KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ?= 1.33.2
4040
export KUBEBUILDER_CONTROLPLANE_START_TIMEOUT ?=60s
4141
export KUBEBUILDER_CONTROLPLANE_STOP_TIMEOUT ?=60s
4242

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ settings = {
2020
"kind_cluster_name": "capg",
2121
"capi_version": "v1.7.3",
2222
"cert_manager_version": "v1.14.4",
23-
"kubernetes_version": "v1.29.3",
23+
"kubernetes_version": "v1.33.2",
2424
}
2525

2626
keys = ["GCP_B64ENCODED_CREDENTIALS"]

test/e2e/config/gcp-ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,16 @@ providers:
7878
- sourcePath: "${PWD}/test/e2e/data/infrastructure-gcp/withclusterclass/cluster-template-ci-gke-autopilot-topology.yaml"
7979

8080
variables:
81-
KUBERNETES_VERSION: "v1.32.5"
82-
KUBERNETES_VERSION_MANAGEMENT: "v1.32.5"
81+
KUBERNETES_VERSION: "v1.33.2"
82+
KUBERNETES_VERSION_MANAGEMENT: "v1.33.2"
8383
ETCD_VERSION_UPGRADE_TO: "3.5.16-0"
8484
COREDNS_VERSION_UPGRADE_TO: "v1.11.3"
8585
KUBERNETES_IMAGE_UPGRADE_FROM: "projects/k8s-staging-cluster-api-gcp/global/images/cluster-api-ubuntu-2204-v1-32-5-nightly"
86-
KUBERNETES_IMAGE_UPGRADE_TO: "projects/k8s-staging-cluster-api-gcp/global/images/cluster-api-ubuntu-2204-v1-31-0-nightly"
86+
KUBERNETES_IMAGE_UPGRADE_TO: "projects/k8s-staging-cluster-api-gcp/global/images/cluster-api-ubuntu-2204-v1-33-2-nightly"
8787
CONTROL_PLANE_MACHINE_TEMPLATE_UPGRADE_TO: "cp-k8s-upgrade-and-conformance"
8888
WORKERS_MACHINE_TEMPLATE_UPGRADE_TO: "worker-k8s-upgrade-and-conformance"
89-
KUBERNETES_VERSION_UPGRADE_TO: "${KUBERNETES_VERSION_UPGRADE_TO:-v1.32.5}"
90-
KUBERNETES_VERSION_UPGRADE_FROM: "${KUBERNETES_VERSION_UPGRADE_FROM:-v1.31.0}"
89+
KUBERNETES_VERSION_UPGRADE_TO: "${KUBERNETES_VERSION_UPGRADE_TO:-v1.33.2}"
90+
KUBERNETES_VERSION_UPGRADE_FROM: "${KUBERNETES_VERSION_UPGRADE_FROM:-v1.32.5}"
9191
EXP_CLUSTER_RESOURCE_SET: "true"
9292
CLUSTER_TOPOLOGY: "true"
9393
# Cluster Addons

0 commit comments

Comments
 (0)