From dfafa8195a4a8eb0fcefae6b46f23734714bea2e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 18:10:57 +0000 Subject: [PATCH 1/2] chore: Bump to latest k3s-root version in Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8d7eeb7..8108373 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,7 +58,7 @@ RUN chmod -v +x /usr/local/go/bin/go-*.sh FROM build-k8s-codegen AS build-k8s ARG TARGETARCH -ARG K3S_ROOT_VERSION=v0.14.0 +ARG K3S_ROOT_VERSION=v0.14.1 ADD https://github.com/k3s-io/k3s-root/releases/download/${K3S_ROOT_VERSION}/k3s-root-${TARGETARCH}.tar /opt/k3s-root/k3s-root.tar RUN tar xvf /opt/k3s-root/k3s-root.tar -C /opt/k3s-root --wildcards --strip-components=2 './bin/aux/*tables*' RUN tar xvf /opt/k3s-root/k3s-root.tar -C /opt/k3s-root './bin/ipset' From 1e643723f2d44112ff13d1a6871b5f11fa190a7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 18:10:57 +0000 Subject: [PATCH 2/2] chore: Bump to latest k3s-root version in Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 065ca88..d287b4d 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ UNAME_M = $(shell uname -m) PKG ?= github.com/kubernetes/kubernetes SRC ?= github.com/kubernetes/kubernetes TAG ?= ${GITHUB_ACTION_TAG} -K3S_ROOT_VERSION ?= v0.14.0 +K3S_ROOT_VERSION ?= v0.14.1 BUILD_META := -build$(shell date +%Y%m%d)