From 6ccf121aea264fe813262eb8d15419fd99ac9b93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 18:23:13 +0000 Subject: [PATCH 1/2] chore: Bump Dockerfile to upstream version v0.16.3 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 8173831..81afe8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN go-assert-boring.sh bin/* # Build node feature discovery ARG ARCH="amd64" -ARG TAG=v0.16.2 +ARG TAG=v0.16.3 ARG PKG="github.com/kubernetes-sigs/node-feature-discovery" RUN git clone --depth=1 https://${PKG}.git $GOPATH/src/${PKG} WORKDIR $GOPATH/src/${PKG} From a2417776525d529d8e14fdf4c4d6ee119753b56b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 18:23:13 +0000 Subject: [PATCH 2/2] chore: Bump Makefile to upstream version v0.16.3 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 a1b18c1..7c0e449 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ SRC ?= "github.com/kubernetes-sigs/node-feature-discovery" TAG ?= ${GITHUB_ACTION_TAG} ifeq ($(TAG),) -TAG := v0.16.2$(BUILD_META) +TAG := v0.16.3$(BUILD_META) endif ifeq (,$(filter %$(BUILD_META),$(TAG)))