Skip to content

Commit 9e9bb2c

Browse files
committed
Preparing Gravitino release v1.0.1-rc2
1 parent 17c9bcc commit 9e9bb2c

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
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="1.0.2.dev0",
30+
version="1.0.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 = "1.0.2-SNAPSHOT"
20+
version = "1.0.1"
2121
rust-version = "1.75"
2222
edition = "2021"
2323

dev/charts/gravitino-iceberg-rest-server/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ sources:
4141
- https://github.com/apache/gravitino
4242
- https://github.com/apache/gravitino/tree/main/dev/charts/gravitino-iceberg-rest-server
4343

44-
appVersion: 1.0.2-SNAPSHOT
45-
version: 1.0.10
44+
appVersion: 1.0.1
45+
version: 1.0.11

dev/charts/gravitino-iceberg-rest-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ replicas: 1
2121

2222
image:
2323
repository: apache/gravitino-iceberg-rest
24-
tag: 1.0.2-SNAPSHOT
24+
tag: 1.0.1
2525
pullPolicy: IfNotPresent
2626
## Optionally specify an array of pullSecrets (secrets must be manually created in the namespace)
2727
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/

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: 1.0.2-SNAPSHOT
20+
appVersion: 1.0.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:
@@ -40,4 +40,4 @@ maintainers:
4040
name: gravitino
4141
sources:
4242
- https://github.com/apache/gravitino
43-
version: 1.0.11
43+
version: 1.0.12

dev/charts/gravitino/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ global:
3131
image:
3232
registry: docker.io
3333
repository: apache/gravitino
34-
tag: 1.0.2-SNAPSHOT
34+
tag: 1.0.1
3535
pullPolicy: IfNotPresent
3636

3737
## MySQL chart configuration

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 = 1.0.2-SNAPSHOT
26+
version = 1.0.1
2727

2828
# sonatype credentials
2929
SONATYPE_USER = admin

mcp-server/pyproject.toml

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

1818
[project]
1919
name = "gravitino_mcp_server"
20-
version = "1.0.2.dev0"
20+
version = "1.0.1"
2121
description = "Gravitino MCP server"
2222
readme = "README.md"
2323
requires-python = ">=3.10"

0 commit comments

Comments
 (0)