Skip to content

Commit

Permalink
Release 1.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kiali-bot committed Dec 8, 2020
1 parent 068c190 commit 21963e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TARGET_ARCHS ?= amd64 arm64 s390x ppc64le

# Identifies the current build.
# These will be embedded in the app and displayed when it starts.
VERSION ?= v1.28.0-SNAPSHOT
VERSION ?= v1.28.1
COMMIT_HASH ?= $(shell git rev-parse HEAD)

# Indicates which version of the UI console is to be embedded
Expand All @@ -20,7 +20,7 @@ COMMIT_HASH ?= $(shell git rev-parse HEAD)
# WARNING: If you have previously build a container image but
# later want to change the CONSOLE_VERSION then you must run
# the 'clean' target first before re-building the container image.
CONSOLE_VERSION ?= latest
CONSOLE_VERSION ?= 1.27.0
CONSOLE_LOCAL_DIR ?= ${ROOTDIR}/../../../../../kiali-ui

# Version label is used in the OpenShift/K8S resources to identify
Expand Down

0 comments on commit 21963e7

Please sign in to comment.