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

jshao pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new 8b0fa0d608 [MINOR] Update document for 0.9.0 (#7137)
8b0fa0d608 is described below

commit 8b0fa0d608113925f99bddd6c6d6842a9109b044
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri May 9 15:43:10 2025 +0800

    [MINOR] Update document for 0.9.0 (#7137)
    
    ### What changes were proposed in this pull request?
    
    Update document for 0.9.0
    
    ### Why are the changes needed?
    
    Just a minor.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    No.
    
    Co-authored-by: roryqi <[email protected]>
---
 docs/docker-image-details.md | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/docs/docker-image-details.md b/docs/docker-image-details.md
index 6540b87365..1c187b16d9 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:0.9.0-incubating
+  - Based on Gravitino 0.9.0-incubating, you can know more information from 
0.9.0-incubating [release 
notes](https://github.com/apache/gravitino/releases/tag/v0.9.0-incubating).
+
 - apache/gravitino:0.8.0-incubating
   - Based on Gravitino 0.8.0-incubating, you can know more information from 
0.8.0-incubating [release 
notes](https://github.com/apache/gravitino/releases/tag/v0.8.0-incubating).
 
@@ -63,8 +66,10 @@ docker run --rm -d -p 9001:9001 
apache/gravitino-iceberg-rest:0.7.0-incubating
 ```
 
 Changelog
-- apache/gravitino-iceberg-rest:0.8.0-incubating
-  - Supports OSS and ADLS storage.
+- apache/gravitino-iceberg-rest:0.9.0-incubating
+  - Upgrade Iceberg version from 1.5 to 1.6.
+  - Supports s3 path-style-access property.
+  - Bug fix for warehouse is hard code in Iceberg memory catalog backend.
 
 
 - apache/gravitino-iceberg-rest:0.8.0-incubating
@@ -112,6 +117,9 @@ Changelog
 Changelog
 
 
+- apache/gravitino-playground:trino-435-gravitino-0.9.0-incubating
+  - Use Gravitino release 0.9.0-incubating Dockerfile to build the image.
+
 - apache/gravitino-playground:trino-435-gravitino-0.8.0-incubating
   - Use Gravitino release 0.8.0-incubating Dockerfile to build the image.
 

Reply via email to