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 8c1bea71e3 Add release 1.0 doc
8c1bea71e3 is described below
commit 8c1bea71e3316407bf658ae94277e3c0e4b29293
Author: JingsongLi <[email protected]>
AuthorDate: Fri Jan 3 18:10:26 2025 +0800
Add release 1.0 doc
---
community/docs/downloads.md | 13 +++++++------
src/app/components/header/header.component.html | 12 ++++++++++++
2 files changed, 19 insertions(+), 6 deletions(-)
diff --git a/community/docs/downloads.md b/community/docs/downloads.md
index 191fe732e1..6494999348 100644
--- a/community/docs/downloads.md
+++ b/community/docs/downloads.md
@@ -10,10 +10,11 @@ Paimon is released as a source artifact, and also through
Maven.
## Source Releases
-| RELEASE | DATE | DOWNLOAD
|
-|------------------|------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| 0.9.0 | 2024-09-13 |
[tar](https://www.apache.org/dyn/closer.lua/paimon/paimon-0.9.0/apache-paimon-0.9.0-src.tgz)
([digest](https://downloads.apache.org/paimon/paimon-0.9.0/apache-paimon-0.9.0-src.tgz.sha512),
[pgp](https://downloads.apache.org/paimon/paimon-0.9.0/apache-paimon-0.9.0-src.tgz.asc))
|
[...]
-| 0.8.2 | 2024-07-12 |
[tar](https://www.apache.org/dyn/closer.lua/paimon/paimon-0.8.2/apache-paimon-0.8.2-src.tgz)
([digest](https://downloads.apache.org/paimon/paimon-0.8.2/apache-paimon-0.8.2-src.tgz.sha512),
[pgp](https://downloads.apache.org/paimon/paimon-0.8.2/apache-paimon-0.8.2-src.tgz.asc))
|
[...]
+| RELEASE | DATE | DOWNLOAD
|
+|---------|------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| 1.0.0 | 2025-01-03 |
[tar](https://www.apache.org/dyn/closer.lua/paimon/paimon-1.0.0/apache-paimon-1.0.0-src.tgz)
([digest](https://downloads.apache.org/paimon/paimon-1.0.0/apache-paimon-1.0.0-src.tgz.sha512),
[pgp](https://downloads.apache.org/paimon/paimon-1.0.0/apache-paimon-1.0.0-src.tgz.asc))
|
[...]
+| 0.9.0 | 2024-09-13 |
[tar](https://www.apache.org/dyn/closer.lua/paimon/paimon-0.9.0/apache-paimon-0.9.0-src.tgz)
([digest](https://downloads.apache.org/paimon/paimon-0.9.0/apache-paimon-0.9.0-src.tgz.sha512),
[pgp](https://downloads.apache.org/paimon/paimon-0.9.0/apache-paimon-0.9.0-src.tgz.asc))
|
[...]
+| 0.8.2 | 2024-07-12 |
[tar](https://www.apache.org/dyn/closer.lua/paimon/paimon-0.8.2/apache-paimon-0.8.2-src.tgz)
([digest](https://downloads.apache.org/paimon/paimon-0.8.2/apache-paimon-0.8.2-src.tgz.sha512),
[pgp](https://downloads.apache.org/paimon/paimon-0.8.2/apache-paimon-0.8.2-src.tgz.asc))
|
[...]
To download a source distribution for a particular release, click on the *tar*
link.
@@ -77,7 +78,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.9.0</version>
+ <version>1.0.0</version>
</dependency>
</dependencies>
```
@@ -93,7 +94,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.9.0</version>
+ <version>1.0.0</version>
</dependency>
</dependencies>
```
diff --git a/src/app/components/header/header.component.html
b/src/app/components/header/header.component.html
index 18fb964b98..fdacd430f0 100644
--- a/src/app/components/header/header.component.html
+++ b/src/app/components/header/header.component.html
@@ -24,6 +24,10 @@
label: 'master',
value: 'https://paimon.apache.org/docs/master'
},
+ {
+ label: '1.0',
+ value: 'https://paimon.apache.org/docs/1.0'
+ },
{
label: '0.9',
value: 'https://paimon.apache.org/docs/0.9'
@@ -179,6 +183,14 @@
master
</a>
</li>
+ <li>
+ <a
+ class="flex h-10 w-full items-center justify-start
px-8 pl-12 no-underline hover:text-paimon-text-hover"
+ href="https://paimon.apache.org/docs/1.0"
+ >
+ 1.0
+ </a>
+ </li>
<li>
<a
class="flex h-10 w-full items-center justify-start
px-8 pl-12 no-underline hover:text-paimon-text-hover"