From c6427cffc30b1f95885f9d781cf5b9558dbb6688 Mon Sep 17 00:00:00 2001 From: Krunal Hingu Date: Thu, 25 Jul 2024 10:39:06 +0530 Subject: [PATCH 1/2] add v1.28.12 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 649b586..4051065 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.28.11 +K8S_VERSION?=v1.28.12 ARCH?=amd64 ALL_ARCH=amd64 arm64 From 5eabec9f58b0ea61cc1e4fb073a71778a9cac2b1 Mon Sep 17 00:00:00 2001 From: Krunal Hingu Date: Thu, 25 Jul 2024 10:39:22 +0530 Subject: [PATCH 2/2] bumped hyperkube-base v0.0.21 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1041a7e..c23549b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM rancher/hyperkube-base:v0.0.20 +FROM rancher/hyperkube-base:v0.0.21 COPY k8s-binaries/kube* /usr/local/bin/