You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2019/08/22 13:28:30 UTC

[openwhisk-runtime-nodejs] branch master updated: consume latest nodejs security fixes (#148)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new cb58782  consume latest nodejs security fixes (#148)
cb58782 is described below

commit cb58782aacdb3910eca81f1e2f95caaff8ba1c68
Author: Martin Henke <ma...@web.de>
AuthorDate: Thu Aug 22 15:28:25 2019 +0200

    consume latest nodejs security fixes (#148)
---
 README.md                              | 6 +++---
 core/nodejs10Action/CHANGELOG.md       | 1 +
 core/nodejs10Action/Dockerfile         | 2 +-
 core/nodejs10Action/knative/Dockerfile | 2 +-
 core/nodejs12Action/CHANGELOG.md       | 2 ++
 core/nodejs12Action/Dockerfile         | 2 +-
 core/nodejs8Action/CHANGELOG.md        | 2 +-
 core/nodejs8Action/Dockerfile          | 2 +-
 core/nodejs8Action/knative/Dockerfile  | 2 +-
 9 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index baa584a..8871795 100644
--- a/README.md
+++ b/README.md
@@ -27,9 +27,9 @@ This repository contains sources files needed to build the Node.js runtimes for
 The following Node.js runtime versions (with kind & image labels) are generated by the build system:
 
 - Node.js 6.17.1 (`nodejs:6  ` & `openwhisk/nodejs6action`)
-- Node.js 8.16.0 (`nodejs:8` & `openwhisk/action-nodejs-v8`)
-- Node.js 10.15.3 (`nodejs:10` &  `openwhisk/action-nodejs-v10`)
-- Node.js 12.1.0 (`nodejs:12` & `openwhisk/action-nodejs-v12`)
+- Node.js 8.16.1 (`nodejs:8` & `openwhisk/action-nodejs-v8`)
+- Node.js 10.16.3 (`nodejs:10` &  `openwhisk/action-nodejs-v10`)
+- Node.js 12.8.1 (`nodejs:12` & `openwhisk/action-nodejs-v12`)
 
 This README documents the build, customisation and testing of these runtime images.
 
diff --git a/core/nodejs10Action/CHANGELOG.md b/core/nodejs10Action/CHANGELOG.md
index 9ed2a2c..5c36227 100644
--- a/core/nodejs10Action/CHANGELOG.md
+++ b/core/nodejs10Action/CHANGELOG.md
@@ -22,6 +22,7 @@
 ## Apache 1.13 (next release)
 Changes:
 - Initial version with NodejS10 LTS
+- Node.js version = [10.16.3](https://nodejs.org/en/blog/release/v10.16.3/)
 
 - [openwhisk v3.18.0](https://www.npmjs.com/package/openwhisk) - JavaScript client library for the OpenWhisk platform. Provides a wrapper around the OpenWhisk APIs.
 
diff --git a/core/nodejs10Action/Dockerfile b/core/nodejs10Action/Dockerfile
index 9ec24ff..9d7259b 100644
--- a/core/nodejs10Action/Dockerfile
+++ b/core/nodejs10Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:10.15.3-stretch
+FROM node:10.16.3-stretch
 RUN apt-get update && apt-get install -y \
     imagemagick \
     graphicsmagick \
diff --git a/core/nodejs10Action/knative/Dockerfile b/core/nodejs10Action/knative/Dockerfile
index b1299cc..1011f52 100644
--- a/core/nodejs10Action/knative/Dockerfile
+++ b/core/nodejs10Action/knative/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:10.15.3-stretch
+FROM node:10.16.3-stretch
 RUN apt-get update && apt-get install -y \
     imagemagick \
     graphicsmagick \
diff --git a/core/nodejs12Action/CHANGELOG.md b/core/nodejs12Action/CHANGELOG.md
index 809c13c..8567f0f 100644
--- a/core/nodejs12Action/CHANGELOG.md
+++ b/core/nodejs12Action/CHANGELOG.md
@@ -22,6 +22,8 @@
 ## Apache 1.14 (next release)
 Changes:
 - Adding Nodejs version 12
+- Node.js version = [12.8.1](https://nodejs.org/en/blog/release/v12.8.1/)
+
 - [openwhisk v3.18.0](https://www.npmjs.com/package/openwhisk) - JavaScript client library for the OpenWhisk platform. Provides a wrapper around the OpenWhisk APIs.
 
 Node.js version = [12.1.0](https://nodejs.org/en/blog/release/v12.1.0/)
diff --git a/core/nodejs12Action/Dockerfile b/core/nodejs12Action/Dockerfile
index 422bda1..def691d 100644
--- a/core/nodejs12Action/Dockerfile
+++ b/core/nodejs12Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:12.1.0-stretch
+FROM node:12.8.1-stretch
 RUN apt-get update && apt-get install -y \
     imagemagick \
     graphicsmagick \
diff --git a/core/nodejs8Action/CHANGELOG.md b/core/nodejs8Action/CHANGELOG.md
index c7d0989..128ca92 100644
--- a/core/nodejs8Action/CHANGELOG.md
+++ b/core/nodejs8Action/CHANGELOG.md
@@ -26,7 +26,7 @@ Changes:
 
 - [openwhisk v3.18.0](https://www.npmjs.com/package/openwhisk) - JavaScript client library for the OpenWhisk platform. Provides a wrapper around the OpenWhisk APIs.
 
-Node.js version = [8.16.0](https://nodejs.org/en/blog/release/v8.16.0/)
+Node.js version = [8.16.1](https://nodejs.org/en/blog/release/v8.16.1/)
 
 ## 1.9.0 (Apache 1.12)
 Change: Update openwhisk npm package from `3.16.0` to `3.17.0`
diff --git a/core/nodejs8Action/Dockerfile b/core/nodejs8Action/Dockerfile
index a1f15ff..b0a256d 100644
--- a/core/nodejs8Action/Dockerfile
+++ b/core/nodejs8Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:8.16.0
+FROM node:8.16.1
 RUN apt-get update && apt-get install -y \
     imagemagick \
     graphicsmagick \
diff --git a/core/nodejs8Action/knative/Dockerfile b/core/nodejs8Action/knative/Dockerfile
index f7ccaff..f9dcf8d 100644
--- a/core/nodejs8Action/knative/Dockerfile
+++ b/core/nodejs8Action/knative/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:8.16.0
+FROM node:8.16.1
 RUN apt-get update && apt-get install -y \
     imagemagick \
     graphicsmagick \