From 9b89e08fc129f5cf99b4b212785b3ce86ce87d23 Mon Sep 17 00:00:00 2001 From: kiali-bot Date: Mon, 9 Sep 2024 12:04:57 +0000 Subject: [PATCH] Release v1.89.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b8e0ad0..b4a78662 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ OUTDIR=${ROOTDIR}/_output TARGET_ARCHS ?= amd64 arm64 s390x ppc64le # Identifies the current build. -VERSION ?= v1.89.2 +VERSION ?= v1.89.3 COMMIT_HASH ?= $(shell git rev-parse HEAD) # Identifies the Kiali operator container image that will be built