From 59679865ffb13ef82f24083079690f806d4b9a34 Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani <45800463+rchincha@users.noreply.github.com> Date: Sun, 17 Aug 2025 10:25:18 -0700 Subject: [PATCH] chore: update notation version (#3316) to v1.3.2 Signed-off-by: Ramkumar Chinchani --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 66b7372f..0c592720 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ STACKER := $(shell which stacker) GOLINTER := $(TOOLSDIR)/bin/golangci-lint GOLINTER_VERSION := v2.1.0 NOTATION := $(TOOLSDIR)/bin/notation -NOTATION_VERSION := 1.0.0 +NOTATION_VERSION := 1.3.2 COSIGN := $(TOOLSDIR)/bin/cosign COSIGN_VERSION := 2.2.0 HELM := $(TOOLSDIR)/bin/helm