From 597a19663377ef7cb112f9dcf06ea8e2678a6721 Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Fri, 17 Mar 2023 08:57:30 +0700 Subject: [PATCH] Bump kpromo to v3.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Büringer buringerst@vmware.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 039298bf97a..9d76f5e8f6a 100644 --- a/Makefile +++ b/Makefile @@ -112,7 +112,7 @@ GO_APIDIFF_PKG := github.com/joelanford/go-apidiff SHELLCHECK_VER := v0.9.0 -KPROMO_VER := v3.4.4 +KPROMO_VER := v3.5.1 KPROMO_BIN := kpromo KPROMO := $(abspath $(TOOLS_BIN_DIR)/$(KPROMO_BIN)-$(KPROMO_VER)) KPROMO_PKG := sigs.k8s.io/promo-tools/v3/cmd/kpromo