You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ji...@apache.org on 2020/12/19 12:24:58 UTC

[rocketmq-site] branch master updated: release(all): prepare release rocketmq 4.8.0.

This is an automated email from the ASF dual-hosted git repository.

jinrongtong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 89850e3  release(all): prepare release rocketmq 4.8.0.
89850e3 is described below

commit 89850e3f46ae3b5e21e027187d107cf02ee2126b
Author: RongtongJin <79...@qq.com>
AuthorDate: Sat Dec 19 20:24:35 2020 +0800

    release(all): prepare release rocketmq 4.8.0.
---
 _docs/01-quick-start-guide.md | 10 +++++-----
 _docs/10-download-releases.md | 14 +++++++++++---
 _pages/community.md           |  2 +-
 _pages/users.md               |  2 +-
 home.md                       |  2 +-
 5 files changed, 19 insertions(+), 11 deletions(-)

diff --git a/_docs/01-quick-start-guide.md b/_docs/01-quick-start-guide.md
index a0c95e8..e071744 100644
--- a/_docs/01-quick-start-guide.md
+++ b/_docs/01-quick-start-guide.md
@@ -24,15 +24,15 @@ More Details:
 
 # Download & Build from Release
 
-Click [here](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.7.1/rocketmq-all-4.7.1-source-release.zip) to download the 4.7.1 source release. Also you could download a binary release from [here](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.7.1/rocketmq-all-4.7.1-bin-release.zip).
+Click [here](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.8.0/rocketmq-all-4.8.0-source-release.zip) to download the 4.8.0 source release. Also you could download a binary release from [here](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.8.0/rocketmq-all-4.8.0-bin-release.zip).
 
-Now execute the following commands to unpack 4.7.1 source release and build the binary artifact.
+Now execute the following commands to unpack 4.8.0 source release and build the binary artifact.
 
 ```shell
-  > unzip rocketmq-all-4.7.1-source-release.zip
-  > cd rocketmq-all-4.7.1/
+  > unzip rocketmq-all-4.8.0-source-release.zip
+  > cd rocketmq-all-4.8.0/
   > mvn -Prelease-all -DskipTests clean install -U
-  > cd distribution/target/rocketmq-4.7.1/rocketmq-4.7.1
+  > cd distribution/target/rocketmq-4.8.0/rocketmq-4.8.0
 ```
 # Linux 
  
diff --git a/_docs/10-download-releases.md b/_docs/10-download-releases.md
index 5112912..5809227 100644
--- a/_docs/10-download-releases.md
+++ b/_docs/10-download-releases.md
@@ -21,18 +21,26 @@ The table below shows the supported jre environment for components of each relea
 | 4.5.x | >=1.6 | >=1.8 | >=1.8 |
 | 4.6.x | >=1.6 | >=1.8 | >=1.8 |
 | 4.7.x | >=1.6 | >=1.8 | >=1.8 |
+| 4.8.x | >=1.6 | >=1.8 | >=1.8 |
 
 
 # Download links
 
-Use the links below to download the Apache RocketMQ Releases, the latest release is 4.7.1.
+Use the links below to download the Apache RocketMQ Releases, the latest release is 4.8.0.
+
+## 4.8.0 release
+
+* Released December 21, 2020
+* [Release Notes](/release_notes/release-notes-4.8.0)
+* Source: [rocketmq-all-4.8.0-source-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.8.0/rocketmq-all-4.8.0-source-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.8.0/rocketmq-all-4.8.0-source-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/4.8.0/rocketmq-all-4.8.0-source-release.zip.sha512)]
+* Binary: [rocketmq-all-4.8.0-bin-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.8.0/rocketmq-all-4.8.0-bin-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.8.0/rocketmq-all-4.8.0-bin-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/4.8.0/rocketmq-all-4.8.0-bin-release.zip.sha512)]
 
 ## 4.7.1 release
 
 * Released June 29, 2020
 * [Release Notes](/release_notes/release-notes-4.7.1)
-* Source: [rocketmq-all-4.7.1-source-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.7.1/rocketmq-all-4.7.1-source-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.7.1/rocketmq-all-4.7.1-source-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/4.7.1/rocketmq-all-4.7.1-source-release.zip.sha512)]
-* Binary: [rocketmq-all-4.7.1-bin-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.7.1/rocketmq-all-4.7.1-bin-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.7.1/rocketmq-all-4.7.1-bin-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/4.7.1/rocketmq-all-4.7.1-bin-release.zip.sha512)]
+* Source: [rocketmq-all-4.7.1-source-release.zip](https://archive.apache.org/dist/rocketmq/4.7.1/rocketmq-all-4.7.1-source-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.7.1/rocketmq-all-4.7.1-source-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/4.7.1/rocketmq-all-4.7.1-source-release.zip.sha512)]
+* Binary: [rocketmq-all-4.7.1-bin-release.zip](https://archive.apache.org/dist/rocketmq/4.7.1/rocketmq-all-4.7.1-bin-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.7.1/rocketmq-all-4.7.1-bin-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/4.7.1/rocketmq-all-4.7.1-bin-release.zip.sha512)]
 
 ## 4.7.0 release
 
diff --git a/_pages/community.md b/_pages/community.md
index 6d06e40..fdc48b6 100644
--- a/_pages/community.md
+++ b/_pages/community.md
@@ -8,7 +8,7 @@ header:
   cta_label: "<i class='fa fa-rocket'></i> Getting Started"
   cta_url: "/docs/quick-start/"
   caption:
-excerpt: 'Apache RocketMQ™ is a unified messaging engine, lightweight data processing platform.<br /> <small><a href="/release_notes/release-notes-4.7.1/">Latest release v4.7.1</a></small><br /><br /> {::nomarkdown}<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe style="display: inline-block;" src="https://ghbtns.com/github-b [...]
+excerpt: 'Apache RocketMQ™ is a unified messaging engine, lightweight data processing platform.<br /> <small><a href="/release_notes/release-notes-4.8.0/">Latest release v4.8.0</a></small><br /><br /> {::nomarkdown}<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe style="display: inline-block;" src="https://ghbtns.com/github-b [...]
 ---
 {% include feature_row id="intro" type="center" %}
 
diff --git a/_pages/users.md b/_pages/users.md
index 5593626..6bb14ae 100644
--- a/_pages/users.md
+++ b/_pages/users.md
@@ -8,7 +8,7 @@ header:
   cta_label: "<i class='fa fa-rocket'></i> Getting Started"
   cta_url: "/docs/quick-start/"
   caption:
-excerpt: 'Apache RocketMQ™ is a unified messaging engine, lightweight data processing platform.<br /> <small><a href="/release_notes/release-notes-4.7.1/">Latest release v4.7.1</a></small><br /><br /> {::nomarkdown}<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe style="display: inline-block;" src="https://ghbtns.com/github-b [...]
+excerpt: 'Apache RocketMQ™ is a unified messaging engine, lightweight data processing platform.<br /> <small><a href="/release_notes/release-notes-4.8.0/">Latest release v4.8.0</a></small><br /><br /> {::nomarkdown}<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe style="display: inline-block;" src="https://ghbtns.com/github-b [...]
 feature_row:
   - image_path: /assets/images/community/alibaba-logo.png
     alt: "Alibaba Group"
diff --git a/home.md b/home.md
index ebee841..34a9fcd 100644
--- a/home.md
+++ b/home.md
@@ -7,7 +7,7 @@ header:
   cta_label: "<i class='fa fa-rocket'></i> Getting Started"
   cta_url: "/docs/quick-start/"
   caption:
-excerpt: 'Apache RocketMQ™ is a unified messaging engine, lightweight data processing platform.<br /> <small><a href="/release_notes/release-notes-4.7.1/">Latest release v4.7.1</a></small><br /><br /> {::nomarkdown}<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe style="display: inline-block;" src="https://ghbtns.com/github-b [...]
+excerpt: 'Apache RocketMQ™ is a unified messaging engine, lightweight data processing platform.<br /> <small><a href="/release_notes/release-notes-4.8.0/">Latest release v4.8.0</a></small><br /><br /> {::nomarkdown}<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe style="display: inline-block;" src="https://ghbtns.com/github-b [...]
 feature_row:
   - image_path: /assets/images/bright/rmq-feature-lowlatency.png
     alt: "Low Latency"