From d8a8bba15dc5b47b861445b5fee6340a216ebcd8 Mon Sep 17 00:00:00 2001 From: cheyang Date: Sun, 19 Feb 2023 00:28:13 +0800 Subject: [PATCH] Update fluid version to 0.8.5, To #43000843 (#2623) Signed-off-by: cheyang --- Makefile | 2 +- charts/fluid/fluid/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d5aa2bd797..85153bc402 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ else endif CURRENT_DIR=$(shell pwd) -VERSION=v0.8.4 +VERSION=v0.8.5 BUILD_DATE=$(shell date -u +'%Y-%m-%d_%H:%M:%S') GIT_COMMIT=$(shell git rev-parse HEAD) GIT_TAG=$(shell if [ -z "`git status --porcelain`" ]; then git describe --exact-match --tags HEAD 2>/dev/null; fi) diff --git a/charts/fluid/fluid/Chart.yaml b/charts/fluid/fluid/Chart.yaml index d950bf92c0..53ee3b29d4 100644 --- a/charts/fluid/fluid/Chart.yaml +++ b/charts/fluid/fluid/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.8.4 +version: 0.8.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application.