Skip to content

Commit 1c1665f

Browse files
committed
Preparing Gravitino release v1.2.0-rc11
1 parent cbda767 commit 1c1665f

10 files changed

Lines changed: 13 additions & 13 deletions

File tree

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.2.1.dev0",
30+
version="1.2.0",
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.2.1-SNAPSHOT"
20+
version = "1.2.0"
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.2.1-SNAPSHOT
45-
version: 1.2.16
44+
appVersion: 1.2.0
45+
version: 1.2.17

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.2.1-SNAPSHOT
24+
tag: 1.2.0
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-lance-rest-server/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ sources:
4444
- https://github.com/apache/gravitino/tree/main/dev/charts/gravitino-lance-rest-server
4545

4646
type: application
47-
appVersion: 1.2.1-SNAPSHOT
48-
version: 1.2.16
47+
appVersion: 1.2.0
48+
version: 1.2.17

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ image:
2727
repository: apache/gravitino-lance-rest
2828
pullPolicy: IfNotPresent
2929
# Overrides the image tag whose default is the chart appVersion.
30-
tag: 1.2.1-SNAPSHOT
30+
tag: 1.2.0
3131

3232
imagePullSecrets: []
3333
nameOverride: ""

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.2.1-SNAPSHOT
20+
appVersion: 1.2.0
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:
@@ -44,4 +44,4 @@ maintainers:
4444
name: gravitino
4545
sources:
4646
- https://github.com/apache/gravitino
47-
version: 1.2.16
47+
version: 1.2.17

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.2.1-SNAPSHOT
34+
tag: 1.2.0
3535
pullPolicy: IfNotPresent
3636

3737
## MySQL chart configuration

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ systemProp.org.gradle.internal.http.connectionTimeout=300000
2929
systemProp.org.gradle.internal.http.socketTimeout=300000
3030

3131
# version that is going to be updated automatically by releases
32-
version = 1.2.1-SNAPSHOT
32+
version = 1.2.0
3333

3434
# sonatype credentials
3535
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.2.1.dev0"
20+
version = "1.2.0"
2121
description = "Gravitino MCP server"
2222
readme = "README.md"
2323
requires-python = ">=3.10"

0 commit comments

Comments
 (0)