From f621f1c4d61055f228935dc408d5be917ce62f65 Mon Sep 17 00:00:00 2001 From: Sunjay Bhatia Date: Mon, 26 Aug 2024 09:21:53 -0400 Subject: [PATCH] Bump kind and kubectl tools kind: 0.24.0 kubectl: 1.31.0 Signed-off-by: Sunjay Bhatia --- hack/actions/install-kubernetes-toolchain.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/actions/install-kubernetes-toolchain.sh b/hack/actions/install-kubernetes-toolchain.sh index f725fc45dc9..8a7eea88d0e 100755 --- a/hack/actions/install-kubernetes-toolchain.sh +++ b/hack/actions/install-kubernetes-toolchain.sh @@ -4,8 +4,8 @@ set -o errexit set -o nounset set -o pipefail -readonly KUBECTL_VERS="v1.30.0" -readonly KIND_VERS="v0.23.0" +readonly KUBECTL_VERS="v1.31.0" +readonly KIND_VERS="v0.24.0" readonly PROGNAME=$(basename $0) readonly CURL=${CURL:-curl}