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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 98f7a22  Automatic Site Publish by Jenkins
98f7a22 is described below

commit 98f7a22eb39a8765fa2b0875a9d5546d0153781f
Author: jenkins <[email protected]>
AuthorDate: Tue Mar 16 14:56:17 2021 +0000

    Automatic Site Publish by Jenkins
---
 README.md      | 31 +++++++++++++++++++++++++++-
 downloads.html | 64 +++++++++++++++++++++++++---------------------------------
 feed.xml       |  2 +-
 3 files changed, 59 insertions(+), 38 deletions(-)

diff --git a/README.md b/README.md
index df4393b..79b7c1e 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,10 @@ Apache OpenWhisk is a cloud-first distributed event-based 
programming service. I
 
 - Download and install Node.js (recommend v12 LTS): see 
[https://nodejs.org/](https://nodejs.org/)
 - Download and install NPM (recommend v6.14 latest): see 
[https://www.npmjs.com/package/npm](https://www.npmjs.com/package/npm)
-- Download and install Ruby (recommend v2.7 stable): see 
[https://www.ruby-lang.org/en/documentation/installation/](https://www.ruby-lang.org/en/documentation/installation/)
+- Download and install Ruby (recommend v2.7.2 stable): see 
[https://www.ruby-lang.org/en/documentation/installation/](https://www.ruby-lang.org/en/documentation/installation/)
+    > **Note** Currently, the website's Jekyll version will not compile with 
Ruby version 3 or higher.
+    - If you need to manage multiple Ruby versions, you may use 
[https://github.com/rbenv/rbenv](https://github.com/rbenv/rbenv). See [Using 
rbenv](#using-rbenv) below.
+
 
 ```sh
 # Verify Node and Node Package Manager are installed
@@ -97,6 +100,32 @@ for example, update "?v1.12" to "?v1.13".
 <link rel="stylesheet" href="{{ site.github.url }}/css/main-v1.css?v=1.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.
+
+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:
+
+```sh
+$ rbenv init
+$ rbenv install 2.7.2
+$ rbenv global 2.7.2
+$ eval "$(rbenv init -)"
+```
+
+When opening subsequent bash terminals, you need only issue the following 
command (as `rbenv init` has updated your system `.bash_profile`):
+
+```sh
+eval "$(rbenv init -)"
+```
+
+You can verify the version changed by using:
+
+```sh
+$ rbenv global
+$ ruby -v
+```
+
 ## Troubleshooting
 
 If you get an error 'bundle: command not found' attempting to build the site, 
you may need to manually install the 'bundler' package:
diff --git a/downloads.html b/downloads.html
index 26a92bd..5c8ff4a 100644
--- a/downloads.html
+++ b/downloads.html
@@ -542,7 +542,7 @@ function addListenersToSections()
                       </div>
 
                       <div class="component-releases-structure 
theme-darkgoldenrod">
-                        <p><ctitle>OpenWhisk Whisk Deploy</ctitle>Client 
utility to deploy, configure and manage OpenWhisk applications and packages 
with a single YAML Manifest file.</p>
+                        <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>
                           <a
@@ -558,7 +558,7 @@ function addListenersToSections()
                       </div>
 
                       <div class="component-releases-structure 
theme-darkgoldenrod">
-                        <p><ctitle>OpenWhisk wskdebug</ctitle>Debugging and 
live development tool for OpenWhisk</p>
+                        <p><ctitle>OpenWhisk Whisk Debug 
(wskdebug)</ctitle>Debugging and live development tool for OpenWhisk</p>
                         <div class="component-release-artifact-list 
border-darkgoldenrod">
                           <version>1.3.0</version>
                           <a
@@ -572,82 +572,74 @@ function addListenersToSections()
                         </div>
                       </div>
 
-                    </div>
-                  </div>
-                </div>
-
-                <h5 class="section-toggle section-toggle-start-open ">Package 
Catalog and Composer</h5>
-                <div class="section-start-open">
-                  <div class="content">
-                    <div class="flow-columns">
-                      <div class="component-releases-structure 
theme-deeper-aquamarine">
-                        <p><ctitle>OpenWhisk Catalog</ctitle>Package catalogs 
of OpenWhisk, which provides an easy way to enhance your application with 
useful capabilities, and to access external services in the ecosystem.</p>
-                        <div class="component-release-artifact-list 
border-deeper-aquamarine">
-                          <version>0.11.0</version>
+                      <div class="component-releases-structure 
theme-darkgoldenrod">
+                        <p><ctitle>OpenWhisk Client Go</ctitle>OpenWhisk 
client library in Go.</p>
+                        <div class="component-release-artifact-list 
border-darkgoldenrod">
+                          <version>1.2.0</version>
                           <a
-                            
href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-catalog-0.11.0-sources.tar.gz";>
+                            
href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-client-go-1.2.0-sources.tar.gz";>
                             Source code</a>
                           <a
-                            
href="https://downloads.apache.org/openwhisk/openwhisk-catalog-0.11.0-sources.tar.gz.sha512";>
+                            
href="https://downloads.apache.org/openwhisk/openwhisk-client-go-1.2.0-sources.tar.gz.sha512";>
                             SHA-512 checksum</a>
                           <a
-                            
href="https://downloads.apache.org/openwhisk/openwhisk-catalog-0.11.0-sources.tar.gz.asc";>
+                            
href="https://downloads.apache.org/openwhisk/openwhisk-client-go-1.2.0-sources.tar.gz.asc";>
                             PGP signature</a>
                         </div>
                       </div>
 
-                      <div class="component-releases-structure 
theme-deeper-aquamarine">
-                        <p><ctitle>OpenWhisk Composer</ctitle>Composer is a 
new programming model for composing cloud functions built on OpenWhisk</p>
-                        <div class="component-release-artifact-list 
border-deeper-aquamarine">
-                          <version>0.12.0</version>
+                      <div class="component-releases-structure 
theme-darkgoldenrod">
+                        <p><ctitle>OpenWhisk Client JS</ctitle>JavaScript 
client library for the OpenWhisk platform</p>
+                        <div class="component-release-artifact-list 
border-darkgoldenrod">
+                          <version>3.21.3</version>
                           <a
-                            
href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-composer-0.12.0-sources.tar.gz";>
+                            
href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-client-js-3.21.3-sources.tar.gz";>
                             Source code</a>
                           <a
-                            
href="https://downloads.apache.org/openwhisk/openwhisk-composer-0.12.0-sources.tar.gz.sha512";>
+                            
href="https://downloads.apache.org/openwhisk/openwhisk-client-js-3.21.3-sources.tar.gz.sha512";>
                             SHA-512 checksum</a>
                           <a
-                            
href="https://downloads.apache.org/openwhisk/openwhisk-composer-0.12.0-sources.tar.gz.asc";>
+                            
href="https://downloads.apache.org/openwhisk/openwhisk-client-js-3.21.3-sources.tar.gz.asc";>
                             PGP signature</a>
                         </div>
                       </div>
+
                     </div>
                   </div>
                 </div>
 
-                <h5 class="section-toggle section-toggle-start-open ">Client 
Libraries</h5>
+                <h5 class="section-toggle section-toggle-start-open ">Package 
Catalog and Composer</h5>
                 <div class="section-start-open">
                   <div class="content">
                     <div class="flow-columns">
-
                       <div class="component-releases-structure 
theme-deeper-aquamarine">
-                        <p><ctitle>OpenWhisk Client Go</ctitle>OpenWhisk 
client library in Go.</p>
+                        <p><ctitle>OpenWhisk Catalog</ctitle>Package catalogs 
of OpenWhisk, which provides an easy way to enhance your application with 
useful capabilities, and to access external services in the ecosystem.</p>
                         <div class="component-release-artifact-list 
border-deeper-aquamarine">
-                          <version>1.1.0</version>
+                          <version>0.11.0</version>
                           <a
-                            
href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-client-go-1.1.0-sources.tar.gz";>
+                            
href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-catalog-0.11.0-sources.tar.gz";>
                             Source code</a>
                           <a
-                            
href="https://downloads.apache.org/openwhisk/openwhisk-client-go-1.1.0-sources.tar.gz.sha512";>
+                            
href="https://downloads.apache.org/openwhisk/openwhisk-catalog-0.11.0-sources.tar.gz.sha512";>
                             SHA-512 checksum</a>
                           <a
-                            
href="https://downloads.apache.org/openwhisk/openwhisk-client-go-1.1.0-sources.tar.gz.asc";>
+                            
href="https://downloads.apache.org/openwhisk/openwhisk-catalog-0.11.0-sources.tar.gz.asc";>
                             PGP signature</a>
                         </div>
                       </div>
 
                       <div class="component-releases-structure 
theme-deeper-aquamarine">
-                        <p><ctitle>OpenWhisk Client JS</ctitle>JavaScript 
client library for the OpenWhisk platform</p>
+                        <p><ctitle>OpenWhisk Composer</ctitle>Composer is a 
new programming model for composing cloud functions built on OpenWhisk</p>
                         <div class="component-release-artifact-list 
border-deeper-aquamarine">
-                          <version>3.21.3</version>
+                          <version>0.12.0</version>
                           <a
-                            
href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-client-js-3.21.3-sources.tar.gz";>
+                            
href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-composer-0.12.0-sources.tar.gz";>
                             Source code</a>
                           <a
-                            
href="https://downloads.apache.org/openwhisk/openwhisk-client-js-3.21.3-sources.tar.gz.sha512";>
+                            
href="https://downloads.apache.org/openwhisk/openwhisk-composer-0.12.0-sources.tar.gz.sha512";>
                             SHA-512 checksum</a>
                           <a
-                            
href="https://downloads.apache.org/openwhisk/openwhisk-client-js-3.21.3-sources.tar.gz.asc";>
+                            
href="https://downloads.apache.org/openwhisk/openwhisk-composer-0.12.0-sources.tar.gz.asc";>
                             PGP signature</a>
                         </div>
                       </div>
diff --git a/feed.xml b/feed.xml
index a5dfcb1..85a36ce 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,2 +1,2 @@
-<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="3.3.0">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2021-03-15T14:46:29+00:00</updated><id>/feed.xml</id><title 
type="html">Apache OpenWhisk is a serverless, open source cloud 
platform</title><subtitle>An open source platform for serverless, event-driven 
code at any  [...]
+<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="3.3.0">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2021-03-16T14:56:12+00:00</updated><id>/feed.xml</id><title 
type="html">Apache OpenWhisk is a serverless, open source cloud 
platform</title><subtitle>An open source platform for serverless, event-driven 
code at any  [...]
 </subtitle></feed>
\ No newline at end of file

Reply via email to