This is an automated email from the ASF dual-hosted git repository.
yuqi4733 pushed a commit to branch branch-1.2
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-1.2 by this push:
new 5dfbc8e074 [Cherry-pick to branch-1.2] [MINOR] improvement : Add
Docker images change log for version 1.2.0 (#10197) (#10227)
5dfbc8e074 is described below
commit 5dfbc8e07401d3b3cda470384c5e6ea14717a55f
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 5 13:56:04 2026 +0800
[Cherry-pick to branch-1.2] [MINOR] improvement : Add Docker images change
log for version 1.2.0 (#10197) (#10227)
**Cherry-pick Information:**
- Original commit: b863b95149634fc3094d607bcbfb02ece824c03f
- Target branch: `branch-1.2`
- Status: ✅ Clean cherry-pick (no conflicts)
Co-authored-by: Yuhui <[email protected]>
---
docs/docker-image-details.md | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/docs/docker-image-details.md b/docs/docker-image-details.md
index 0976325fa6..79e4add9f3 100644
--- a/docs/docker-image-details.md
+++ b/docs/docker-image-details.md
@@ -23,6 +23,9 @@ JVM heap and metaspace are controlled by `GRAVITINO_MEM`
(default `-Xms1024m -Xm
Changelog
+- apache/gravitino:1.2.0
+ - Built with Gravitino 1.2.0. For more information, see 1.2.0 [release
notes](https://github.com/apache/gravitino/releases/tag/v1.2.0).
+
- 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).
@@ -83,6 +86,13 @@ Use `GRAVITINO_MEM` to size the JVM (default `-Xms1024m
-Xmx1024m -XX:MaxMetaspa
Changelog
+- apache/gravitino-iceberg-rest:1.2.0
+ - Upgrade Iceberg to 1.10.1
+ - Support view management and authorization
+ - Support cross-namespace table rename
+ - Add scan planning cache to improve repeated query performance
+ - For more information, see 1.2.0 [release
notes](https://github.com/apache/gravitino/releases/tag/v1.2.0).
+
- apache/gravitino-iceberg-rest:1.1.0
- Support scan planning endpoint
- Support get credentials endpoint
@@ -135,6 +145,9 @@ docker run --rm -d -p 8000:8000
apache/gravitino-mcp-server:latest --metalake te
Changelog
+- apache/gravitino-mcp-server:1.2.0
+ - Built with Gravitino 1.2.0. For more information, see 1.2.0 [release
notes](https://github.com/apache/gravitino/releases/tag/v1.2.0).
+
- 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).
@@ -167,6 +180,11 @@ It's not advised to change `LANCE_REST_NAMESPACE_BACKEND`,
`LANCE_REST_HOST` and
Changelog
+- apache/gravitino-lance-rest:1.2.0
+ - Supports delete and rename column operations
+ - Includes dataset version information in loadTable and createTable responses
+ - Built with Gravitino 1.2.0. For more information, see 1.2.0 [release
notes](https://github.com/apache/gravitino/releases/tag/v1.2.0).
+
- apache/gravitino-lance-rest:1.1.0
- Initial release of Lance REST server
- Support Lance tables integration through REST API
@@ -197,6 +215,9 @@ Changelog
Changelog
+- apache/gravitino-playground:trino-435-gravitino-1.2.0
+ - Use Gravitino release 1.2.0 Dockerfile to build the image.
+
- apache/gravitino-playground:trino-435-gravitino-1.1.0
- Use Gravitino release 1.1.0 Dockerfile to build the image.