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 0eb47e9  Update downloads page with 1.2.0 release of Whisk Deploy 
(wskdeploy). (#475)
0eb47e9 is described below

commit 0eb47e953a248ed0c492d6e97c024c58e8febe7c
Author: rodric rabbah <rod...@gmail.com>
AuthorDate: Wed Mar 24 09:13:16 2021 -0400

    Update downloads page with 1.2.0 release of Whisk Deploy (wskdeploy). (#475)
    
    Co-authored-by: Matt Rutkowski <mrutkow...@apache.org>
---
 README.md               |  4 ++--
 _layouts/downloads.html | 11 ++++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 79b7c1e..05a37a9 100644
--- a/README.md
+++ b/README.md
@@ -102,9 +102,9 @@ for example, update "?v1.12" to "?v1.13".
 
 ## Using `rbenv`
 
-If you need to maintain your existing system Ruby version, you can use the 
[https://github.com/rbenv/rbenv](https://github.com/rbenv/rbenv) utility.
+If you need to maintain your existing system Ruby version, you can use the 
[https://github.com/rbenv/rbenv](https://github.com/rbenv/rbenv) utility to 
dynamically switch to the version this project requires.
 
-The project already has a `.ruby_version` file which indicates it requires 
Ruby 2.7.2.  All you need do is assure once `rbenv` is installed that you use 
the following commands from the bash shell you wish to compile the project:
+The project already has a `.ruby_version` file which indicates it requires 
Ruby 2.7.2.  All you need do is assure once `rbenv` is installed that you issue 
the following commands (one time) from the bash shell you wish to compile the 
project:
 
 ```sh
 $ rbenv init
diff --git a/_layouts/downloads.html b/_layouts/downloads.html
index edaad5f..63fbc7e 100644
--- a/_layouts/downloads.html
+++ b/_layouts/downloads.html
@@ -349,15 +349,15 @@ layout: default
                       <div class="component-releases-structure 
theme-darkgoldenrod">
                         <p><ctitle>OpenWhisk Whisk Deploy 
(wskdeploy)</ctitle>Client utility to deploy, configure and manage OpenWhisk 
applications and packages with a single YAML Manifest file.</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-wskdeploy-1.1.0-sources.tar.gz";>
+                            
href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-wskdeploy-1.2.0-sources.tar.gz";>
                             Source code</a>
                           <a
-                            
href="https://downloads.apache.org/openwhisk/openwhisk-wskdeploy-1.1.0-sources.tar.gz.sha512";>
+                            
href="https://downloads.apache.org/openwhisk/openwhisk-wskdeploy-1.2.0-sources.tar.gz.sha512";>
                             SHA-512 checksum</a>
                           <a
-                            
href="https://downloads.apache.org/openwhisk/openwhisk-wskdeploy-1.1.0-sources.tar.gz.asc";>
+                            
href="https://downloads.apache.org/openwhisk/openwhisk-wskdeploy-1.2.0-sources.tar.gz.asc";>
                             PGP signature</a>
                         </div>
                       </div>
@@ -473,9 +473,10 @@ layout: default
                       </div>
 
                       <!--
+                           !!! DO NOT REMOVE THIS COMMENT SECTION !!!
                            We have not made a post-incubation release of this 
package yet.
                            Hide the download until we do.  The old one is not 
really usable (NodeJS 6 based)
-                           and was removed from the downloads are a while ago.
+                           and was removed from the downloads section a while 
ago.
 
                       <div class="component-releases-structure 
theme-darksalmon">
                         <p><ctitle>OpenWhisk Package Cloudant</ctitle>Apache 
OpenWhisk package that can be used to interact with a Cloudant database</p>

Reply via email to