From 7e149fe9d03d49ee388d378b91ae03f79ea32e50 Mon Sep 17 00:00:00 2001 From: kiali-bot Date: Tue, 8 Dec 2020 17:06:18 +0000 Subject: [PATCH] Release 1.28.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6d243b61..2162fa2f 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ OUTDIR=${ROOTDIR}/_output TARGET_ARCHS ?= amd64 arm64 s390x ppc64le # Identifies the current build. -VERSION ?= v1.28.0-SNAPSHOT +VERSION ?= v1.28.1 COMMIT_HASH ?= $(shell git rev-parse HEAD) # Identifies the Kiali operator container image that will be built