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 93d2ea6 Automatic Site Publish by Jenkins
93d2ea6 is described below
commit 93d2ea6f1134d5eb07567e48b5ec35b56eddfa92
Author: jenkins <[email protected]>
AuthorDate: Thu Aug 18 13:00:37 2022 +0000
Automatic Site Publish by Jenkins
---
downloads.html | 16 ++++++++--------
feed.xml | 2 +-
package-lock.json | 6 +++---
3 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/downloads.html b/downloads.html
index 1ed1efd..3c0e49e 100644
--- a/downloads.html
+++ b/downloads.html
@@ -567,14 +567,14 @@ function addListenersToSections()
<div class="component-releases-structure
theme-darkgoldenrod">
<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>
+ <version>1.4.0</version>
<a
-
href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-wskdebug-1.3.0-sources.tar.gz">Source
code</a>
+
href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-wskdebug-1.4.0-sources.tar.gz">Source
code</a>
<a
-
href="https://downloads.apache.org/openwhisk/openwhisk-wskdebug-1.3.0-sources.tar.gz.sha512">
+
href="https://downloads.apache.org/openwhisk/openwhisk-wskdebug-1.4.0-sources.tar.gz.sha512">
SHA-512 checksum</a>
<a
-
href="https://downloads.apache.org/openwhisk/openwhisk-wskdebug-1.3.0-sources.tar.gz.asc">
+
href="https://downloads.apache.org/openwhisk/openwhisk-wskdebug-1.4.0-sources.tar.gz.asc">
PGP signature</a>
</div>
</div>
@@ -598,15 +598,15 @@ function addListenersToSections()
<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.4</version>
+ <version>3.21.5</version>
<a
-
href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-client-js-3.21.4-sources.tar.gz">
+
href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-client-js-3.21.5-sources.tar.gz">
Source code</a>
<a
-
href="https://downloads.apache.org/openwhisk/openwhisk-client-js-3.21.4-sources.tar.gz.sha512">
+
href="https://downloads.apache.org/openwhisk/openwhisk-client-js-3.21.5-sources.tar.gz.sha512">
SHA-512 checksum</a>
<a
-
href="https://downloads.apache.org/openwhisk/openwhisk-client-js-3.21.4-sources.tar.gz.asc">
+
href="https://downloads.apache.org/openwhisk/openwhisk-client-js-3.21.5-sources.tar.gz.asc">
PGP signature</a>
</div>
</div>
diff --git a/feed.xml b/feed.xml
index 663ece3..6866515 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>2022-08-16T14:09:02+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>2022-08-18T13:00:33+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
diff --git a/package-lock.json b/package-lock.json
index b2f8e6b..5071d51 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1250,9 +1250,9 @@
"dev": true
},
"object.assign": {
- "version": "4.1.3",
- "resolved":
"https://registry.npmjs.org/object.assign/-/object.assign-4.1.3.tgz",
- "integrity":
"sha512-ZFJnX3zltyjcYJL0RoCJuzb+11zWGyaDbjgxZbdV7rFEcHQuYxrZqhow67aA7xpes6LhojyFDaBKAFfogQrikA==",
+ "version": "4.1.4",
+ "resolved":
"https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz",
+ "integrity":
"sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==",
"dev": true,
"requires": {
"call-bind": "^1.0.2",