From aade51212fb941586406be72ab74b680a34bc1a3 Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Thu, 10 Oct 2024 11:58:40 -0500 Subject: [PATCH] Release v0.1.3 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9d26acf..14925ec 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ REGISTRY?=gcr.io/k8s-minikube -VERSION=v0.1.2 +VERSION=v0.1.3 GOOS?=$(shell go env GOOS) GOARCH?=$(shell go env GOARCH) ARCH=$(if $(findstring amd64, $(GOARCH)),x86_64,$(GOARCH)) -KO_VERSION=0.15.2 +KO_VERSION=0.16.0 BASE_IMAGE?=gcr.io/distroless/static:nonroot build: ## Build the gcp-auth-webhook binary