From 324e79d0ed21db39a2a3c574e147d711090cf2a1 Mon Sep 17 00:00:00 2001 From: kiali-bot Date: Fri, 17 Jan 2025 09:50:57 +0000 Subject: [PATCH] Release v1.89.9 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 27766eb9..0747d61b 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.8 +VERSION ?= v1.89.9 COMMIT_HASH ?= $(shell git rev-parse HEAD) # Identifies the Kiali operator container image that will be built