From 56636b83d6b631e03940b88e8e599295675199f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 10:41:52 +0100 Subject: [PATCH] Bump plugins version to v1.6.1 (#83) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Bump to latest plugins version in Makefile Made with ❤️️ by updatecli * chore: Bump to latest plugins version in Dockerfile Made with ❤️️ by updatecli --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 348c971..6e48970 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN set -x && \ xx-apk --no-cache add musl-dev gcc FROM base_builder AS cni_plugins_builder -ARG TAG=v1.6.0 +ARG TAG=v1.6.1 ARG FLANNEL_TAG=v1.6.0-flannel1 ARG GOEXPERIMENT #clone and get dependencies diff --git a/Makefile b/Makefile index 9574fc0..787b737 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ BUILD_META=-build$(shell date +%Y%m%d) TAG ?= ${GITHUB_ACTION_TAG} ifeq ($(TAG),) -TAG := v1.6.0$(BUILD_META) +TAG := v1.6.1$(BUILD_META) endif ifeq (,$(filter %$(BUILD_META),$(TAG)))