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/08 20:04:20 UTC

[incubator-openwhisk-runtime-nodejs] branch master updated: update Changelogs for PR #73 (#77)

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 67f66ba  update Changelogs for PR #73 (#77)
67f66ba is described below

commit 67f66bab50ca1a0bafd26de4875283f213d44a99
Author: Eric Weiterman <ew...@us.ibm.com>
AuthorDate: Wed Aug 8 16:04:18 2018 -0400

    update Changelogs for PR #73 (#77)
---
 core/nodejs6Action/CHANGELOG.md | 5 +++++
 core/nodejs8Action/CHANGELOG.md | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/core/nodejs6Action/CHANGELOG.md b/core/nodejs6Action/CHANGELOG.md
index 369a5b9..e986414 100644
--- a/core/nodejs6Action/CHANGELOG.md
+++ b/core/nodejs6Action/CHANGELOG.md
@@ -19,6 +19,11 @@
 
 # NodeJS 6 OpenWhisk Runtime Container
 
+## 1.11.1
+Change: Update runtime to put runtime npm modules at root level, user npm modules at container invocation level
+
+- Don't override runtime npm packages when user provides their own [#73](https://github.com/apache/incubator-openwhisk-runtime-nodejs/pull/73/files)
+
 ## 1.11.0
 Change: Update runtime to work in concurrent mode
 
diff --git a/core/nodejs8Action/CHANGELOG.md b/core/nodejs8Action/CHANGELOG.md
index 9cb6d84..b947b26 100644
--- a/core/nodejs8Action/CHANGELOG.md
+++ b/core/nodejs8Action/CHANGELOG.md
@@ -19,6 +19,11 @@
 
 # NodeJS 8 OpenWhisk Runtime Container
 
+## 1.8.1
+Change: Update runtime to put runtime npm modules at root level, user npm modules at container invocation level
+
+- Don't override runtime npm packages when user provides their own [#73](https://github.com/apache/incubator-openwhisk-runtime-nodejs/pull/73/files)
+
 ## 1.8.0
 Change: Update runtime to work in concurrent mode