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

roryqi 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 f025379240 [MINOR] docs: Add 0.9.1 release (#7485)
f025379240 is described below

commit f025379240115f6b96f21e71de36ebc91d03dd1a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 26 19:14:40 2025 +0800

    [MINOR] docs: Add 0.9.1 release (#7485)
    
    ### What changes were proposed in this pull request?
    
    Add 0.9.1 release
    
    ### Why are the changes needed?
    
    Just a minor.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Code review
    
    Co-authored-by: roryqi <[email protected]>
---
 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 1c187b16d9..65d38ba8f4 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.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).
+
 - 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).
 
@@ -66,6 +69,10 @@ docker run --rm -d -p 9001:9001 
apache/gravitino-iceberg-rest:0.7.0-incubating
 ```
 
 Changelog
+- 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
+
 - apache/gravitino-iceberg-rest:0.9.0-incubating
   - Upgrade Iceberg version from 1.5 to 1.6.
   - Supports s3 path-style-access property.
@@ -117,6 +124,9 @@ Changelog
 Changelog
 
 
+- apache/gravitino-playground:trino-435-gravitino-0.9.1
+  - Use Gravitino release 0.9.1 Dockerfile to build the image.
+
 - apache/gravitino-playground:trino-435-gravitino-0.9.0-incubating
   - Use Gravitino release 0.9.0-incubating Dockerfile to build the image.
 

Reply via email to