Skip to content

Commit

Permalink
Merge pull request #11540 from chrischdi/pr-k8s-1-32-rc1-9
Browse files Browse the repository at this point in the history
🌱 [release-1.9] Bump kubernetes release to v1.32.0-rc.1
  • Loading branch information
k8s-ci-robot authored Dec 4, 2024
2 parents 35ba6a0 + bb3ddc6 commit aaab49b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions test/e2e/config/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -376,10 +376,10 @@ variables:
# allowing the same e2e config file to be re-used in different Prow jobs e.g. each one with a K8s version permutation.
# The following Kubernetes versions should be the latest versions with already published kindest/node images.
# This avoids building node images in the default case which improves the test duration significantly.
KUBERNETES_VERSION_MANAGEMENT: "v1.32.0-beta.0"
KUBERNETES_VERSION: "v1.32.0-beta.0"
KUBERNETES_VERSION_MANAGEMENT: "v1.32.0-rc.1"
KUBERNETES_VERSION: "v1.32.0-rc.1"
KUBERNETES_VERSION_UPGRADE_FROM: "v1.31.2"
KUBERNETES_VERSION_UPGRADE_TO: "v1.32.0-beta.0"
KUBERNETES_VERSION_UPGRADE_TO: "v1.32.0-rc.1"
KUBERNETES_VERSION_LATEST_CI: "ci/latest-1.32"
ETCD_VERSION_UPGRADE_TO: "3.5.16-0"
COREDNS_VERSION_UPGRADE_TO: "v1.11.3"
Expand Down
4 changes: 2 additions & 2 deletions test/infrastructure/docker/examples/machine-pool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ metadata:
namespace: default
spec:
replicas: 1
version: v1.32.0-beta.0
version: v1.32.0-rc.1
machineTemplate:
infrastructureRef:
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
Expand Down Expand Up @@ -77,7 +77,7 @@ spec:
replicas: 2
template:
spec:
version: v1.32.0-beta.0
version: v1.32.0-rc.1
clusterName: my-cluster
bootstrap:
configRef:
Expand Down
4 changes: 2 additions & 2 deletions test/infrastructure/docker/examples/simple-cluster-ipv6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ metadata:
namespace: default
spec:
replicas: 1
version: v1.32.0-beta.0
version: v1.32.0-rc.1
machineTemplate:
infrastructureRef:
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
Expand Down Expand Up @@ -87,7 +87,7 @@ spec:
cluster.x-k8s.io/cluster-name: my-cluster
template:
spec:
version: v1.32.0-beta.0
version: v1.32.0-rc.1
clusterName: my-cluster
bootstrap:
configRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ metadata:
name: controlplane-0
namespace: default
spec:
version: v1.32.0-beta.0
version: v1.32.0-rc.1
clusterName: my-cluster
bootstrap:
configRef:
Expand Down Expand Up @@ -76,7 +76,7 @@ spec:
cluster.x-k8s.io/cluster-name: my-cluster
template:
spec:
version: v1.32.0-beta.0
version: v1.32.0-rc.1
clusterName: my-cluster
bootstrap:
configRef:
Expand Down
4 changes: 2 additions & 2 deletions test/infrastructure/docker/examples/simple-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ metadata:
namespace: default
spec:
replicas: 1
version: v1.32.0-beta.0
version: v1.32.0-rc.1
machineTemplate:
infrastructureRef:
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
Expand Down Expand Up @@ -80,7 +80,7 @@ spec:
cluster.x-k8s.io/cluster-name: my-cluster
template:
spec:
version: v1.32.0-beta.0
version: v1.32.0-rc.1
clusterName: my-cluster
bootstrap:
configRef:
Expand Down

0 comments on commit aaab49b

Please sign in to comment.