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

dgrove 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 d43974d  update Node.js and Java runtimes (#513)
d43974d is described below

commit d43974d3cf5b23bff90683f553276100e96ca15a
Author: David Grove <[email protected]>
AuthorDate: Mon Sep 25 09:20:48 2023 -0400

    update Node.js and Java runtimes (#513)
---
 _layouts/downloads.html | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/_layouts/downloads.html b/_layouts/downloads.html
index 822ed65..370e68e 100644
--- a/_layouts/downloads.html
+++ b/_layouts/downloads.html
@@ -215,31 +215,31 @@ layout: default
                       <div class="component-releases-structure 
theme-deeper-sky-blue">
                         <p><ctitle>OpenWhisk Runtime Java</ctitle>Supports 
functions written for Java 8 (OpenJDK 8, JVM OpenJ9).</p>
                         <div class="component-release-artifact-list 
border-deeper-sky-blue">
-                          <version>1.18.0</version>
+                          <version>1.19.0</version>
                           <a
-                            
href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-runtime-java-1.18.0-sources.tar.gz";>
+                            
href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-runtime-java-1.19.0-sources.tar.gz";>
                             Source code</a>
                           <a
-                            
href="https://downloads.apache.org/openwhisk/openwhisk-runtime-java-1.18.0-sources.tar.gz.sha512";>
+                            
href="https://downloads.apache.org/openwhisk/openwhisk-runtime-java-1.19.0-sources.tar.gz.sha512";>
                             SHA-512 checksum</a>
                           <a
-                            
href="https://downloads.apache.org/openwhisk/openwhisk-runtime-java-1.18.0-sources.tar.gz.asc";>
+                            
href="https://downloads.apache.org/openwhisk/openwhisk-runtime-java-1.19.0-sources.tar.gz.asc";>
                             PGP signature</a>
                         </div>
                       </div>
 
                       <div class="component-releases-structure 
theme-deeper-sky-blue">
-                        <p><ctitle>OpenWhisk Runtime Node.js</ctitle>Supports 
functions written for Node.js v16 and v18.</p>
+                        <p><ctitle>OpenWhisk Runtime Node.js</ctitle>Supports 
functions written for Node.js v18 and v20.</p>
                         <div class="component-release-artifact-list 
border-deeper-sky-blue">
-                          <version>1.21.0</version>
+                          <version>1.22.0</version>
                           <a
-                            
href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-runtime-nodejs-1.21.0-sources.tar.gz";>
+                            
href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-runtime-nodejs-1.22.0-sources.tar.gz";>
                             Source code</a>
                           <a
-                            
href="https://downloads.apache.org/openwhisk/openwhisk-runtime-nodejs-1.21.0-sources.tar.gz.sha512";>
+                            
href="https://downloads.apache.org/openwhisk/openwhisk-runtime-nodejs-1.22.0-sources.tar.gz.sha512";>
                             SHA-512 checksum</a>
                           <a
-                            
href="https://downloads.apache.org/openwhisk/openwhisk-runtime-nodejs-1.21.0-sources.tar.gz.asc";>
+                            
href="https://downloads.apache.org/openwhisk/openwhisk-runtime-nodejs-1.22.0-sources.tar.gz.asc";>
                             PGP signature</a>
                         </div>
                       </div>

Reply via email to