This is an automated email from the ASF dual-hosted git repository. jmclean pushed a commit to branch justinmclean-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-amoro-site.git
commit df8afa7ecfa2831c1a123ab19b2d5de4c8e792c7 Author: Justin Mclean <[email protected]> AuthorDate: Wed Apr 3 17:13:20 2024 +1100 Make it clearer that releases are non Apache releases Make it more apparent that releases are non-Apache releases and improve English. --- amoro-site/content/download.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/amoro-site/content/download.md b/amoro-site/content/download.md index e319216..b56426d 100644 --- a/amoro-site/content/download.md +++ b/amoro-site/content/download.md @@ -6,17 +6,20 @@ disableSidebar: true # Download -Please choose an Amoro version to download from the blowing tables, the latest release is recommended. - +Please choose an Amoro version to download from the following tables. It is recommended you use the latest release. ## The latest release +Coming soon! + +## Non-Apache releases + +These releases were made before the Amoro project joined the ASF Incubator and have not followed the usual ASF release process. + | Version | Date | Source | AMS | Flink Runtime Jars | Spark Runtime Jars | Trino Connector | Release Notes | | --- | --- | --- | --- | --- | --- | --- | --- | | 0.6.1 (non-Apache) | 2024 Feb 21 | [source](https://github.com/apache/incubator-amoro/archive/refs/tags/v0.6.1.zip) | - [AMS(hadoop3)](https://github.com/apache/incubator-amoro/releases/download/v0.6.1/amoro-0.6.1-bin.zip) <br> - [AMS(hadoop2)](https://github.com/apache/incubator-amoro/releases/download/v0.6.1/amoro-0.6.1-bin.hadoop2.zip) | - [Flink 1.15 Runtime Jar](https://github.com/apache/incubator-amoro/releases/download/v0.6.1/amoro-flink-runtime-1.15-0.6.1.jar) <br> - [Flink 1.1 [...] -## Historical versions of non-Apache - | Version | Date | Source | AMS | Flink Runtime Jars | Spark Runtime Jars | Trino Connector | Release Notes | | --- | --- | --- | --- | --- | --- | --- | --- | | 0.6.0 | 2023 Nov 6 | [source](https://github.com/apache/incubator-amoro/archive/refs/tags/v0.6.0.zip) | - [AMS(hadoop3)](https://github.com/apache/incubator-amoro/releases/download/v0.6.0/amoro-0.6.0-bin.zip) <br> - [AMS(hadoop2)](https://github.com/apache/incubator-amoro/releases/download/v0.6.0/amoro-0.6.0-bin.hadoop2.zip) | - [Flink 1.15 Runtime Jar](https://github.com/apache/incubator-amoro/releases/download/v0.6.0/amoro-flink-runtime-1.15-0.6.0.jar) <br> - [Flink 1.16 Runtime Jar [...]
