Skip to content

Commit b6695f2

Browse files
authored
Merge pull request #1036 from Daimler/tobiasgiese/bump-kind-v0.11.1
✨ Remove ensure kind binary script from repository
2 parents b1f3767 + ea5862a commit b6695f2

File tree

4 files changed

+1
-60
lines changed

4 files changed

+1
-60
lines changed

hack/ensure-kind.sh

Lines changed: 0 additions & 55 deletions
This file was deleted.

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() {

scripts/ci-conformance.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ cd "${REPO_ROOT}" || exit 1
2727

2828
# shellcheck source=../hack/ensure-go.sh
2929
source "${REPO_ROOT}/hack/ensure-go.sh"
30-
# shellcheck source=../hack/ensure-kind.sh
31-
source "${REPO_ROOT}/hack/ensure-kind.sh"
3230
# shellcheck source=../hack/ensure-kubectl.sh
3331
source "${REPO_ROOT}/hack/ensure-kubectl.sh"
3432

scripts/ci-e2e.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ cd "${REPO_ROOT}" || exit 1
2828

2929
# shellcheck source=../hack/ensure-go.sh
3030
source "${REPO_ROOT}/hack/ensure-go.sh"
31-
# shellcheck source=../hack/ensure-kind.sh
32-
source "${REPO_ROOT}/hack/ensure-kind.sh"
3331
# shellcheck source=../hack/ensure-kubectl.sh
3432
source "${REPO_ROOT}/hack/ensure-kubectl.sh"
3533

0 commit comments

Comments
 (0)