Skip to content

Commit 05f8f46

Browse files
authored
Release v0.11.0 (#1347)
1 parent f30b95c commit 05f8f46

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.1
1+
0.11.0

charts/graphscope-store/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
annotations:
22
category: Database
33
apiVersion: v2
4-
appVersion: 0.10.1
4+
appVersion: 0.11.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.10.1
14+
version: 0.11.0
1515

1616
dependencies:
1717
- condition: kafka.enabled

charts/graphscope/Chart.yaml

+2-2
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.10.1
29+
version: 0.11.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.10.1"
35+
appVersion: "0.11.0"

0 commit comments

Comments
 (0)