Skip to content

Commit 4b84f52

Browse files
committed
chore: bump latest kubernetes version to 1.33.3
1 parent 9922227 commit 4b84f52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.0
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ variables:
8686
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_FROM: "${KUBERNETES_VERSION_UPGRADE_FROM:-v1.32.5}"
9089
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)