From 2c6f51949252ee9e9bd08ce76811412f6e4cf15b Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Thu, 14 Mar 2024 09:49:56 -0700 Subject: [PATCH] Release v0.1.2 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 69eee41..9d26acf 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ REGISTRY?=gcr.io/k8s-minikube -VERSION=v0.1.1 +VERSION=v0.1.2 GOOS?=$(shell go env GOOS) GOARCH?=$(shell go env GOARCH) ARCH=$(if $(findstring amd64, $(GOARCH)),x86_64,$(GOARCH)) -KO_VERSION=0.15.1 +KO_VERSION=0.15.2 BASE_IMAGE?=gcr.io/distroless/static:nonroot build: ## Build the gcp-auth-webhook binary