This is an automated email from the ASF dual-hosted git repository.

mchades pushed a commit to tag v1.0.1-rc2
in repository https://gitbox.apache.org/repos/asf/gravitino.git

commit 9e9bb2c55fd2bfc4699a35a86e6835aca3af274e
Author: Minghuang Li <[email protected]>
AuthorDate: Thu Nov 13 07:00:10 2025 +0000

    Preparing Gravitino release v1.0.1-rc2
---
 clients/client-python/setup.py                       | 2 +-
 clients/filesystem-fuse/Cargo.toml                   | 2 +-
 dev/charts/gravitino-iceberg-rest-server/Chart.yaml  | 4 ++--
 dev/charts/gravitino-iceberg-rest-server/values.yaml | 2 +-
 dev/charts/gravitino/Chart.yaml                      | 4 ++--
 dev/charts/gravitino/values.yaml                     | 2 +-
 gradle.properties                                    | 2 +-
 mcp-server/pyproject.toml                            | 2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/clients/client-python/setup.py b/clients/client-python/setup.py
index 257d477b81..a014b9923e 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="1.0.2.dev0",
+    version="1.0.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 60096c7938..15f33c4163 100644
--- a/clients/filesystem-fuse/Cargo.toml
+++ b/clients/filesystem-fuse/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "filesystem-fuse"
-version = "1.0.2-SNAPSHOT"
+version = "1.0.1"
 rust-version = "1.75"
 edition = "2021"
 
diff --git a/dev/charts/gravitino-iceberg-rest-server/Chart.yaml 
b/dev/charts/gravitino-iceberg-rest-server/Chart.yaml
index b6aa8317bc..8dd0f07f67 100644
--- a/dev/charts/gravitino-iceberg-rest-server/Chart.yaml
+++ b/dev/charts/gravitino-iceberg-rest-server/Chart.yaml
@@ -41,5 +41,5 @@ sources:
   - https://github.com/apache/gravitino
   - 
https://github.com/apache/gravitino/tree/main/dev/charts/gravitino-iceberg-rest-server
 
-appVersion: 1.0.2-SNAPSHOT
-version: 1.0.10
+appVersion: 1.0.1
+version: 1.0.11
diff --git a/dev/charts/gravitino-iceberg-rest-server/values.yaml 
b/dev/charts/gravitino-iceberg-rest-server/values.yaml
index 2542325f31..4534bd4614 100644
--- a/dev/charts/gravitino-iceberg-rest-server/values.yaml
+++ b/dev/charts/gravitino-iceberg-rest-server/values.yaml
@@ -21,7 +21,7 @@ replicas: 1
 
 image:
   repository: apache/gravitino-iceberg-rest
-  tag: 1.0.2-SNAPSHOT
+  tag: 1.0.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/dev/charts/gravitino/Chart.yaml b/dev/charts/gravitino/Chart.yaml
index 13850b1112..1beffe8d35 100644
--- a/dev/charts/gravitino/Chart.yaml
+++ b/dev/charts/gravitino/Chart.yaml
@@ -17,7 +17,7 @@
 # under the License.
 #
 apiVersion: v2
-appVersion: 1.0.2-SNAPSHOT
+appVersion: 1.0.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:
@@ -40,4 +40,4 @@ maintainers:
 name: gravitino
 sources:
   - https://github.com/apache/gravitino
-version: 1.0.11
+version: 1.0.12
diff --git a/dev/charts/gravitino/values.yaml b/dev/charts/gravitino/values.yaml
index 4e0da012c4..360c176b86 100644
--- a/dev/charts/gravitino/values.yaml
+++ b/dev/charts/gravitino/values.yaml
@@ -31,7 +31,7 @@ global:
 image:
   registry: docker.io
   repository: apache/gravitino
-  tag: 1.0.2-SNAPSHOT
+  tag: 1.0.1
   pullPolicy: IfNotPresent
 
 ## MySQL chart configuration
diff --git a/gradle.properties b/gradle.properties
index 466fd3c370..89b6baebee 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 = 1.0.2-SNAPSHOT
+version = 1.0.1
 
 # sonatype credentials
 SONATYPE_USER = admin
diff --git a/mcp-server/pyproject.toml b/mcp-server/pyproject.toml
index 00ff701703..32fa87c466 100644
--- a/mcp-server/pyproject.toml
+++ b/mcp-server/pyproject.toml
@@ -17,7 +17,7 @@
 
 [project]
 name = "gravitino_mcp_server"
-version = "1.0.2.dev0"
+version = "1.0.1"
 description = "Gravitino MCP server"
 readme = "README.md"
 requires-python = ">=3.10"

Reply via email to