diff --git a/nodejs16/CHANGELOG.md b/nodejs16/CHANGELOG.md index 6191794..a254caa 100644 --- a/nodejs16/CHANGELOG.md +++ b/nodejs16/CHANGELOG.md @@ -7,6 +7,18 @@ - Mongodb drivers have been upgraded to version 4 please check the [Upgrade Guide](https://github.com/mongodb/node-mongodb-native/blob/HEAD/docs/CHANGES_4.0.0.md) - The `redis` package has been updated to version 4 please check the [Migration Guide](https://github.com/redis/node-redis/blob/HEAD/docs/v3-to-v4.md) +# 1.0.4 + Changes: + - Update base image to latest Openwhisk Tag 7e0173b + - Update openwhisk 3.21.6 -> 3.21.7 to match openwhisk/action-nodejs-v16 + + NodeJS version: + - v16.19.1 + + NodeJS packages: + - The file [package.json](package.json) lists the packages we guarantee to be included in this runtime. + Ensure that you only use packages mentioned there. Other nodejs packages might be part of this runtime, but only due to indirect dependencies of the above listed packages. These indirectly included packages are candidates to be removed at any time in case they are not required by the referring package anymore. + # 1.0.3 Changes: - Update base image to latest Tag 21de03c diff --git a/nodejs16/Dockerfile b/nodejs16/Dockerfile index f73f43b..75b20b4 100644 --- a/nodejs16/Dockerfile +++ b/nodejs16/Dockerfile @@ -1,5 +1,5 @@ -FROM openwhisk/action-nodejs-v16:21de03c +FROM openwhisk/action-nodejs-v16:7e0173b COPY ./package.json / diff --git a/nodejs16/package.json b/nodejs16/package.json index 5973260..da120b5 100644 --- a/nodejs16/package.json +++ b/nodejs16/package.json @@ -1,6 +1,6 @@ { "name": "ibm-functions-runtime-nodejs-v16", - "version": "1.0.2", + "version": "1.0.4", "description": "IBM Functions", "repository": { "type": "git", @@ -56,7 +56,7 @@ "needle": "3.0.0", "nodemailer": "6.7.3", "oauth2-server": "3.1.1", - "openwhisk": "3.21.6", + "openwhisk": "3.21.7", "path-to-regexp": "6.2.0", "pg": "8.7.3", "process": "0.11.10",