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

wilfred-s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-k8shim.git


The following commit(s) were added to refs/heads/master by this push:
     new 73e05acb [YUNIKORN-3173] Upgrade kind to v0.31.0 (#1035)
73e05acb is described below

commit 73e05acbf1cd61606c6e5d97a6f334e10679dd6a
Author: skrishna <[email protected]>
AuthorDate: Mon Jun 1 14:54:56 2026 +1000

    [YUNIKORN-3173] Upgrade kind to v0.31.0 (#1035)
    
    Upgraded kind for testing to latest stable v0.31.0.
    
    Closes: #1035
    
    Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 2ddbc044..ec8948dd 100644
--- a/Makefile
+++ b/Makefile
@@ -171,7 +171,7 @@ KUBECTL_BIN=$(KUBECTL_PATH)/kubectl
 export PATH := $(BASE_DIR)/$(KUBECTL_PATH):$(PATH)
 
 # kind
-KIND_VERSION=v0.27.0
+KIND_VERSION=v0.31.0
 KIND_PATH=$(TOOLS_DIR)/kind-$(KIND_VERSION)
 KIND_BIN=$(KIND_PATH)/kind
 export PATH := $(BASE_DIR)/$(KIND_PATH):$(PATH)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to