This is an automated email from the ASF dual-hosted git repository. yuqi4733 pushed a commit to branch branch-1.1 in repository https://gitbox.apache.org/repos/asf/gravitino.git
commit 34507b9ba72acd38dc10c3dd3b545eb24ed5c161 Author: yuqi <[email protected]> AuthorDate: Tue Mar 24 12:57:33 2026 +0000 Preparing development version 1.1.2-SNAPSHOT --- 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-lance-rest-server/Chart.yaml | 4 ++-- dev/charts/gravitino-lance-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 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/clients/client-python/setup.py b/clients/client-python/setup.py index a3c74f0a2f..9173be6fd3 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.1.1", + version="1.1.2.dev0", 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 4655c3c86e..6f6a4f073b 100644 --- a/clients/filesystem-fuse/Cargo.toml +++ b/clients/filesystem-fuse/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "filesystem-fuse" -version = "1.1.1" +version = "1.1.2-SNAPSHOT" 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 fe04443e46..2785482589 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.1.1 -version: 1.1.21 +appVersion: 1.1.2-SNAPSHOT +version: 1.1.22 diff --git a/dev/charts/gravitino-iceberg-rest-server/values.yaml b/dev/charts/gravitino-iceberg-rest-server/values.yaml index 68c8408d03..7caaa50744 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.1.1 + tag: 1.1.2-SNAPSHOT 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-lance-rest-server/Chart.yaml b/dev/charts/gravitino-lance-rest-server/Chart.yaml index 5d9a5872df..155e718adf 100644 --- a/dev/charts/gravitino-lance-rest-server/Chart.yaml +++ b/dev/charts/gravitino-lance-rest-server/Chart.yaml @@ -44,5 +44,5 @@ sources: - https://github.com/apache/gravitino/tree/main/dev/charts/gravitino-lance-rest-server type: application -appVersion: 1.1.1 -version: 1.1.4 +appVersion: 1.1.2-SNAPSHOT +version: 1.1.5 diff --git a/dev/charts/gravitino-lance-rest-server/values.yaml b/dev/charts/gravitino-lance-rest-server/values.yaml index 9ac4b4220c..f632f36420 100644 --- a/dev/charts/gravitino-lance-rest-server/values.yaml +++ b/dev/charts/gravitino-lance-rest-server/values.yaml @@ -27,7 +27,7 @@ image: repository: apache/gravitino-lance-rest pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 1.1.1 + tag: 1.1.2-SNAPSHOT imagePullSecrets: [] nameOverride: "" diff --git a/dev/charts/gravitino/Chart.yaml b/dev/charts/gravitino/Chart.yaml index 206491316b..da185ea696 100644 --- a/dev/charts/gravitino/Chart.yaml +++ b/dev/charts/gravitino/Chart.yaml @@ -17,7 +17,7 @@ # under the License. # apiVersion: v2 -appVersion: 1.1.1 +appVersion: 1.1.2-SNAPSHOT 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: @@ -44,4 +44,4 @@ maintainers: name: gravitino sources: - https://github.com/apache/gravitino -version: 1.1.21 +version: 1.1.22 diff --git a/dev/charts/gravitino/values.yaml b/dev/charts/gravitino/values.yaml index 8d4df197da..353bab9f25 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.1.1 + tag: 1.1.2-SNAPSHOT pullPolicy: IfNotPresent ## MySQL chart configuration diff --git a/gradle.properties b/gradle.properties index ae06c70a16..faff027a27 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.1.1 +version = 1.1.2-SNAPSHOT # sonatype credentials SONATYPE_USER = admin diff --git a/mcp-server/pyproject.toml b/mcp-server/pyproject.toml index fe36763dad..6ee70f4c30 100644 --- a/mcp-server/pyproject.toml +++ b/mcp-server/pyproject.toml @@ -17,7 +17,7 @@ [project] name = "gravitino_mcp_server" -version = "1.1.1" +version = "1.1.2.dev0" description = "Gravitino MCP server" readme = "README.md" requires-python = ">=3.10"
