This is an automated email from the ASF dual-hosted git repository.
ckj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle-website.git
The following commit(s) were added to refs/heads/master by this push:
new 47c3ab5 keep different minor versions in download/index.md
47c3ab5 is described below
commit 47c3ab5c19be581b635505c45098060fee2b563b
Author: Kaijie Chen <[email protected]>
AuthorDate: Thu Jul 13 12:00:23 2023 +0800
keep different minor versions in download/index.md
i.e. We may release 0.6.2 after 0.7.1, users might
upgrade to bugfix releases for older minor versions
---
download/index.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/download/index.md b/download/index.md
index 63103d4..43e48d3 100644
--- a/download/index.md
+++ b/download/index.md
@@ -46,11 +46,11 @@ The latest release is `0.7.1`.
<td><a
href="https://uniffle.apache.org/download/release-notes-0.7.1">Release
Notes</a></td>
</tr>
<tr>
- <td>Apache Uniffle 0.7.0 (incubating)</td>
- <td><a
href="https://downloads.apache.org/incubator/uniffle/0.7.0/apache-uniffle-0.7.0-incubating-src.tar.gz">tar.gz</a></td>
- <td><a
href="https://downloads.apache.org/incubator/uniffle/0.7.0/apache-uniffle-0.7.0-incubating-src.tar.gz.sha512">SHA-512</a></td>
- <td><a
href="https://downloads.apache.org/incubator/uniffle/0.7.0/apache-uniffle-0.7.0-incubating-src.tar.gz.asc">ASC</a></td>
- <td><a
href="https://uniffle.apache.org/download/release-notes-0.7.0">Release
Notes</a></td>
+ <td>Apache Uniffle 0.6.1 (incubating)</td>
+ <td><a
href="https://downloads.apache.org/incubator/uniffle/0.6.1/apache-uniffle-0.6.1-incubating-src.tar.gz">tar.gz</a></td>
+ <td><a
href="https://downloads.apache.org/incubator/uniffle/0.6.1/apache-uniffle-0.6.1-incubating-src.tar.gz.sha512">SHA-512</a></td>
+ <td><a
href="https://downloads.apache.org/incubator/uniffle/0.6.1/apache-uniffle-0.6.1-incubating-src.tar.gz.asc">ASC</a></td>
+ <td><a
href="https://uniffle.apache.org/download/release-notes-0.6.1">Release
Notes</a></td>
</tr>
</tbody>
</table>