Skip to content

Commit 508eacc

Browse files
authored
Release v0.12.0 (#1438)
1 parent b0a0900 commit 508eacc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.0
1+
0.12.0

charts/graphscope-store/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
annotations:
22
category: Database
33
apiVersion: v2
4-
appVersion: 0.11.0
4+
appVersion: 0.12.0
55
description: Chart to create a GraphScope Store cluster
66
home: https://graphscope.io
77
keywords:
@@ -11,7 +11,7 @@ keywords:
1111
name: graphscope-store
1212
sources:
1313
- https://github.com/alibaba/GraphScope/tree/main/interactive_engine/src/v2/src/main
14-
version: 0.11.0
14+
version: 0.12.0
1515

1616
dependencies:
1717
- condition: kafka.enabled

charts/graphscope/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ type: application
2626
# This is the chart version. This version number should be incremented each time you make changes
2727
# to the chart and its templates, including the app version.
2828
# Versions are expected to follow Semantic Versioning (https://semver.org/)
29-
version: 0.11.0
29+
version: 0.12.0
3030

3131
# This is the version number of the application being deployed. This version number should be
3232
# incremented each time you make changes to the application. Versions are not expected to
3333
# follow Semantic Versioning. They should reflect the version the application is using.
3434
# It is recommended to use it with quotes.
35-
appVersion: "0.11.0"
35+
appVersion: "0.12.0"

0 commit comments

Comments
 (0)