This is an automated email from the ASF dual-hosted git repository.
chia7712 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 8d59e774 [YUNIKORN-2410] Update kindest/node (#785)
8d59e774 is described below
commit 8d59e774cb2ffa2fe4ba2b74754ec8c2a4dd2b8f
Author: Ryan Lo <[email protected]>
AuthorDate: Wed Feb 14 23:17:22 2024 +0800
[YUNIKORN-2410] Update kindest/node (#785)
Closes: #785
Signed-off-by: Chia-Ping Tsai <[email protected]>
---
.github/workflows/pre-commit.yml | 2 +-
Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 2b6a1fe9..26a01085 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- k8s: [v1.29.0, v1.28.0, v1.27.3, v1.26.6, v1.25.11, v1.24.15]
+ k8s: [v1.29.1, v1.28.6, v1.27.10, v1.26.13, v1.25.16, v1.24.17]
plugin: ['', '--plugin']
steps:
- name: Checkout source code
diff --git a/Makefile b/Makefile
index aa199971..0f6d0dee 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,7 @@ export PATH := $(BASE_DIR)/$(TOOLS_DIR):$(GO_EXE_PATH):$(PATH)
# Default values for dev cluster
ifeq ($(K8S_VERSION),)
-K8S_VERSION := v1.29.0
+K8S_VERSION := v1.29.1
endif
ifeq ($(CLUSTER_NAME),)
CLUSTER_NAME := yk8s
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]