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

jerryshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new e9a2276470 [MINOR] Bump the version to 1.4.0-SNAPSHOT (#11336)
e9a2276470 is described below

commit e9a2276470b155c8b0311dad379c72a61a6c2d60
Author: mchades <[email protected]>
AuthorDate: Thu Jun 4 14:18:51 2026 +0800

    [MINOR] Bump the version to 1.4.0-SNAPSHOT (#11336)
    
    ### What changes were proposed in this pull request?
    
    Bump the version to 1.4.0-SNAPSHOT
    
    ### Why are the changes needed?
    
    Bump the version to 1.4.0-SNAPSHOT
    
    ### Does this PR introduce _any_ user-facing change?
    
    no
    
    ### How was this patch tested?
    
    CI pass
    
    ---------
    
    Co-authored-by: Copilot <[email protected]>
    Co-authored-by: Qi Yu <[email protected]>
---
 clients/client-python/setup.py                                 |  2 +-
 clients/filesystem-fuse/Cargo.toml                             |  2 +-
 dev/charts/gravitino-iceberg-rest-server/Chart.yaml            |  4 ++--
 .../gravitino-iceberg-rest-server/tests/deployment_test.yaml   |  2 +-
 dev/charts/gravitino-iceberg-rest-server/values.yaml           |  2 +-
 dev/charts/gravitino-lance-rest-server/Chart.yaml              |  4 ++--
 .../gravitino-lance-rest-server/tests/deployment_test.yaml     |  2 +-
 dev/charts/gravitino-lance-rest-server/values.yaml             |  2 +-
 dev/charts/gravitino/Chart.yaml                                |  4 ++--
 dev/charts/gravitino/values.yaml                               |  2 +-
 docs/index.md                                                  |  8 ++++----
 docs/manage-relational-metadata-using-gravitino.md             | 10 +++++-----
 docs/open-api/openapi.yaml                                     |  2 +-
 gradle.properties                                              |  2 +-
 mcp-server/pyproject.toml                                      |  2 +-
 15 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/clients/client-python/setup.py b/clients/client-python/setup.py
index 4cdbd9302a..7bb8bf124f 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.3.0.dev0",
+    version="1.4.0.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 06d97aadec..bd7075fb49 100644
--- a/clients/filesystem-fuse/Cargo.toml
+++ b/clients/filesystem-fuse/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "filesystem-fuse"
-version = "1.3.0-SNAPSHOT"
+version = "1.4.0-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 d99c5aea85..331298e644 100644
--- a/dev/charts/gravitino-iceberg-rest-server/Chart.yaml
+++ b/dev/charts/gravitino-iceberg-rest-server/Chart.yaml
@@ -42,5 +42,5 @@ sources:
   - https://github.com/apache/gravitino
   - 
https://github.com/apache/gravitino/tree/main/dev/charts/gravitino-iceberg-rest-server
 
-appVersion: 1.3.0-SNAPSHOT
-version: 1.3.0
+appVersion: 1.4.0-SNAPSHOT
+version: 1.4.0
diff --git 
a/dev/charts/gravitino-iceberg-rest-server/tests/deployment_test.yaml 
b/dev/charts/gravitino-iceberg-rest-server/tests/deployment_test.yaml
index 9f6a5965e5..1066db222b 100644
--- a/dev/charts/gravitino-iceberg-rest-server/tests/deployment_test.yaml
+++ b/dev/charts/gravitino-iceberg-rest-server/tests/deployment_test.yaml
@@ -47,7 +47,7 @@ tests:
           value: default
       - equal:
           path: spec.template.spec.containers[0].image
-          value: apache/gravitino-iceberg-rest:1.3.0-SNAPSHOT
+          value: apache/gravitino-iceberg-rest:1.4.0-SNAPSHOT
       - contains:
           path: spec.template.spec.containers[0].env
           content:
diff --git a/dev/charts/gravitino-iceberg-rest-server/values.yaml 
b/dev/charts/gravitino-iceberg-rest-server/values.yaml
index 7e00eb4379..0171f29ea1 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.3.0-SNAPSHOT
+  tag: 1.4.0-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 d63e6f10c3..318bd20a7b 100644
--- a/dev/charts/gravitino-lance-rest-server/Chart.yaml
+++ b/dev/charts/gravitino-lance-rest-server/Chart.yaml
@@ -45,5 +45,5 @@ sources:
   - 
https://github.com/apache/gravitino/tree/main/dev/charts/gravitino-lance-rest-server
 
 type: application
-appVersion: 1.3.0-SNAPSHOT
-version: 1.3.0
+appVersion: 1.4.0-SNAPSHOT
+version: 1.4.0
diff --git a/dev/charts/gravitino-lance-rest-server/tests/deployment_test.yaml 
b/dev/charts/gravitino-lance-rest-server/tests/deployment_test.yaml
index 155529921c..705dac5e37 100644
--- a/dev/charts/gravitino-lance-rest-server/tests/deployment_test.yaml
+++ b/dev/charts/gravitino-lance-rest-server/tests/deployment_test.yaml
@@ -46,7 +46,7 @@ tests:
           value: default
       - equal:
           path: spec.template.spec.containers[0].image
-          value: apache/gravitino-lance-rest:1.3.0-SNAPSHOT
+          value: apache/gravitino-lance-rest:1.4.0-SNAPSHOT
       - contains:
           path: spec.template.spec.containers[0].env
           content:
diff --git a/dev/charts/gravitino-lance-rest-server/values.yaml 
b/dev/charts/gravitino-lance-rest-server/values.yaml
index bf29f53fdb..372f4106a7 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.3.0-SNAPSHOT
+  tag: 1.4.0-SNAPSHOT
 
 imagePullSecrets: []
 nameOverride: ""
diff --git a/dev/charts/gravitino/Chart.yaml b/dev/charts/gravitino/Chart.yaml
index a79d1e90f4..fb16bbf1b5 100644
--- a/dev/charts/gravitino/Chart.yaml
+++ b/dev/charts/gravitino/Chart.yaml
@@ -17,7 +17,7 @@
 # under the License.
 #
 apiVersion: v2
-appVersion: 1.3.0-SNAPSHOT
+appVersion: 1.4.0-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
 icon: https://gravitino.apache.org/img/apache-gravitino.svg
@@ -50,4 +50,4 @@ maintainers:
 name: gravitino-helm
 sources:
   - https://github.com/apache/gravitino
-version: 1.3.0
+version: 1.4.0
diff --git a/dev/charts/gravitino/values.yaml b/dev/charts/gravitino/values.yaml
index 640282b74a..250f3ceb93 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.3.0-SNAPSHOT
+  tag: 1.4.0-SNAPSHOT
   pullPolicy: IfNotPresent
 
 ## MySQL chart configuration
diff --git a/docs/index.md b/docs/index.md
index 2f9508a406..d991250e92 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -68,8 +68,8 @@ You can use either to manage metadata. See
 
 Also, you can find the complete REST API definition in
 [Gravitino Open API](./api/rest/gravitino-rest-api),
-Java SDK definition in [Gravitino Java 
doc](pathname:///docs/1.3.0-SNAPSHOT/api/java/index.html),
-and Python SDK definition in [Gravitino Python 
doc](pathname:///docs/1.3.0-SNAPSHOT/api/python/index.html).
+Java SDK definition in [Gravitino Java 
doc](pathname:///docs/1.4.0-SNAPSHOT/api/java/index.html),
+and Python SDK definition in [Gravitino Python 
doc](pathname:///docs/1.4.0-SNAPSHOT/api/python/index.html).
 
 Gravitino also provides a web UI to manage the metadata. Visit the web UI in 
the browser via `http://<ip-address>:8090`.
 See [Gravitino web UI](./webui.md) for details.
@@ -224,8 +224,8 @@ Gravitino MCP server provides the ability to manage 
Gravitino metadata for AI to
 ### Programming guides
 
 * [Gravitino Open API](./api/rest/gravitino-rest-api): provides the complete 
Open API definition of Gravitino.
-* [Gravitino Java doc](pathname:///docs/1.3.0-SNAPSHOT/api/java/index.html): 
provides the Javadoc for the Gravitino API.
-* [Gravitino Python 
doc](pathname:///docs/1.3.0-SNAPSHOT/api/python/index.html): provides the 
Python doc for the Gravitino API.
+* [Gravitino Java doc](pathname:///docs/1.4.0-SNAPSHOT/api/java/index.html): 
provides the Javadoc for the Gravitino API.
+* [Gravitino Python 
doc](pathname:///docs/1.4.0-SNAPSHOT/api/python/index.html): provides the 
Python doc for the Gravitino API.
 
 ### Development guides
 
diff --git a/docs/manage-relational-metadata-using-gravitino.md 
b/docs/manage-relational-metadata-using-gravitino.md
index ed82918449..82ad304413 100644
--- a/docs/manage-relational-metadata-using-gravitino.md
+++ b/docs/manage-relational-metadata-using-gravitino.md
@@ -928,7 +928,7 @@ The following types that Gravitino supports:
 | Union                     | `Types.UnionType.of([type1, type2, ...])`        
                        | `{"type": "union", "types": [type JSON, ...]}`        
                                                                               
| Union type, indicates a union of types                                        
                                                                                
             |
 | UUID                      | `Types.UUIDType.get()`                           
                        | `uuid`                                                
                                                                               
| UUID type, indicates a universally unique identifier                          
                                                                                
             |
 
-The related java doc is 
[here](pathname:///docs/1.3.0-SNAPSHOT/api/java/org/apache/gravitino/rel/types/Type.html).
+The related java doc is 
[here](pathname:///docs/1.4.0-SNAPSHOT/api/java/org/apache/gravitino/rel/types/Type.html).
 
 ##### External type
 
@@ -1056,10 +1056,10 @@ In addition to the basic settings, Gravitino supports 
the following features:
 
 | Feature             | Description                                            
                                                                                
                                                                                
                                                                        | Java 
doc                                                                             
                                                     |
 
|---------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------|
-| Table partitioning  | Equal to `PARTITION BY` in Apache Hive, It is a 
partitioning strategy that is used to split a table into parts based on 
partition keys. Some table engine may not support this feature                  
                                                                                
       | 
[Partition](pathname:///docs/1.3.0-SNAPSHOT/api/java/org/apache/gravitino/dto/rel/partitioning/Partitioning.html)
             |
-| Table distribution  | Equal to `CLUSTERED BY` in Apache Hive, distribution 
a.k.a (Clustering) is a technique to split the data into more manageable 
files/parts, (By specifying the number of buckets to create). The value of the 
distribution column will be hashed by a user-defined number into buckets.       
  | 
[Distribution](pathname:///docs/1.3.0-SNAPSHOT/api/java/org/apache/gravitino/rel/expressions/distributions/Distribution.html)
 |
-| Table sort ordering | Equal to `SORTED BY` in Apache Hive, sort ordering is 
a method to sort the data in specific ways such as by a column or a function, 
and then store table data. it will highly improve the query performance under 
certain scenarios.                                                           | 
[SortOrder](pathname:///docs/1.3.0-SNAPSHOT/api/java/org/apache/gravitino/rel/expressions/sorts/SortOrder.html)
               |
-| Table indexes       | Equal to `KEY/INDEX` in MySQL , unique key enforces 
uniqueness of values in one or more columns within a table. It ensures that no 
two rows have identical values in specified columns, thereby facilitating data 
integrity and enabling efficient data retrieval and manipulation operations. | 
[Index](pathname:///docs/1.3.0-SNAPSHOT/api/java/org/apache/gravitino/rel/indexes/Index.html)
                                 |
+| Table partitioning  | Equal to `PARTITION BY` in Apache Hive, It is a 
partitioning strategy that is used to split a table into parts based on 
partition keys. Some table engine may not support this feature                  
                                                                                
       | 
[Partition](pathname:///docs/1.4.0-SNAPSHOT/api/java/org/apache/gravitino/dto/rel/partitioning/Partitioning.html)
             |
+| Table distribution  | Equal to `CLUSTERED BY` in Apache Hive, distribution 
a.k.a (Clustering) is a technique to split the data into more manageable 
files/parts, (By specifying the number of buckets to create). The value of the 
distribution column will be hashed by a user-defined number into buckets.       
  | 
[Distribution](pathname:///docs/1.4.0-SNAPSHOT/api/java/org/apache/gravitino/rel/expressions/distributions/Distribution.html)
 |
+| Table sort ordering | Equal to `SORTED BY` in Apache Hive, sort ordering is 
a method to sort the data in specific ways such as by a column or a function, 
and then store table data. it will highly improve the query performance under 
certain scenarios.                                                           | 
[SortOrder](pathname:///docs/1.4.0-SNAPSHOT/api/java/org/apache/gravitino/rel/expressions/sorts/SortOrder.html)
               |
+| Table indexes       | Equal to `KEY/INDEX` in MySQL , unique key enforces 
uniqueness of values in one or more columns within a table. It ensures that no 
two rows have identical values in specified columns, thereby facilitating data 
integrity and enabling efficient data retrieval and manipulation operations. | 
[Index](pathname:///docs/1.4.0-SNAPSHOT/api/java/org/apache/gravitino/rel/indexes/Index.html)
                                 |
 
 For more information, please see the related document on [partitioning, 
bucketing, sorting, and 
indexes](table-partitioning-bucketing-sort-order-indexes.md).
 
diff --git a/docs/open-api/openapi.yaml b/docs/open-api/openapi.yaml
index d42aa77ee8..db060bb5f2 100644
--- a/docs/open-api/openapi.yaml
+++ b/docs/open-api/openapi.yaml
@@ -22,7 +22,7 @@ info:
   license:
     name: Apache 2.0
     url: https://www.apache.org/licenses/LICENSE-2.0.html
-  version: 1.3.0-SNAPSHOT
+  version: 1.4.0-SNAPSHOT
   description: |
     Defines the specification for the first version of the Gravitino REST API.
 
diff --git a/gradle.properties b/gradle.properties
index adf9be04f4..c47145cc90 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -29,7 +29,7 @@ systemProp.org.gradle.internal.http.connectionTimeout=300000
 systemProp.org.gradle.internal.http.socketTimeout=300000
 
 # version that is going to be updated automatically by releases
-version = 1.3.0-SNAPSHOT
+version = 1.4.0-SNAPSHOT
 
 # sonatype credentials
 SONATYPE_USER = admin
diff --git a/mcp-server/pyproject.toml b/mcp-server/pyproject.toml
index 299b4008c5..aecc366c64 100644
--- a/mcp-server/pyproject.toml
+++ b/mcp-server/pyproject.toml
@@ -17,7 +17,7 @@
 
 [project]
 name = "gravitino_mcp_server"
-version = "1.3.0.dev0"
+version = "1.4.0.dev0"
 description = "Gravitino MCP server"
 readme = "README.md"
 requires-python = ">=3.10"

Reply via email to