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

[incubator-openwhisk-runtime-nodejs] branch master updated: update openwhisk package 3.15.0 -> 3.16.0 (#75)

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

csantanapr 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 9623c3b  update openwhisk package 3.15.0 -> 3.16.0 (#75)
9623c3b is described below

commit 9623c3be87b10f9798f5fb338bf9666e5454677a
Author: Eric Weiterman <ew...@us.ibm.com>
AuthorDate: Wed Aug 1 17:36:44 2018 -0400

    update openwhisk package 3.15.0 -> 3.16.0 (#75)
---
 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 1bfb451..b0e7c04 100644
--- a/core/nodejs6Action/CHANGELOG.md
+++ b/core/nodejs6Action/CHANGELOG.md
@@ -19,6 +19,11 @@
 
 # NodeJS 6 OpenWhisk Runtime Container
 
+## 1.10.0
+Change: Update npm openwhisk package from `3.15.0` to `3.16.0`
+
+- [openwhisk v3.16.0](https://www.npmjs.com/package/openwhisk) - JavaScript client library for the OpenWhisk platform. Provides a wrapper around the OpenWhisk APIs.
+
 ## 1.9.3
 Changes:
   - Disallow re-initialization.
diff --git a/core/nodejs6Action/Dockerfile b/core/nodejs6Action/Dockerfile
index c725e60..3cb7ac0 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.15.0 \
+openwhisk@3.16.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 5dac5ef..6e621d5 100644
--- a/core/nodejs8Action/CHANGELOG.md
+++ b/core/nodejs8Action/CHANGELOG.md
@@ -19,6 +19,11 @@
 
 # NodeJS 8 OpenWhisk Runtime Container
 
+## 1.7.0
+Change: Update openwhisk npm package from `3.15.0` to `3.16.0`
+
+- [openwhisk v3.16.0](https://www.npmjs.com/package/openwhisk) - JavaScript client library for the OpenWhisk platform. Provides a wrapper around the OpenWhisk APIs.
+
 ## 1.6.3
 Changes:
   - Disallow re-initialization.
diff --git a/core/nodejs8Action/package.json b/core/nodejs8Action/package.json
index 0f4a77a..bedef87 100644
--- a/core/nodejs8Action/package.json
+++ b/core/nodejs8Action/package.json
@@ -8,7 +8,7 @@
   },
   "license": "Apache-2.0",
   "dependencies": {
-    "openwhisk": "3.15.0",
+    "openwhisk": "3.16.0",
     "body-parser": "1.18.2",
     "express": "4.16.2"
   }