This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon-website.git
The following commit(s) were added to refs/heads/master by this push:
new 455130f85 update downloade page
455130f85 is described below
commit 455130f8505d6a7e7a880565ebda8822f4e6eee2
Author: Jingsong <[email protected]>
AuthorDate: Fri May 10 16:11:20 2024 +0800
update downloade page
---
pages/content/downloads.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/pages/content/downloads.md b/pages/content/downloads.md
index 2388ba255..0f46cde2e 100644
--- a/pages/content/downloads.md
+++ b/pages/content/downloads.md
@@ -30,10 +30,10 @@ Paimon is released as a source artifact, and also through
Maven.
## Source Releases
-| RELEASE | DATE | DOWNLOAD
|
-|-------------------------------|------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| 0.7.0-incubating | 2024-02-06 |
[tar](https://www.apache.org/dyn/closer.lua/paimon/paimon-0.7.0-incubating/apache-paimon-0.7.0-incubating-src.tgz)
([digest](https://downloads.apache.org/paimon/paimon-0.7.0-incubating/apache-paimon-0.7.0-incubating-src.tgz.sha512),
[pgp](https://downloads.apache.org/paimon/paimon-0.7.0-incubating/apache-paimon-0.7.0-incubating-src.tgz.asc))
|
[...]
-| 0.6.1-incubating (recommended)| 2024-02-06 |
[tar](https://www.apache.org/dyn/closer.lua/paimon/paimon-0.6.1-incubating/apache-paimon-0.6.1-incubating-src.tgz)
([digest](https://downloads.apache.org/paimon/paimon-0.6.1-incubating/apache-paimon-0.6.1-incubating-src.tgz.sha512),
[pgp](https://downloads.apache.org/paimon/paimon-0.6.1-incubating/apache-paimon-0.6.1-incubating-src.tgz.asc))
|
+| RELEASE | DATE | DOWNLOAD
|
+|--------------------------------|------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| 0.8.0 | 2024-05-10 |
[tar](https://www.apache.org/dyn/closer.lua/paimon/paimon-0.8.0/apache-paimon-0.8.0-src.tgz)
([digest](https://downloads.apache.org/paimon/paimon-0.8.0/apache-paimon-0.8.0-src.tgz.sha512),
[pgp](https://downloads.apache.org/paimon/paimon-0.8.0/apache-paimon-0.8.0-src.tgz.asc))
|
[...]
+| 0.7.0-incubating | 2024-02-06 |
[tar](https://www.apache.org/dyn/closer.lua/paimon/paimon-0.7.0-incubating/apache-paimon-0.7.0-incubating-src.tgz)
([digest](https://downloads.apache.org/paimon/paimon-0.7.0-incubating/apache-paimon-0.7.0-incubating-src.tgz.sha512),
[pgp](https://downloads.apache.org/paimon/paimon-0.7.0-incubating/apache-paimon-0.7.0-incubating-src.tgz.asc))
|
[...]
To download a source distribution for a particular release, click on the *tar*
link.
@@ -99,7 +99,7 @@ Please replace `${flink.version}` in the following xml file
to the version of Fl
<dependency>
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-flink-${flink.version}</artifactId>
- <version>0.7.0-incubating</version>
+ <version>0.8.0</version>
</dependency>
</dependencies>
```
@@ -117,7 +117,7 @@ Please replace `${spark.version}` in the following xml file
to the version of Fl
<dependency>
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-spark-${spark.version}</artifactId>
- <version>0.7.0-incubating</version>
+ <version>0.8.0</version>
</dependency>
</dependencies>
```