This is an automated email from the ASF dual-hosted git repository.
roryqi 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 edaafaba20 [MINOR] docs: Add 0.9.1 release (#7484)
edaafaba20 is described below
commit edaafaba20e6285aec420d1bbf96435d0b97c8a9
Author: roryqi <[email protected]>
AuthorDate: Thu Jun 26 17:54:08 2025 +0800
[MINOR] docs: Add 0.9.1 release (#7484)
### 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
---
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 64d908becf..7ffe3925b7 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.