You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2018/02/06 01:51:09 UTC

[incubator-openwhisk] branch master updated: bump nodejs openwhisk npm to 3.12.0 (#3250)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 87d600f  bump nodejs openwhisk npm to 3.12.0 (#3250)
87d600f is described below

commit 87d600f22151134b4b887f3e4235d860b9398ef3
Author: Carlos Santana <cs...@gmail.com>
AuthorDate: Mon Feb 5 20:51:06 2018 -0500

    bump nodejs openwhisk npm to 3.12.0 (#3250)
---
 actionRuntimes/nodejs6Action/Dockerfile | 2 +-
 actionRuntimes/nodejs8Action/Dockerfile | 2 +-
 docs/reference.md                       | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/actionRuntimes/nodejs6Action/Dockerfile b/actionRuntimes/nodejs6Action/Dockerfile
index 3aff620..52ce9dd 100644
--- a/actionRuntimes/nodejs6Action/Dockerfile
+++ b/actionRuntimes/nodejs6Action/Dockerfile
@@ -1,2 +1,2 @@
-FROM openwhisk/nodejs6action:1.4.0
+FROM openwhisk/nodejs6action:1.5.0
 
diff --git a/actionRuntimes/nodejs8Action/Dockerfile b/actionRuntimes/nodejs8Action/Dockerfile
index c7f4433..0fcb9b0 100644
--- a/actionRuntimes/nodejs8Action/Dockerfile
+++ b/actionRuntimes/nodejs8Action/Dockerfile
@@ -1,2 +1,2 @@
-FROM openwhisk/action-nodejs-v8:1.1.0
+FROM openwhisk/action-nodejs-v8:1.2.0
 
diff --git a/docs/reference.md b/docs/reference.md
index 479f6d5..ae621ec 100644
--- a/docs/reference.md
+++ b/docs/reference.md
@@ -238,7 +238,7 @@ The following packages are available to be used in the Node.js 6.12.2 environmen
 - [node-uuid v1.4.7](https://www.npmjs.com/package/node-uuid) - Deprecated UUID packaged.
 - [nodemailer v2.6.4](https://www.npmjs.com/package/nodemailer) - Send e-mails from Node.js – easy as cake!
 - [oauth2-server v2.4.1](https://www.npmjs.com/package/oauth2-server) - Complete, compliant, and well tested module for implementing an OAuth2 Server/Provider with express in Node.js.
-- [openwhisk v3.11.0](https://www.npmjs.com/package/openwhisk) - JavaScript client library for the OpenWhisk platform. Provides a wrapper around the OpenWhisk APIs.
+- [openwhisk v3.12.0](https://www.npmjs.com/package/openwhisk) - JavaScript client library for the OpenWhisk platform. Provides a wrapper around the OpenWhisk APIs.
 - [pkgcloud v1.4.0](https://www.npmjs.com/package/pkgcloud) - pkgcloud is a standard library for Node.js that abstracts away differences among multiple cloud providers.
 - [process v0.11.9](https://www.npmjs.com/package/process) - Require('process'); just like any other module.
 - [pug v2.0.0-beta6](https://www.npmjs.com/package/pug) - Implements the Pug templating language.
@@ -271,7 +271,7 @@ The Node.js version 8.9.3 environment is used if the `--kind` flag is explicitly
 
 The following packages are pre-installed in the Node.js version 8.9.3 environment:
 
-- [openwhisk v3.11.0](https://www.npmjs.com/package/openwhisk) - JavaScript client library for the OpenWhisk platform. Provides a wrapper around the OpenWhisk APIs.
+- [openwhisk v3.12.0](https://www.npmjs.com/package/openwhisk) - JavaScript client library for the OpenWhisk platform. Provides a wrapper around the OpenWhisk APIs.
 
 ### Packaging npm packages with your actions
 For any `npm` packages that are not pre-installed in the Node.js environment, you can bundle them as dependencies when you create or update your action.

-- 
To stop receiving notification emails like this one, please contact
rabbah@apache.org.