This is an automated email from the ASF dual-hosted git repository. diqiu50 pushed a commit to branch docs/docker-images-changelog-1.2.0 in repository https://gitbox.apache.org/repos/asf/gravitino.git
commit ac1d035bdae9920f27b15907abc1e5a90d021db3 Author: yuhui <[email protected]> AuthorDate: Wed Mar 4 16:53:58 2026 +0800 [MINOR] docs: Add Docker images changelog for version 1.2.0 --- 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..59741e3262 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 + - Based on Gravitino 1.2.0, you can know more information from 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 + - Support delete and rename column operations + - Include 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.
