This is an automated email from the ASF dual-hosted git repository.
jiafuzha 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 e951be0 update for v0.7.1 release
e951be0 is described below
commit e951be0befc6613747bb25fd34dc416a6b257a56
Author: jiafu zhang <[email protected]>
AuthorDate: Mon Jul 10 02:52:19 2023 +0000
update for v0.7.1 release
Signed-off-by: jiafu zhang <[email protected]>
---
community/how-to-release.md | 9 ++-------
download/index.md | 16 ++++++++--------
2 files changed, 10 insertions(+), 15 deletions(-)
diff --git a/community/how-to-release.md b/community/how-to-release.md
index 6c939e1..e540b21 100644
--- a/community/how-to-release.md
+++ b/community/how-to-release.md
@@ -477,8 +477,9 @@ The path name of release cannot carry the rc identifier
Move source and binary packages from svn's `dev` directory to the `release`
directory
```shell
-#Mobile source package and binary package
+#Move source package and binary package from dev to release
$ svn mv
https://dist.apache.org/repos/dist/dev/incubator/uniffle/${release_version}-${rc_version}
https://dist.apache.org/repos/dist/release/incubator/uniffle/ -m "transfer
packages for ${release_version}-${rc_version}"
+$ svn mv
https://dist.apache.org/repos/dist/release/incubator/uniffle/${release_version}-${rc_version}
https://dist.apache.org/repos/dist/release/incubator/uniffle/${release_version}
-m "rename to ${release_version}"
# The following operations decide whether to update the key of the release
branch according to the actual situation
# Clear the KEYS in the original release directory
@@ -491,12 +492,6 @@ $ svn cp
https://dist.apache.org/repos/dist/dev/incubator/uniffle/KEYS https://d
### 6.2 Confirm whether the packages under dev and release are correct
- Confirm that `${release_version}-${rc_version}` under
[dev](https://dist.apache.org/repos/dist/dev/incubator/uniffle/) has been
removed
-- Delete the release packages of the previous version in the
[release](https://dist.apache.org/repos/dist/release/incubator/uniffle/)
directory, these packages will be automatically saved
[here](https://downloads.apache.org/incubator/uniffle/)
-
-```shell
-#Before deleting, please confirm that the previous version release package has
been updated to https://downloads.apache.org/incubator/uniffle/
-$ svn delete
https://dist.apache.org/repos/dist/release/incubator/uniffle/${last_release_version}
-m "Delete ${last_release_version}"
-````
### 6.3 Update download page
diff --git a/download/index.md b/download/index.md
index 8c877f4..63103d4 100644
--- a/download/index.md
+++ b/download/index.md
@@ -24,7 +24,7 @@ limitations under the License.
## Apache Uniffle (incubating) Downloads
Apache Uniffle (incubating) is released as a source artifact.
-The latest release is `0.7.0`.
+The latest release is `0.7.1`.
### Releases
<table class="table table-hover sortable">
@@ -38,6 +38,13 @@ The latest release is `0.7.0`.
</tr>
</thead>
<tbody>
+ <tr>
+ <td>Apache Uniffle 0.7.1 (incubating)</td>
+ <td><a
href="https://downloads.apache.org/incubator/uniffle/0.7.1/apache-uniffle-0.7.1-incubating-src.tar.gz">tar.gz</a></td>
+ <td><a
href="https://downloads.apache.org/incubator/uniffle/0.7.1/apache-uniffle-0.7.1-incubating-src.tar.gz.sha512">SHA-512</a></td>
+ <td><a
href="https://downloads.apache.org/incubator/uniffle/0.7.1/apache-uniffle-0.7.1-incubating-src.tar.gz.asc">ASC</a></td>
+ <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>
@@ -45,13 +52,6 @@ The latest release is `0.7.0`.
<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>
</tr>
- <tr>
- <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>