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/09/28 12:41:31 UTC

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

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 fe8fd92  bump openwhisk npm to 3.18 (#93)
fe8fd92 is described below

commit fe8fd927f9ee11e631922f4ea640decdf93a8d74
Author: Carlos Santana <cs...@apache.org>
AuthorDate: Fri Sep 28 08:41:19 2018 -0400

    bump openwhisk npm to 3.18 (#93)
    
    * bump openwhisk npm to 3.18
    
    * trailing space
    
    * trailing space nodejs8
---
 core/nodejs6Action/CHANGELOG.md | 9 +++++++++
 core/nodejs6Action/Dockerfile   | 2 +-
 core/nodejs8Action/CHANGELOG.md | 6 +++++-
 core/nodejs8Action/package.json | 2 +-
 4 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/core/nodejs6Action/CHANGELOG.md b/core/nodejs6Action/CHANGELOG.md
index 8164a8a..4979546 100644
--- a/core/nodejs6Action/CHANGELOG.md
+++ b/core/nodejs6Action/CHANGELOG.md
@@ -19,6 +19,15 @@
 
 # NodeJS 6 OpenWhisk Runtime Container
 
+## Apache 1.13 (next release)
+Changes:
+- Update Node.js
+- Update openwhisk npm package
+
+- [openwhisk v3.18.0](https://www.npmjs.com/package/openwhisk) - JavaScript client library for the OpenWhisk platform. Provides a wrapper around the OpenWhisk APIs.
+
+Node.js version = [6.14.4](https://nodejs.org/en/blog/release/v6.14.4/)
+
 ## 1.12.0
 Change: Update npm openwhisk package from `3.16.0` to `3.17.0`
 
diff --git a/core/nodejs6Action/Dockerfile b/core/nodejs6Action/Dockerfile
index dc62f9d..99e835f 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.17.0 \
+openwhisk@3.18.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 f931f87..e085720 100644
--- a/core/nodejs8Action/CHANGELOG.md
+++ b/core/nodejs8Action/CHANGELOG.md
@@ -20,7 +20,11 @@
 # NodeJS 8 OpenWhisk Runtime Container
 
 ## Apache 1.13 (next release)
-Change: Update Node.js
+Changes:
+- Update Node.js
+- Update openwhisk npm package
+
+- [openwhisk v3.18.0](https://www.npmjs.com/package/openwhisk) - JavaScript client library for the OpenWhisk platform. Provides a wrapper around the OpenWhisk APIs.
 
 Node.js version = [8.12.0](https://nodejs.org/en/blog/release/v8.12.0/)
 
diff --git a/core/nodejs8Action/package.json b/core/nodejs8Action/package.json
index 1e2821a..4eaec3a 100644
--- a/core/nodejs8Action/package.json
+++ b/core/nodejs8Action/package.json
@@ -8,7 +8,7 @@
   },
   "license": "Apache-2.0",
   "dependencies": {
-    "openwhisk": "3.17.0",
+    "openwhisk": "3.18.0",
     "body-parser": "1.18.2",
     "express": "4.16.2"
   }