You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2023/08/08 17:44:22 UTC

[solr-operator] branch main updated: Upgrade kind to v0.20.0 (#598)

This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new a98c156  Upgrade kind to v0.20.0 (#598)
a98c156 is described below

commit a98c156564a36d344db8527f1c204188dd39770c
Author: Houston Putman <ho...@apache.org>
AuthorDate: Tue Aug 8 13:44:15 2023 -0400

    Upgrade kind to v0.20.0 (#598)
---
 Makefile                                | 2 +-
 hack/release/smoke_test/test_cluster.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 628f19d..0cf8ad7 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ KUSTOMIZE_VERSION=v4.5.2
 CONTROLLER_GEN_VERSION=v0.10.0
 GO_LICENSES_VERSION=v1.6.0
 GINKGO_VERSION = $(shell cat go.mod | grep 'github.com/onsi/ginkgo' | sed 's/.*\(v.*\)$$/\1/g')
-KIND_VERSION=v0.17.0
+KIND_VERSION=v0.20.0
 YQ_VERSION=v4.33.3
 # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
 ENVTEST_K8S_VERSION ?= 1.25.0
diff --git a/hack/release/smoke_test/test_cluster.sh b/hack/release/smoke_test/test_cluster.sh
index 26e9c3a..498cb96 100755
--- a/hack/release/smoke_test/test_cluster.sh
+++ b/hack/release/smoke_test/test_cluster.sh
@@ -115,7 +115,7 @@ fi
 
 if ! (which kind); then
   echo "Install Kind (Kubernetes in Docker)"
-  GO111MODULE="on" go install sigs.k8s.io/kind@v0.11.1
+  GO111MODULE="on" go install sigs.k8s.io/kind@v0.20.0
 fi
 
 CLUSTER_NAME="solr-operator-${VERSION}-rc"