Skip to content

Commit

Permalink
Update to release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Sep 13, 2024
1 parent 3b42450 commit bc902a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
name: "Build website and document"

env:
versions: ("master" "0.8") # defines what versions of document should be updated
latest_version: "0.8" # defines what version docs/latest links to
versions: ("master" "0.9") # defines what versions of document should be updated
latest_version: "0.9" # defines what version docs/latest links to

on:
workflow_dispatch:
Expand Down
12 changes: 6 additions & 6 deletions pages/content/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ Paimon is released as a source artifact, and also through Maven.

## Source Releases

| RELEASE | DATE | DOWNLOAD |
|------------------|------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 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)) | |
| 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)) | |
| 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)) | |

To download a source distribution for a particular release, click on the *tar* link.

Expand Down Expand Up @@ -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.8.2</version>
<version>0.9.0</version>
</dependency>
</dependencies>
```
Expand All @@ -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.8.2</version>
<version>0.9.0</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit bc902a6

Please sign in to comment.