Skip to content

Commit 7aaf916

Browse files
committed
Preparing Gravitino release v0.9.1-rc8
1 parent fcbf048 commit 7aaf916

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

clients/client-python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
setup(
2828
name="apache-gravitino",
2929
description="Python lib/client for Apache Gravitino",
30-
version="0.9.2.dev0",
30+
version="0.9.1",
3131
long_description=long_description,
3232
long_description_content_type="text/markdown",
3333
author="Apache Software Foundation",

clients/filesystem-fuse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "filesystem-fuse"
20-
version = "0.9.2-SNAPSHOT"
20+
version = "0.9.1"
2121
rust-version = "1.75"
2222
edition = "2021"
2323

dev/charts/gravitino/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# under the License.
1818
#
1919
apiVersion: v2
20-
appVersion: 0.9.2-SNAPSHOT
20+
appVersion: 0.9.1
2121
description: Apache Gravitino is a high-performance, geo-distributed, and federated metadata lake. It manages the metadata directly in different sources, types, and regions. It also provides users with unified metadata access for data and AI assets.
2222
home: https://gravitino.apache.org
2323
annotations:
@@ -35,4 +35,4 @@ maintainers:
3535
name: gravitino
3636
sources:
3737
- https://github.com/apache/gravitino
38-
version: 0.9.16
38+
version: 0.9.17

dev/charts/gravitino/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
image:
2121
repository: apache/gravitino
22-
tag: 0.9.2-SNAPSHOT
22+
tag: 0.9.1
2323
pullPolicy: IfNotPresent
2424
## Optionally specify an array of pullSecrets (secrets must be manually created in the namespace)
2525
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ org.gradle.caching=true
2323
org.gradle.jvmargs=-Xmx4g
2424

2525
# version that is going to be updated automatically by releases
26-
version = 0.9.2-SNAPSHOT
26+
version = 0.9.1
2727

2828
# sonatype credentials
2929
SONATYPE_USER = admin

0 commit comments

Comments
 (0)