From 2cd5307102803b41fc0096b918f800490dbf7962 Mon Sep 17 00:00:00 2001 From: Ran Z <84066190+pangruoran@users.noreply.github.com> Date: Wed, 8 Nov 2023 17:29:23 +0800 Subject: [PATCH] chore(test): bump kind version to v0.20.0 (#5088) There are some incompatibilities between different versions of kind and the old version can't work with Kubernetes v1.28. We have not encountered any issues because the GitHub Actions environment has already upgraded kind to the latest version by default. https://github.com/actions/runner-images/pull/7747 --- scripts/check-container-environment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-container-environment.sh b/scripts/check-container-environment.sh index 9d851b4186..7b2012a1bf 100755 --- a/scripts/check-container-environment.sh +++ b/scripts/check-container-environment.sh @@ -11,7 +11,7 @@ set -euo pipefail -KIND_VERSION="v0.14.0" +KIND_VERSION="v0.20.0" # ensure docker command is accessible if ! command -v docker &> /dev/null