From afaa864c8f0bf48c15cadaa7adc9f18a257e4952 Mon Sep 17 00:00:00 2001 From: DongZe Li <9546726@qq.com> Date: Sun, 19 Dec 2021 17:06:28 +0800 Subject: [PATCH] Release v0.9.1 (#1190) --- VERSION | 2 +- charts/graphscope-store/Chart.yaml | 4 ++-- charts/graphscope/Chart.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index ac39a106c485..f374f6662e9a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.0 +0.9.1 diff --git a/charts/graphscope-store/Chart.yaml b/charts/graphscope-store/Chart.yaml index a824cb9cbf4e..7ee927189a33 100644 --- a/charts/graphscope-store/Chart.yaml +++ b/charts/graphscope-store/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: Database apiVersion: v2 -appVersion: 0.9.0 +appVersion: 0.9.1 description: Chart to create a GraphScope Store cluster home: https://graphscope.io keywords: @@ -11,7 +11,7 @@ keywords: name: graphscope-store sources: - https://github.com/alibaba/GraphScope/tree/main/interactive_engine/src/v2/src/main -version: 0.9.0 +version: 0.9.1 dependencies: - condition: kafka.enabled diff --git a/charts/graphscope/Chart.yaml b/charts/graphscope/Chart.yaml index bd9dedfa8c41..29b46193ba65 100644 --- a/charts/graphscope/Chart.yaml +++ b/charts/graphscope/Chart.yaml @@ -26,10 +26,10 @@ 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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.9.0 +version: 0.9.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.9.0" +appVersion: "0.9.1"