From 3b8293042eebbd2ff8f84a343b8dd99b318c6a15 Mon Sep 17 00:00:00 2001 From: kiali-bot Date: Wed, 4 Dec 2024 07:23:50 +0000 Subject: [PATCH] Release v2.1.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dd24d5e4..abb89999 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ OUTDIR=${ROOTDIR}/_output TARGET_ARCHS ?= amd64 arm64 s390x ppc64le # Identifies the current build. -VERSION ?= v2.1.0 +VERSION ?= v2.1.1 COMMIT_HASH ?= $(shell git rev-parse HEAD) # Identifies the Kiali operator container image that will be built