You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by du...@apache.org on 2017/10/25 23:35:55 UTC

[incubator-openwhisk] branch master updated: update nodejs runtime to pickup openwhisk client-js 3.9.0 (#2900)

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

dubeejw 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 880bdcb  update nodejs runtime to pickup openwhisk client-js 3.9.0 (#2900)
880bdcb is described below

commit 880bdcb2172ab720b4f16730ac4f807d38b873eb
Author: Carlos Santana <cs...@gmail.com>
AuthorDate: Wed Oct 25 19:35:53 2017 -0400

    update nodejs runtime to pickup openwhisk client-js 3.9.0 (#2900)
---
 core/nodejs6Action/Dockerfile | 2 +-
 docs/reference.md             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/nodejs6Action/Dockerfile b/core/nodejs6Action/Dockerfile
index cb9683d..aa6795a 100644
--- a/core/nodejs6Action/Dockerfile
+++ b/core/nodejs6Action/Dockerfile
@@ -1,2 +1,2 @@
-FROM openwhisk/nodejs6action:1.1.0
+FROM openwhisk/nodejs6action:1.2.0
 
diff --git a/docs/reference.md b/docs/reference.md
index 3c1c523..89d0966 100644
--- a/docs/reference.md
+++ b/docs/reference.md
@@ -233,7 +233,7 @@ The following packages are available to be used in the Node.js 6.11.4 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.3.2](https://www.npmjs.com/package/openwhisk) - JavaScript client library for the OpenWhisk platform. Provides a wrapper around the OpenWhisk APIs.
+- [openwhisk v3.9.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.

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].