Skip to content

Commit f4be072

Browse files
committed
Update all the kubernetes versions to 1.32
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
1 parent 46be8d1 commit f4be072

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ GINKGO_VER := $(shell go list -m -f '{{.Version}}' github.com/onsi/ginkgo/v2)
114114
GINKGO_BIN := ginkgo
115115
GINKGO := $(TOOLS_BIN_DIR)/$(GINKGO_BIN)-$(GINKGO_VER)
116116

117-
KUBECTL_VER := v1.29.10
117+
KUBECTL_VER := v1.32.2
118118
KUBECTL_BIN := kubectl
119119
KUBECTL := $(TOOLS_BIN_DIR)/$(KUBECTL_BIN)-$(KUBECTL_VER)
120120

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ settings = {
2525
"capi_version": "v1.9.6",
2626
"caaph_version": "v0.2.5",
2727
"cert_manager_version": "v1.17.2",
28-
"kubernetes_version": "v1.30.2",
28+
"kubernetes_version": "v1.32.2",
2929
"aks_kubernetes_version": "v1.30.2",
3030
"flatcar_version": "3374.2.1",
3131
"azure_location": "eastus",

docs/book/src/developers/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ export CONTROL_PLANE_MACHINE_COUNT=3
388388
export AZURE_CONTROL_PLANE_MACHINE_TYPE="Standard_B2s"
389389
export AZURE_NODE_MACHINE_TYPE="Standard_B2s"
390390
export WORKER_MACHINE_COUNT=2
391-
export KUBERNETES_VERSION="v1.25.6"
391+
export KUBERNETES_VERSION="v1.32.2"
392392

393393
# Identity secret.
394394
export AZURE_CLUSTER_IDENTITY_SECRET_NAME="cluster-identity-secret"

docs/book/src/managed/managedcluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ executing clusterctl.
4040
# Kubernetes values
4141
export CLUSTER_NAME="my-cluster"
4242
export WORKER_MACHINE_COUNT=2
43-
export KUBERNETES_VERSION="v1.27.3"
43+
export KUBERNETES_VERSION="v1.32.2"
4444

4545
# Azure values
4646
export AZURE_LOCATION="southcentralus"
@@ -361,7 +361,7 @@ spec:
361361
resourceGroupName: foo-bar
362362
sshPublicKey: ${AZURE_SSH_PUBLIC_KEY_B64:=""}
363363
subscriptionID: 00000000-0000-0000-0000-000000000000 # fake uuid
364-
version: v1.29.4
364+
version: v1.32.2
365365
identity:
366366
type: UserAssigned
367367
userAssignedIdentityResourceID: /subscriptions/00000000-0000-0000-0000-00000000/resourcegroups/<your-resource-group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/<your-managed-identity>

hack/create-dev-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export CONTROL_PLANE_MACHINE_COUNT=${CONTROL_PLANE_MACHINE_COUNT:-3}
5353
export AZURE_CONTROL_PLANE_MACHINE_TYPE="${CONTROL_PLANE_MACHINE_TYPE:-Standard_B2s}"
5454
export AZURE_NODE_MACHINE_TYPE="${NODE_MACHINE_TYPE:-Standard_B2s}"
5555
export WORKER_MACHINE_COUNT=${WORKER_MACHINE_COUNT:-2}
56-
export KUBERNETES_VERSION="${KUBERNETES_VERSION:-v1.29.10}"
56+
export KUBERNETES_VERSION="${KUBERNETES_VERSION:-v1.32.2}"
5757
export CLUSTER_TEMPLATE="${CLUSTER_TEMPLATE:-cluster-template.yaml}"
5858

5959
# identity secret settings.

templates/flavors/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In `clusterctl` the infrastructure provider authors can provide different type o
44
or flavors; use the --flavor flag to specify which flavor to use; e.g
55

66
```shell
7-
clusterctl generate cluster my-cluster --kubernetes-version v1.29.5 \
7+
clusterctl generate cluster my-cluster --kubernetes-version v1.32.2 \
88
--flavor private > my-cluster.yaml
99
```
1010

@@ -66,7 +66,7 @@ worker-templates:
6666
AZURE_LOCATION: eastus
6767
AZURE_RESOURCE_GROUP: test-resource-group-name
6868
CONTROL_PLANE_MACHINE_COUNT: "1"
69-
KUBERNETES_VERSION: v1.22.1
69+
KUBERNETES_VERSION: v1.32.2
7070
AZURE_CONTROL_PLANE_MACHINE_TYPE: Standard_B2s
7171
WORKER_MACHINE_COUNT: "2"
7272
AZURE_NODE_MACHINE_TYPE: Standard_B2s
@@ -88,6 +88,6 @@ worker-templates:
8888
metadata:
8989
AZURE_CONTROL_PLANE_MACHINE_TYPE: Standard_B2s
9090
AZURE_LOCATION: southcentralus
91-
KUBERNETES_VERSION: v1.22.1
91+
KUBERNETES_VERSION: v1.32.2
9292
WORKER_MACHINE_COUNT: "1"
9393
```

test/e2e/config/azure-dev.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,14 +206,14 @@ providers:
206206
variables:
207207
AKS_KUBERNETES_VERSION: "latest"
208208
AKS_KUBERNETES_VERSION_UPGRADE_FROM: "latest-1"
209-
KUBERNETES_VERSION: "${KUBERNETES_VERSION:-stable-1.29}"
209+
KUBERNETES_VERSION: "${KUBERNETES_VERSION:-stable-1.32}"
210210
FLATCAR_KUBERNETES_VERSION: "${FLATCAR_KUBERNETES_VERSION:-stable-1.26}"
211-
KUBERNETES_VERSION_API_UPGRADE_FROM: "v1.28.10"
211+
KUBERNETES_VERSION_API_UPGRADE_FROM: "v1.31.10"
212212
FLATCAR_VERSION: "${FLATCAR_VERSION:-latest}"
213213
ETCD_VERSION_UPGRADE_TO: "3.5.10-0"
214214
COREDNS_VERSION_UPGRADE_TO: "v1.11.1"
215-
KUBERNETES_VERSION_UPGRADE_TO: "${KUBERNETES_VERSION_UPGRADE_TO:-stable-1.29}"
216-
KUBERNETES_VERSION_UPGRADE_FROM: "${KUBERNETES_VERSION_UPGRADE_FROM:-stable-1.28}"
215+
KUBERNETES_VERSION_UPGRADE_TO: "${KUBERNETES_VERSION_UPGRADE_TO:-stable-1.32}"
216+
KUBERNETES_VERSION_UPGRADE_FROM: "${KUBERNETES_VERSION_UPGRADE_FROM:-stable-1.31}"
217217
CNI: "${PWD}/templates/addons/calico.yaml"
218218
ADDONS_PATH: "${PWD}/templates/addons"
219219
REDACT_LOG_SCRIPT: "${PWD}/hack/log/redact.sh"

0 commit comments

Comments
 (0)