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


The following commit(s) were added to refs/heads/branch-1.1 by this push:
     new 2d25388824 [MINOR] improvement: Add Docker images changelog for 
version 1.1.0 (#9440)
2d25388824 is described below

commit 2d2538882427cefd824cb9cd8e9f10601f613d2b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 10 15:40:12 2025 +0800

    [MINOR] improvement: Add Docker images changelog for version 1.1.0 (#9440)
    
    ### What changes were proposed in this pull request?
    
    Add Docker images changelog for version 1.1.0
    
    ### Why are the changes needed?
    
    Just the document
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    No need.
    
    Co-authored-by: roryqi <[email protected]>
---
 docs/docker-image-details.md | 26 ++++++++++++++++++++++++--
 1 file changed, 24 insertions(+), 2 deletions(-)

diff --git a/docs/docker-image-details.md b/docs/docker-image-details.md
index 281e597256..a98f845a14 100644
--- a/docs/docker-image-details.md
+++ b/docs/docker-image-details.md
@@ -14,7 +14,7 @@ You can deploy the service with the Gravitino Docker image.
 Container startup commands
 
 ```shell
-docker run --rm -d -p 8090:8090 -p 9001:9001 apache/gravitino:0.7.0-incubating
+docker run --rm -d -p 8090:8090 -p 9001:9001 apache/gravitino:latest
 ```
 
 Memory settings
@@ -23,6 +23,8 @@ JVM heap and metaspace are controlled by `GRAVITINO_MEM` 
(default `-Xms1024m -Xm
 
 Changelog
 
+- apache/gravitino:1.1.0
+  - Based on Gravitino 1.1.0, you can know more information from 1.1.0 
[release notes](https://github.com/apache/gravitino/releases/tag/v1.1.0).
 
 - apache/gravitino:1.0.0
   - Based on Gravitino 1.0.0, you can know more information from 1.0.0 
[release notes](https://github.com/apache/gravitino/releases/tag/v1.0.0).
@@ -72,7 +74,7 @@ You can deploy the standalone Gravitino Iceberg REST server 
with the Docker imag
 Container startup commands
 
 ```shell
-docker run --rm -d -p 9001:9001 apache/gravitino-iceberg-rest:0.7.0-incubating
+docker run --rm -d -p 9001:9001 apache/gravitino-iceberg-rest:latest
 ```
 
 Memory settings
@@ -80,6 +82,14 @@ Memory settings
 Use `GRAVITINO_MEM` to size the JVM (default `-Xms1024m -Xmx1024m 
-XX:MaxMetaspaceSize=512m`). Override with `-e GRAVITINO_MEM="-Xms4g -Xmx4g 
-XX:MaxMetaspaceSize=1g"` when you need different sizes. Launch scripts append 
`GRAVITINO_MEM` to `JAVA_OPTS`, so set it to change heap/metaspace settings.
 
 Changelog
+
+- apache/gravitino-iceberg-rest:1.1.0
+  - Support scan planning endpoint
+  - Support get credentials endpoint
+  - Support table metadata cache
+  - Support access control
+  - For more information, see 1.1.0 [release 
notes](https://github.com/apache/gravitino/releases/tag/v1.1.0).
+
 - apache/gravitino-iceberg-rest:1.0.0
   - Upgrade Iceberg version to 1.9
   - Supports to specify the catalog name using warehouse parameter
@@ -124,6 +134,10 @@ docker run --rm -d -p 8000:8000 
apache/gravitino-mcp-server:latest --metalake te
 ```
 
 Changelog
+
+- apache/gravitino-mcp-server:1.1.0
+  - Built with Gravitino 1.1.0. For more information, see 1.1.0 [release 
notes](https://github.com/apache/gravitino/releases/tag/v1.1.0).
+
 - apache/gravitino-mcp-server:1.0.0
   - Supports read operations for `catalog`, `schema`, `table`, `fileset`, 
`model`, `policy`, `topic`, `statistic`, `job`.
   - Supports associate&disassociate tag, policy to metadata
@@ -133,6 +147,7 @@ Changelog
 
 You can deploy the standalone Gravitino Lance REST server with the Docker 
image.
 
+
 ```shell
 docker run --rm -d -p 9102:9102 -e LANCE_REST_GRAVITINO_METALAKE_NAME=test -e 
LANCE_REST_PORT=9102 apache/gravitino-lance-rest:latest 
 ```
@@ -150,7 +165,12 @@ Currently, Gravitino Lance REST server supports setting 
the following environmen
 
 It's not advised to change `LANCE_REST_NAMESPACE_BACKEND`, `LANCE_REST_HOST` 
and `LANCE_REST_PORT` if you are not familiar with Gravitino Lance REST server 
and no special requirements.
 
+Changelog
 
+- apache/gravitino-lance-rest:1.1.0
+  - Initial release of Lance REST server
+  - Support Lance tables integration through REST API
+  - Built with Gravitino 1.1.0. For more information, see 1.1.0 [release 
notes](https://github.com/apache/gravitino/releases/tag/v1.1.0).
 
 ## Playground Docker image
 
@@ -177,6 +197,8 @@ Changelog
 
 Changelog
 
+- apache/gravitino-playground:trino-435-gravitino-1.1.0
+  - Use Gravitino release 1.1.0 Dockerfile to build the image.
 
 - apache/gravitino-playground:trino-435-gravitino-1.0.0
   - Use Gravitino release 1.0.0 Dockerfile to build the image.

Reply via email to