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

chenyulin0719 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 b60c208a [YUNIKORN-3455] Add K8s 1.37 to the e2e tests in CI (#1096)
b60c208a is described below

commit b60c208ad5a9b050f3060c895bc5f6687c8218a1
Author: Manikandan R <[email protected]>
AuthorDate: Fri Sep 18 15:46:40 2026 +0000

    [YUNIKORN-3455] Add K8s 1.37 to the e2e tests in CI (#1096)
    
    Closes: #1096
    
    Signed-off-by: Yu-Lin Chen <[email protected]>
---
 .github/workflows/pre-commit.yml |  8 ++++----
 .github/workflows/weekly-e2e.yml | 15 ++++++++-------
 Makefile                         |  2 +-
 3 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index da6352b8..0f5689c4 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -50,10 +50,10 @@ jobs:
       matrix:
         k8s:
           [
-            v1.36.1,
-            v1.35.1,
-            v1.34.3,
-            v1.33.7,
+            v1.37.0,
+            v1.36.4,
+            v1.35.8,
+            v1.34.11,
             v1.24.17,
           ]
     steps:
diff --git a/.github/workflows/weekly-e2e.yml b/.github/workflows/weekly-e2e.yml
index 8b73fda9..bc5013f6 100644
--- a/.github/workflows/weekly-e2e.yml
+++ b/.github/workflows/weekly-e2e.yml
@@ -13,13 +13,14 @@ jobs:
       matrix:
         k8s:
           [
-            v1.36.1,
-            v1.35.1,
-            v1.34.3,
-            v1.33.7,
-            v1.32.11,
-            v1.31.6,
-            v1.30.10,
+            v1.37.0
+            v1.36.4,
+            v1.35.8,
+            v1.34.11,
+            v1.33.13,
+            v1.32.13,
+            v1.31.14,
+            v1.30.14,
             v1.29.14,
             v1.28.15,
             v1.27.16,
diff --git a/Makefile b/Makefile
index 28290cb5..a1998e43 100644
--- a/Makefile
+++ b/Makefile
@@ -184,7 +184,7 @@ KUBECTL_BIN=$(KUBECTL_PATH)/kubectl
 export PATH := $(BASE_DIR)/$(KUBECTL_PATH):$(PATH)
 
 # kind
-KIND_VERSION=v0.32.0
+KIND_VERSION=v0.33.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