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/08/14 20:12:05 UTC

[incubator-openwhisk-runtime-nodejs] branch master updated: Update changelogs to pick run handler updates (#79)

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 281e78a  Update changelogs to pick run handler updates (#79)
281e78a is described below

commit 281e78aa582b6e8f4e03e94e560eedf27a4a3285
Author: Carlos Santana <cs...@apache.org>
AuthorDate: Tue Aug 14 16:12:02 2018 -0400

    Update changelogs to pick run handler updates (#79)
---
 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 e986414..97d75fe 100644
--- a/core/nodejs6Action/CHANGELOG.md
+++ b/core/nodejs6Action/CHANGELOG.md
@@ -19,6 +19,11 @@
 
 # NodeJS 6 OpenWhisk Runtime Container
 
+## 1.11.2
+Change: Update runtime to allow more environment variables
+
+- Update run handler to accept more environment variables [#78](https://github.com/apache/incubator-openwhisk-runtime-nodejs/pull/78)
+
 ## 1.11.1
 Change: Update runtime to put runtime npm modules at root level, user npm modules at container invocation level
 
diff --git a/core/nodejs8Action/CHANGELOG.md b/core/nodejs8Action/CHANGELOG.md
index b947b26..63153e1 100644
--- a/core/nodejs8Action/CHANGELOG.md
+++ b/core/nodejs8Action/CHANGELOG.md
@@ -19,6 +19,11 @@
 
 # NodeJS 8 OpenWhisk Runtime Container
 
+## 1.8.2
+Change: Update runtime to allow more environment variables
+
+- Update run handler to accept more environment variables [#78](https://github.com/apache/incubator-openwhisk-runtime-nodejs/pull/78)
+
 ## 1.8.1
 Change: Update runtime to put runtime npm modules at root level, user npm modules at container invocation level