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

jshao 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 3a9f1d99ae [MINOR] improvement: Add Docker image change logs (#8476)
3a9f1d99ae is described below

commit 3a9f1d99ae19b51e3797e8eaec53d6d2c81941e8
Author: roryqi <[email protected]>
AuthorDate: Tue Sep 9 16:11:33 2025 +0800

    [MINOR] improvement: Add Docker image change logs (#8476)
    
    ### What changes were proposed in this pull request?
    
    Add Docker image change logs
    
    ### Why are the changes needed?
    
    Just documents.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    No need.
---
 docs/docker-image-details.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docs/docker-image-details.md b/docs/docker-image-details.md
index 4f292babdd..626a7ff0eb 100644
--- a/docs/docker-image-details.md
+++ b/docs/docker-image-details.md
@@ -20,6 +20,9 @@ docker run --rm -d -p 8090:8090 -p 9001:9001 
apache/gravitino:0.7.0-incubating
 Changelog
 
 
+- 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).
+
 - apache/gravitino:0.9.1
   - Based on Gravitino 0.9.1, you can know more information from 0.9.1 
[release notes](https://github.com/apache/gravitino/releases/tag/v0.9.1).
 
@@ -69,6 +72,10 @@ docker run --rm -d -p 9001:9001 
apache/gravitino-iceberg-rest:0.7.0-incubating
 ```
 
 Changelog
+- apache/gravitino-iceberg-rest:1.0.0
+  - Upgrade Iceberg version to 1.9
+  - Supports to specify the catalog name using warehouse parameter
+
 - apache/gravitino-iceberg-rest:0.9.1
   - Fix the issue that Iceberg REST server fail to start when enabling OAuth.
   - Add the documents for the StarRocks and Apache Doris using IRC
@@ -140,6 +147,9 @@ Changelog
 Changelog
 
 
+- apache/gravitino-playground:trino-435-gravitino-1.0.0
+  - Use Gravitino release 1.0.0 Dockerfile to build the image.
+
 - apache/gravitino-playground:trino-435-gravitino-0.9.1
   - Use Gravitino release 0.9.1 Dockerfile to build the image.
 

Reply via email to