Skip to content

Commit d2413ab

Browse files
authored
build: Add Kubernetes v1.30.0 option for bootstrap and Docker provider (#541)
**What problem does this PR solve?**: **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent c33c2d0 commit d2413ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make/kind.mk

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ KINDEST_NODE_IMAGE ?= ghcr.io/mesosphere/kind-node
1010
KINDEST_NODE_VERSION_v1.27 ?= v1.27.13
1111
KINDEST_NODE_VERSION_v1.28 ?= v1.28.9
1212
KINDEST_NODE_VERSION_v1.29 ?= v1.29.4
13+
KINDEST_NODE_VERSION_v1.30 ?= v1.30.0
1314
# Allow easy override of Kubernetes version to use via `make KIND_KUBERNETES_VERSION=v1.23` to use in CI
1415
KIND_KUBERNETES_VERSION ?= v1.29
1516
ifndef KINDEST_NODE_VERSION_$(KIND_KUBERNETES_VERSION)

0 commit comments

Comments
 (0)