You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ja...@apache.org on 2018/08/21 13:36:01 UTC

[incubator-openwhisk-runtime-nodejs] branch master updated: bump openwhisk npm to 3.17.0 (#83)

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

japetrsn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-nodejs.git


The following commit(s) were added to refs/heads/master by this push:
     new ede3630  bump openwhisk npm to 3.17.0 (#83)
ede3630 is described below

commit ede3630261a211c3de5c96508906b7a91b753e86
Author: Carlos Santana <cs...@apache.org>
AuthorDate: Tue Aug 21 09:35:58 2018 -0400

    bump openwhisk npm to 3.17.0 (#83)
---
 core/nodejs6Action/CHANGELOG.md | 5 +++++
 core/nodejs6Action/Dockerfile   | 2 +-
 core/nodejs8Action/CHANGELOG.md | 5 +++++
 core/nodejs8Action/package.json | 2 +-
 4 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/core/nodejs6Action/CHANGELOG.md b/core/nodejs6Action/CHANGELOG.md
index f2a218a..8164a8a 100644
--- a/core/nodejs6Action/CHANGELOG.md
+++ b/core/nodejs6Action/CHANGELOG.md
@@ -19,6 +19,11 @@
 
 # NodeJS 6 OpenWhisk Runtime Container
 
+## 1.12.0
+Change: Update npm openwhisk package from `3.16.0` to `3.17.0`
+
+- [openwhisk v3.17.0](https://www.npmjs.com/package/openwhisk) - JavaScript client library for the OpenWhisk platform. Provides a wrapper around the OpenWhisk APIs.
+
 ## 1.11.3
 Change: Update Node.js
 
diff --git a/core/nodejs6Action/Dockerfile b/core/nodejs6Action/Dockerfile
index 8bdf50c..dc62f9d 100644
--- a/core/nodejs6Action/Dockerfile
+++ b/core/nodejs6Action/Dockerfile
@@ -63,7 +63,7 @@ nano@6.2.0 \
 node-uuid@1.4.7 \
 nodemailer@2.6.4 \
 oauth2-server@2.4.1 \
-openwhisk@3.16.0 \
+openwhisk@3.17.0 \
 pkgcloud@1.4.0 \
 process@0.11.9 \
 pug@">=2.0.0-beta6 <2.0.1" \
diff --git a/core/nodejs8Action/CHANGELOG.md b/core/nodejs8Action/CHANGELOG.md
index 2cae9b2..af2376f 100644
--- a/core/nodejs8Action/CHANGELOG.md
+++ b/core/nodejs8Action/CHANGELOG.md
@@ -19,6 +19,11 @@
 
 # NodeJS 8 OpenWhisk Runtime Container
 
+## 1.9.0
+Change: Update openwhisk npm package from `3.16.0` to `3.17.0`
+
+- [openwhisk v3.17.0](https://www.npmjs.com/package/openwhisk) - JavaScript client library for the OpenWhisk platform. Provides a wrapper around the OpenWhisk APIs.
+
 ## 1.8.3
 Change: Update Node.js
 
diff --git a/core/nodejs8Action/package.json b/core/nodejs8Action/package.json
index bedef87..1e2821a 100644
--- a/core/nodejs8Action/package.json
+++ b/core/nodejs8Action/package.json
@@ -8,7 +8,7 @@
   },
   "license": "Apache-2.0",
   "dependencies": {
-    "openwhisk": "3.16.0",
+    "openwhisk": "3.17.0",
     "body-parser": "1.18.2",
     "express": "4.16.2"
   }