This is an automated email from the ASF dual-hosted git repository. yuqi4733 pushed a commit to branch branch-1.1 in repository https://gitbox.apache.org/repos/asf/gravitino.git
commit 5c5785cb4b423728b30c26dc992a853cf57b5b20 Author: yuqi <[email protected]> AuthorDate: Mon Mar 23 17:42:39 2026 +0800 fix --- dev/release/release-build.sh | 2 -- docs/docker-image-details.md | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dev/release/release-build.sh b/dev/release/release-build.sh index 48a64827f8..ba4a42d33d 100755 --- a/dev/release/release-build.sh +++ b/dev/release/release-build.sh @@ -216,8 +216,6 @@ if [[ "$1" == "package" ]]; then rm -f gravitino-$GRAVITINO_VERSION-src/NOTICE.lance rm -f gravitino-$GRAVITINO_VERSION-src/web/web/LICENSE.bin rm -f gravitino-$GRAVITINO_VERSION-src/web/web/NOTICE.bin - rm -f gravitino-$GRAVITINO_VERSION-src/web-v2/web/LICENSE.bin - rm -f gravitino-$GRAVITINO_VERSION-src/web-v2/web/NOTICE.bin rm -f *.asc tar cvzf gravitino-$GRAVITINO_VERSION-src.tar.gz --exclude gravitino-$GRAVITINO_VERSION-src/.git gravitino-$GRAVITINO_VERSION-src diff --git a/docs/docker-image-details.md b/docs/docker-image-details.md index 81a5ca7d5f..07d2adae73 100644 --- a/docs/docker-image-details.md +++ b/docs/docker-image-details.md @@ -24,7 +24,7 @@ JVM heap and metaspace are controlled by `GRAVITINO_MEM` (default `-Xms1024m -Xm Changelog - apache/gravitino:1.1.1 - - Based on Gravitino 1.1.1, you can know more information from 1.1.1 [release notes](https://github.com/apache/gravitino/releases/tag/v1.1.1). + - Based on Gravitino 1.1.1. For more information, see the 1.1.1 [release notes](https://github.com/apache/gravitino/releases/tag/v1.1.1). - 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). @@ -87,7 +87,7 @@ Use `GRAVITINO_MEM` to size the JVM (default `-Xms1024m -Xmx1024m -XX:MaxMetaspa Changelog - apache/gravitino-iceberg-rest:1.1.1 - - Based on Gravitino 1.1.1, you can know more information from 1.1.1 [release notes](https://github.com/apache/gravitino/releases/tag/v1.1.1). + - Based on Gravitino 1.1.1. For more information, see 1.1.1 [release notes](https://github.com/apache/gravitino/releases/tag/v1.1.1). - apache/gravitino-iceberg-rest:1.1.0 - Support scan planning endpoint
