This is an automated email from the ASF dual-hosted git repository. mchades pushed a commit to branch branch-0.9 in repository https://gitbox.apache.org/repos/asf/gravitino.git
commit 6fa2879f64109bbd9513668dd644dd6771edf5ca Author: Rory Qi <[email protected]> AuthorDate: Wed Jul 2 11:33:07 2025 +0000 Preparing Gravitino release v0.9.1-rc4 --- clients/client-python/setup.py | 2 +- clients/filesystem-fuse/Cargo.toml | 2 +- dev/charts/gravitino/Chart.yaml | 4 ++-- dev/charts/gravitino/values.yaml | 2 +- gradle.properties | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/clients/client-python/setup.py b/clients/client-python/setup.py index e3c3f31181..d9cb64754a 100644 --- a/clients/client-python/setup.py +++ b/clients/client-python/setup.py @@ -27,7 +27,7 @@ except FileNotFoundError: setup( name="apache-gravitino", description="Python lib/client for Apache Gravitino", - version="0.9.2.dev0", + version="0.9.1", long_description=long_description, long_description_content_type="text/markdown", author="Apache Software Foundation", diff --git a/clients/filesystem-fuse/Cargo.toml b/clients/filesystem-fuse/Cargo.toml index 01abec4fb5..a44f37ce52 100644 --- a/clients/filesystem-fuse/Cargo.toml +++ b/clients/filesystem-fuse/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "filesystem-fuse" -version = "0.9.2-SNAPSHOT" +version = "0.9.1" rust-version = "1.75" edition = "2021" diff --git a/dev/charts/gravitino/Chart.yaml b/dev/charts/gravitino/Chart.yaml index 587140dc0e..334084f43f 100644 --- a/dev/charts/gravitino/Chart.yaml +++ b/dev/charts/gravitino/Chart.yaml @@ -17,7 +17,7 @@ # under the License. # apiVersion: v2 -appVersion: 0.9.2-SNAPSHOT +appVersion: 0.9.1 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. home: https://gravitino.apache.org annotations: @@ -35,4 +35,4 @@ maintainers: name: gravitino sources: - https://github.com/apache/gravitino -version: 0.9.10 +version: 0.9.11 diff --git a/dev/charts/gravitino/values.yaml b/dev/charts/gravitino/values.yaml index 3121e0b387..55c0cddc8c 100644 --- a/dev/charts/gravitino/values.yaml +++ b/dev/charts/gravitino/values.yaml @@ -19,7 +19,7 @@ image: repository: apache/gravitino - tag: 0.9.2-SNAPSHOT + tag: 0.9.1 pullPolicy: IfNotPresent ## Optionally specify an array of pullSecrets (secrets must be manually created in the namespace) ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ diff --git a/gradle.properties b/gradle.properties index 55a3051d5c..97d3e9e77d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ org.gradle.caching=true org.gradle.jvmargs=-Xmx4g # version that is going to be updated automatically by releases -version = 0.9.2-SNAPSHOT +version = 0.9.1 # sonatype credentials SONATYPE_USER = admin
