You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/12/18 13:32:48 UTC

[servicecomb-website] branch master updated: Update Saga Actuator 0.3.0 Release Information

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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 1d0c6c8  Update Saga Actuator 0.3.0 Release Information
1d0c6c8 is described below

commit 1d0c6c8acaa735df1d876887b4c388cb80dcfbe7
Author: asifdxtreme <mo...@huawei.com>
AuthorDate: Tue Dec 18 17:17:19 2018 +0530

    Update Saga Actuator 0.3.0 Release Information
---
 _data/navigation.yml                      | 12 ++++++++
 _release/cn/release.md                    |  2 ++
 _release/cn/saga_actuator_downloads.md    | 50 +++++++++++++++++++++++++++++++
 _release/cn/saga_actuator_releaseNotes.md | 13 ++++++++
 _release/release.md                       |  2 ++
 _release/saga_actuator_downloads.md       | 50 +++++++++++++++++++++++++++++++
 _release/saga_actuator_releaseNotes.md    | 13 ++++++++
 7 files changed, 142 insertions(+)

diff --git a/_data/navigation.yml b/_data/navigation.yml
index 649d4e5..c784993 100755
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -93,6 +93,12 @@ t:
             url: /release/saga-release-notes/
           - title: "Downloads"
             url: /release/saga-downloads/
+      - title: "Saga Actuator"
+        children:
+          - title: "Release Notes"
+            url: /release/saga-actuator-release-notes/
+          - title: "Downloads"
+            url: /release/saga-actuator-downloads/
 
 
   cn:
@@ -198,3 +204,9 @@ t:
             url: /cn/release/saga-release-notes/
           - title: "发布包"
             url: /cn/release/saga-downloads/
+      - title: "Saga Actuator"
+        children:
+          - title: "发布说明"
+            url: /cn/release/saga-actuator-release-notes/
+          - title: "发布包"
+            url: /cn/release/saga-actuator-downloads/
\ No newline at end of file
diff --git a/_release/cn/release.md b/_release/cn/release.md
index 2d92663..1f2adf7 100755
--- a/_release/cn/release.md
+++ b/_release/cn/release.md
@@ -14,6 +14,8 @@ last_modified_at: 2018-03-28T00:50:43-55:00
 
 **稳定发布版 - 最新版本:**
 
+* [ServiceComb Saga Actuator 0.3.0](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-saga-actuator/0.3.0/){:target="_blank"} (released on 2018-12-18)
+
 * [ServiceComb Service-Center 1.1.0](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-service-center/1.1.0/){:target="_blank"} (released on 2018-11-30)
 
 * [ServiceComb Java-Chassis 1.1.0](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-java-chassis/1.1.0/){:target="_blank"} (released on 2018-11-30)
diff --git a/_release/cn/saga_actuator_downloads.md b/_release/cn/saga_actuator_downloads.md
new file mode 100644
index 0000000..2f14eed
--- /dev/null
+++ b/_release/cn/saga_actuator_downloads.md
@@ -0,0 +1,50 @@
+---
+title: "ServiceComb Saga Actuator Downloads"
+lang: cn
+ref: release
+permalink: /cn/release/saga-actuator-downloads/
+excerpt: "ServiceComb Saga Actuator Downloads"
+last_modified_at: 2018-03-28T00:50:43-55:00
+---
+
+## Releases
+
+| Release           |         Source            |           Distribution         | 
+| ---------------------- | --------------------------------- | --------------------------------- | 
+|**Apache ServiceComb Saga Actuator 0.3.0(LATEST)**|[[src]](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-saga-actuator/0.3.0/apache-servicecomb-saga-actuator-distribution-0.3.0-src.zip) [[asc]](https://www.apache.org/dist/servicecomb/servicecomb-saga-actuator/0.3.0/apache-servicecomb-saga-actuator-distribution-0.3.0-src.zip.asc) [[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-saga-actuator/0.3.0/apache-servicecomb-saga-actuator-distribution-0.3.0-src.zip.sha51 [...]
+
+**Verifying the release**
+
+It is essential that you verify the integrity of the downloaded files using the PGP or SHA signatures.
+ The PGP signatures can  be verified using GPG or PGP.
+ Please download the [KEYS](https://www.apache.org/dist/servicecomb/KEYS){:target="_blank"} as well as the asc signature files for relevant distribution. It is recommended to get these files from the main distribution [directory](https://www.apache.org/dist/servicecomb/servicecomb-saga-actuator/){:target="_blank"} and not from the mirrors.
+ ```
+ gpg -i KEYS
+
+ or
+
+ pgpk -a KEYS
+
+ or
+
+ pgp -ka KEYS
+
+```
+
+To verify the binaries/sources you can download the relevant asc files for it from main distribution directory and follow the below guide.
+
+```
+gpg --verify apache-servicecomb-saga********.asc apache-servicecomb-saga-*********
+
+or
+
+pgpv apache-servicecomb-saga-********.asc
+
+or
+
+pgp apache-servicecomb-saga-********.asc
+
+
+```
+
+Alternatively you can download the SHA signatures from main distribution [repo](https://www.apache.org/dist/servicecomb/servicecomb-saga-actuator/){:target="_blank"} and verify the downloads using sha512sum.
diff --git a/_release/cn/saga_actuator_releaseNotes.md b/_release/cn/saga_actuator_releaseNotes.md
new file mode 100644
index 0000000..3c0b3f0
--- /dev/null
+++ b/_release/cn/saga_actuator_releaseNotes.md
@@ -0,0 +1,13 @@
+---
+title: "ServiceComb Saga Actuator Release Notes"
+lang: cn
+ref: release
+permalink: /cn/release/saga-actuator-release-notes/
+excerpt: "ServiceComb Saga Actuator Release Notes"
+last_modified_at: 2018-03-28T00:50:43-55:00
+---
+
+        Release Notes - Apache ServiceComb - Version Saga-Actuator-0.3.0
+            
+<h2>        This is the first Initial Release of ServiceComb Actuator
+</h2>
diff --git a/_release/release.md b/_release/release.md
index 060e4c8..3ceaf1d 100755
--- a/_release/release.md
+++ b/_release/release.md
@@ -14,6 +14,8 @@ Only current recommended releases are available on the main distribution site an
 
 **Stable Release - Latest Version:**
 
+* [ServiceComb Saga Actuator 0.3.0](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-saga-actuator/0.3.0/){:target="_blank"} (released on 2018-12-18)
+
 * [ServiceComb Service-Center 1.1.0](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-service-center/1.1.0/){:target="_blank"} (released on 2018-11-30)
 
 * [ServiceComb Java-Chassis 1.1.0](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-java-chassis/1.1.0/){:target="_blank"} (released on 2018-11-30)
diff --git a/_release/saga_actuator_downloads.md b/_release/saga_actuator_downloads.md
new file mode 100644
index 0000000..b9fc4a2
--- /dev/null
+++ b/_release/saga_actuator_downloads.md
@@ -0,0 +1,50 @@
+---
+title: "ServiceComb Saga Actuator Downloads"
+lang: en
+ref: release
+permalink: /release/saga-actuator-downloads/
+excerpt: "ServiceComb Saga Actuator Downloads"
+last_modified_at: 2018-03-28T00:50:43-55:00
+---
+
+## Releases
+
+| Release           |         Source            |           Distribution         | 
+| ---------------------- | --------------------------------- | --------------------------------- | 
+|**Apache ServiceComb Saga Actuator 0.3.0(LATEST)**|[[src]](https://apache.org/dyn/closer.cgi/servicecomb/servicecomb-saga-actuator/0.3.0/apache-servicecomb-saga-actuator-distribution-0.3.0-src.zip) [[asc]](https://www.apache.org/dist/servicecomb/servicecomb-saga-actuator/0.3.0/apache-servicecomb-saga-actuator-distribution-0.3.0-src.zip.asc) [[sha512]](https://www.apache.org/dist/servicecomb/servicecomb-saga-actuator/0.3.0/apache-servicecomb-saga-actuator-distribution-0.3.0-src.zip.sha51 [...]
+
+**Verifying the release**
+
+It is essential that you verify the integrity of the downloaded files using the PGP or SHA signatures.
+ The PGP signatures can  be verified using GPG or PGP.
+ Please download the [KEYS](https://www.apache.org/dist/servicecomb/KEYS){:target="_blank"} as well as the asc signature files for relevant distribution. It is recommended to get these files from the main distribution [directory](https://www.apache.org/dist/servicecomb/servicecomb-saga-actuator/){:target="_blank"} and not from the mirrors.
+ ```
+ gpg -i KEYS
+
+ or
+
+ pgpk -a KEYS
+
+ or
+
+ pgp -ka KEYS
+
+```
+
+To verify the binaries/sources you can download the relevant asc files for it from main distribution directory and follow the below guide.
+
+```
+gpg --verify apache-servicecomb-saga********.asc apache-servicecomb-saga-*********
+
+or
+
+pgpv apache-servicecomb-saga-********.asc
+
+or
+
+pgp apache-servicecomb-saga-********.asc
+
+
+```
+
+Alternatively you can download the SHA signatures from main distribution [repo](https://www.apache.org/dist/servicecomb/servicecomb-saga-actuator/){:target="_blank"} and verify the downloads using sha512sum.
diff --git a/_release/saga_actuator_releaseNotes.md b/_release/saga_actuator_releaseNotes.md
new file mode 100644
index 0000000..e33ceea
--- /dev/null
+++ b/_release/saga_actuator_releaseNotes.md
@@ -0,0 +1,13 @@
+---
+title: "ServiceComb Saga Actuator Release Notes"
+lang: en
+ref: release
+permalink: /release/saga-actuator-release-notes/
+excerpt: "ServiceComb Saga Actuator Release Notes"
+last_modified_at: 2018-03-28T00:50:43-55:00
+---
+
+        Release Notes - Apache ServiceComb - Version Saga-Actuator-0.3.0
+            
+<h2>        This is the first Initial Release of ServiceComb Actuator
+</h2>