Skip to content

Commit b0aee13

Browse files
committed
Bump kind to v0.11.1 to have Kubernetes v1.21.1
Signed-off-by: Tobias Giese <[email protected]>
1 parent 1b66d96 commit b0aee13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/ensure-kind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -o nounset
1919
set -o pipefail
2020

2121
GOPATH_BIN="$(go env GOPATH)/bin/"
22-
MINIMUM_KIND_VERSION=v0.9.0
22+
MINIMUM_KIND_VERSION=v0.11.1
2323

2424
# Ensure the kind tool exists and is a viable version, or installs it
2525
verify_kind_version() {

hack/ensure-kubectl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -o nounset
1919
set -o pipefail
2020

2121
GOPATH_BIN="$(go env GOPATH)/bin/"
22-
MINIMUM_KUBECTL_VERSION=v1.19.0
22+
MINIMUM_KUBECTL_VERSION=v1.21.1
2323

2424
# Ensure the kubectl tool exists and is a viable version, or installs it
2525
verify_kubectl_version() {

0 commit comments

Comments
 (0)