From b503dced1d80986e4f5789ac67a80746b396692d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:04:51 +0000 Subject: [PATCH 1/2] chore: Bump Dockerfile to upstream version v2.8.1 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 46a1e3d..3d2b4f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN set -x && \ apk --no-cache add \ git \ make -ARG TAG=v2.8.0 +ARG TAG=v2.8.1 RUN git clone --depth=1 https://github.com/k8snetworkplumbingwg/sriov-cni WORKDIR sriov-cni RUN git fetch --all --tags --prune From c9296af738f86c03cc5b499172060763876052b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:04:51 +0000 Subject: [PATCH 2/2] chore: Bump Makefile to upstream version v2.8.1 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 696ffc5..8afd80b 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ ORG ?= rancher TAG ?= ${GITHUB_ACTION_TAG} ifeq ($(TAG),) -TAG := v2.8.0$(BUILD_META) +TAG := v2.8.1$(BUILD_META) endif ifeq (,$(filter %$(BUILD_META),$(TAG)))