From 9d2fd712b4aae1eac5b2389bb76cd8485aaa69b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:42:52 +0000 Subject: [PATCH 1/2] chore: Bump Makefile to upstream version v0.15.7 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 6142b47..c460109 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ REPO ?= rancher IMAGE ?= $(REPO)/hardened-node-feature-discovery:$(TAG) ifeq ($(TAG),) -TAG := v0.15.6$(BUILD_META) +TAG := v0.15.7$(BUILD_META) endif ifeq (,$(filter %$(BUILD_META),$(TAG))) From 116301b92dbd4f230c9527ddde4b1c90f67631c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:42:53 +0000 Subject: [PATCH 2/2] chore: Bump Dockerfile to upstream version v0.15.7 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 26b6891..0181e1e 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.15.6 +ARG TAG=v0.15.7 ARG PKG="github.com/kubernetes-sigs/node-feature-discovery" RUN git clone --depth=1 https://${PKG}.git $GOPATH/src/${PKG} WORKDIR $GOPATH/src/${PKG}