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

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


The following commit(s) were added to refs/heads/master by this push:
     new fd663dd  Add CLI release 1.2.0 and freshen up home page (#476)
fd663dd is described below

commit fd663dd066c9dcc7ca9a734b02bc7f77e8e35363
Author: Matt Rutkowski <[email protected]>
AuthorDate: Mon Apr 5 10:55:25 2021 -0500

    Add CLI release 1.2.0 and freshen up home page (#476)
---
 _layouts/downloads.html | 31 +++++++++++++++++++------------
 _layouts/home.html      | 14 +++++++-------
 2 files changed, 26 insertions(+), 19 deletions(-)

diff --git a/_layouts/downloads.html b/_layouts/downloads.html
index 63fbc7e..b07a7b5 100644
--- a/_layouts/downloads.html
+++ b/_layouts/downloads.html
@@ -72,16 +72,17 @@ layout: default
                   <a style="font-weight:normal;" 
href="#developer-builds">Developer Builds</a>.
                 </p>
                 <p>
-                    Older releases are archived at
-                    <a style="font-weight:normal;" 
href="http://archive.apache.org/dist/incubator/openwhisk/";>archive.apache.org 
(incubator releases)</a>
-                    and
-                    <a style="font-weight:normal;" 
href="http://archive.apache.org/dist/openwhisk/";>archive.apache.org</a>.
+                  Older releases are archived at
+                    <ul>
+                        <li><a style="font-weight:normal;" 
href="http://archive.apache.org/dist/incubator/openwhisk/";>archive.apache.org 
(incubator releases)</a>
+                         and</li>
+                        <li><a style="font-weight:normal;" 
href="http://archive.apache.org/dist/openwhisk/";>archive.apache.org</a>.</li>
+                    </ul>
                 </p>
                 <a class="indexable" id="verifying"></a>
                 <h4>Verifying</h4>
-                <p>As an Apache project, all downloaded files are signed by a
-                  project Release Manager and can be verified following these
-                  instructions:</p>
+                <p>As an Apache project, all official release artifacts are 
provided as compressed archives and are signed by a
+                  project Release Manager and can be verified following these 
instructions:</p>
                 <ul>
                     <li><a href="https://www.apache.org/info/verification";>How 
to verify downloaded files</a></li>
                 </ul>
@@ -109,7 +110,7 @@ layout: default
 
                 <a class="indexable" id="component-releases"></a>
                 <h4>Component Releases</h4>
-                <p>Individual downloads of the latest released version of each 
OpenWhisk component are available.  We group the components by their role in 
the platform.</p>
+                <p>Individual downloads of the latest released version of each 
OpenWhisk component are available.  Components are grouped by their role in the 
platform.</p>
                 <p>Please click on a platform role to see the individual 
downloadable components:</p>
                 <h5 class="section-toggle section-toggle-start-open">Core 
System</h5>
                 <div class="section-start-open">
@@ -334,15 +335,18 @@ layout: default
                       <div class="component-releases-structure 
theme-darkgoldenrod">
                         <p><ctitle>OpenWhisk CLI</ctitle>OpenWhisk 
command-line interface.</p>
                         <div class="component-release-artifact-list 
border-darkgoldenrod">
-                          <version>1.1.0</version>
+                          <version>1.2.0</version>
                           <a
-                            
href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-cli-1.1.0-sources.tar.gz";>Source
 code</a>
+                            
href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-cli-1.2.0-sources.tar.gz";>Source
 code</a>
                           <a
-                            
href="https://downloads.apache.org/openwhisk/openwhisk-cli-1.1.0-sources.tar.gz.sha512";>
+                            
href="https://downloads.apache.org/openwhisk/openwhisk-cli-1.2.0-sources.tar.gz.sha512";>
                             SHA-512 checksum</a>
                           <a
-                            
href="https://downloads.apache.org/openwhisk/openwhisk-cli-1.1.0-sources.tar.gz.asc";>
+                            
href="https://downloads.apache.org/openwhisk/openwhisk-cli-1.2.0-sources.tar.gz.asc";>
                             PGP signature</a>
+                          <a
+                            
href="https://github.com/apache/openwhisk-cli/releases/tag/1.2.0";>
+                            Binaries (GitHub, unofficial)</a>
                         </div>
                       </div>
 
@@ -359,6 +363,9 @@ layout: default
                           <a
                             
href="https://downloads.apache.org/openwhisk/openwhisk-wskdeploy-1.2.0-sources.tar.gz.asc";>
                             PGP signature</a>
+                          <a
+                            
href="https://github.com/apache/openwhisk-wskdeploy/releases/tag/1.2.0";>
+                            Binaries (GitHub, unofficial)</a>
                         </div>
                       </div>
 
diff --git a/_layouts/home.html b/_layouts/home.html
index e21e78b..a1824ee 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -80,18 +80,18 @@ layout: default
             <p>
                 Work with what you know and love. OpenWhisk supports a
                 growing list of your favorite languages such as
-                <a 
href="https://github.com/apache/openwhisk-runtime-nodejs";>NodeJS</a>,
                 <a 
href="https://github.com/apache/openwhisk-runtime-go";>Go</a>,
                 <a 
href="https://github.com/apache/openwhisk-runtime-java";>Java</a>,
-                <a 
href="https://github.com/apache/openwhisk-runtime-java";>Scala</a>,
+                <a 
href="https://github.com/apache/openwhisk-runtime-nodejs";>NodeJS</a>,
+                <a 
href="https://github.com/apache/openwhisk-runtime-dotnet";>.NET</a>,
                 <a 
href="https://github.com/apache/openwhisk-runtime-php";>PHP</a>,
                 <a 
href="https://github.com/apache/openwhisk-runtime-python";>Python</a>,
                 <a 
href="https://github.com/apache/openwhisk-runtime-ruby";>Ruby</a>,
-                and
-                <a 
href="https://github.com/apache/openwhisk-runtime-swift";>Swift</a>  as well as 
recent additions for
-                <a 
href="https://github.com/apache/openwhisk-runtime-ballerina";>Ballerina</a>,
-                <a 
href="https://github.com/apache/openwhisk-runtime-dotnet";>.NET</a> and
-                <a 
href="https://github.com/apache/openwhisk-runtime-rust";>Rust</a>.
+                <a 
href="https://github.com/apache/openwhisk-runtime-rust";>Rust</a>,
+                <a 
href="https://github.com/apache/openwhisk-runtime-java";>Scala</a>,
+                <a 
href="https://github.com/apache/openwhisk-runtime-swift";>Swift</a> and even 
newer, cloud-native ones like
+                <a 
href="https://github.com/apache/openwhisk-runtime-ballerina";>Ballerina</a>.
+                There is even an experimental runtime for <a 
href="https://github.com/apache/openwhisk-runtime-deno";>Deno</a> in-development.
             </p>
             <p>
                 If you need languages or libraries the current

Reply via email to