From 57ce47d1e5ac1e1fdf7ad1380e50ac6f916cc989 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 18:16:05 +0000 Subject: [PATCH 1/2] chore: Bump Dockerfile to upstream version v3.8.0 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 e2ae151..d0211b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN set -x && \ apk --no-cache add patch \ git \ make -ARG TAG=v3.7.0 +ARG TAG=v3.8.0 RUN git clone https://github.com/k8snetworkplumbingwg/sriov-network-device-plugin WORKDIR sriov-network-device-plugin RUN git fetch --all --tags --prune From a994911d4c0e3cade730509777ab82f2697e574d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 18:16:06 +0000 Subject: [PATCH 2/2] chore: Bump Makefile to upstream version v3.8.0 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 e40404f..7dab662 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ ORG ?= rancher TAG ?= ${GITHUB_ACTION_TAG} ifeq ($(TAG),) -TAG := v3.7.0$(BUILD_META) +TAG := v3.8.0$(BUILD_META) endif ifeq (,$(filter %$(BUILD_META),$(TAG)))