From dfefd3ede4d55a12ea3ab92846183d646b6c6f51 Mon Sep 17 00:00:00 2001 From: UPDATECLI_GITHUB_ACTOR <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:18:31 +0000 Subject: [PATCH 1/2] chore: Bump to latest flannel 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 a300e31..c427778 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN mkdir -p /opt/xtables/ RUN export ARCH=$(xx-info arch) &&\ wget https://github.com/rancher/k3s-root/releases/download/${K3S_ROOT_VERSION}/k3s-root-xtables-${ARCH}.tar -O /opt/xtables/k3s-root-xtables.tar RUN tar xvf /opt/xtables/k3s-root-xtables.tar -C /opt/xtables -ARG TAG=v0.26.1 +ARG TAG=v0.26.2 ARG PKG="github.com/flannel-io/flannel" ARG SRC="github.com/flannel-io/flannel" RUN git clone --depth=1 https://${SRC}.git $GOPATH/src/${PKG} From 43b76b8630214d17223a2952f47b70318598fdf4 Mon Sep 17 00:00:00 2001 From: UPDATECLI_GITHUB_ACTOR <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:18:31 +0000 Subject: [PATCH 2/2] chore: Bump to latest flannel 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 73a5abf..4103729 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ TAG ?= ${GITHUB_ACTION_TAG} K3S_ROOT_VERSION ?= v0.14.1 ifeq ($(TAG),) -TAG := v0.26.1$(BUILD_META) +TAG := v0.26.2$(BUILD_META) endif ifeq (,$(filter %$(BUILD_META),$(TAG)))