From 043683ca95e50c78340331a1faf5609ba55afb34 Mon Sep 17 00:00:00 2001 From: Tomoki Sugiura Date: Fri, 21 Feb 2025 14:43:59 +0900 Subject: [PATCH] Update CKE to 1.30.6 Signed-off-by: Tomoki Sugiura --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 8f4e0501..96800fe0 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1,7 +1,7 @@ # tool versions used for both local bin and deb/zip packages ## These should be updated when Kubernetes is updated -CKE_VERSION = 1.30.5 +CKE_VERSION = 1.30.6 CONTAINERD_VERSION = 1.7.24 NERDCTL_VERSION = 2.0.0 CRITOOLS_VERSION = 1.31.1