This is an automated email from the ASF dual-hosted git repository.
lauraxia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino-site.git
The following commit(s) were added to refs/heads/main by this push:
new a11becbbd Add download links for release 1.1.1 (#124)
a11becbbd is described below
commit a11becbbd34d0f40f5269cd2bffb7a92b3aefef3
Author: Qi Yu <[email protected]>
AuthorDate: Wed Apr 1 16:45:05 2026 +0800
Add download links for release 1.1.1 (#124)
* Add download links for release 1.1.1
Co-authored-by: Copilot <[email protected]>
* fix
---------
Co-authored-by: Copilot <[email protected]>
---
src/pages/downloads.mdx | 15 +++++++++++++++
versions.json | 2 +-
2 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/src/pages/downloads.mdx b/src/pages/downloads.mdx
index a44a12278..47bd0be31 100644
--- a/src/pages/downloads.mdx
+++ b/src/pages/downloads.mdx
@@ -27,6 +27,21 @@ The number ranges in the Trino connector filenames indicate
the compatible Trino
The [KEYS file](https://downloads.apache.org/gravitino/KEYS) and ASC files can
be used to verify the release. Please follow the instructions on the download
page to verify the release before you use it.
+### 1.1.1
+
+[Gravitino
source](https://www.apache.org/dyn/closer.lua/gravitino/1.1.1/gravitino-1.1.1-src.tar.gz)
[ASC](https://downloads.apache.org/gravitino/1.1.1/gravitino-1.1.1-src.tar.gz.asc)
[SHA](https://downloads.apache.org/gravitino/1.1.1/gravitino-1.1.1-src.tar.gz.sha512)
+
+[Gravitino
binary](https://www.apache.org/dyn/closer.lua/gravitino/1.1.1/gravitino-1.1.1-bin.tar.gz)
[ASC](https://downloads.apache.org/gravitino/1.1.1/gravitino-1.1.1-bin.tar.gz.asc)
[SHA](https://downloads.apache.org/gravitino/1.1.1/gravitino-1.1.1-bin.tar.gz.sha512)
+
+[Gravitino Iceberg REST
server](https://www.apache.org/dyn/closer.lua/gravitino/1.1.1/gravitino-iceberg-rest-server-1.1.1-bin.tar.gz)
[ASC](https://downloads.apache.org/gravitino/1.1.1/gravitino-iceberg-rest-server-1.1.1-bin.tar.gz.asc)
[SHA](https://downloads.apache.org/gravitino/1.1.1/gravitino-iceberg-rest-server-1.1.1-bin.tar.gz.sha512)
+
+[Gravitino Lance REST
server](https://www.apache.org/dyn/closer.lua/gravitino/1.1.1/gravitino-lance-rest-server-1.1.1-bin.tar.gz)
[ASC](https://downloads.apache.org/gravitino/1.1.1/gravitino-lance-rest-server-1.1.1-bin.tar.gz.asc)
[SHA](https://downloads.apache.org/gravitino/1.1.1/gravitino-lance-rest-server-1.1.1-bin.tar.gz.sha512)
+
+[Gravitino Trino
connector](https://www.apache.org/dyn/closer.lua/gravitino/1.1.1/gravitino-trino-connector-1.1.1.tar.gz)
[ASC](https://downloads.apache.org/gravitino/1.1.1/gravitino-trino-connector-1.1.1.tar.gz.asc)
[SHA](https://downloads.apache.org/gravitino/1.1.1/gravitino-trino-connector-1.1.1.tar.gz.sha512)
+
+The [KEYS file](https://downloads.apache.org/gravitino/KEYS) and ASC files can
be used to verify the release. Please follow the instructions on the download
page to verify the release before you use it.
+
+
### 1.1.0
[Gravitino
source](https://www.apache.org/dyn/closer.lua/gravitino/1.1.0/gravitino-1.1.0-src.tar.gz)
[ASC](https://downloads.apache.org/gravitino/1.1.0/gravitino-1.1.0-src.tar.gz.asc)
[SHA](https://downloads.apache.org/gravitino/1.1.0/gravitino-1.1.0-src.tar.gz.sha512)
diff --git a/versions.json b/versions.json
index 0f6c55e92..b01680794 100644
--- a/versions.json
+++ b/versions.json
@@ -1,6 +1,6 @@
[
- "1.1.1",
"1.2.0",
+ "1.1.1",
"1.1.0",
"1.0.1",
"1.0.0",