Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit ff851f0

Browse files
authored
update nodejs 16 base image tag to 7e0173b (#259)
Update package json openwhisk 3.21.6 -> 3.21.7 to match initial package.json Checks all passed
1 parent 909ac9f commit ff851f0

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

nodejs16/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
77
- 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)
88
- 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)
99

10+
# 1.0.4
11+
Changes:
12+
- Update base image to latest Openwhisk Tag 7e0173b
13+
- Update openwhisk 3.21.6 -> 3.21.7 to match openwhisk/action-nodejs-v16
14+
15+
NodeJS version:
16+
- v16.19.1
17+
18+
NodeJS packages:
19+
- The file [package.json](package.json) lists the packages we guarantee to be included in this runtime.
20+
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.
21+
1022
# 1.0.3
1123
Changes:
1224
- Update base image to latest Tag 21de03c

nodejs16/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM openwhisk/action-nodejs-v16:21de03c
2+
FROM openwhisk/action-nodejs-v16:7e0173b
33

44
COPY ./package.json /
55

nodejs16/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ibm-functions-runtime-nodejs-v16",
3-
"version": "1.0.2",
3+
"version": "1.0.4",
44
"description": "IBM Functions",
55
"repository": {
66
"type": "git",
@@ -56,7 +56,7 @@
5656
"needle": "3.0.0",
5757
"nodemailer": "6.7.3",
5858
"oauth2-server": "3.1.1",
59-
"openwhisk": "3.21.6",
59+
"openwhisk": "3.21.7",
6060
"path-to-regexp": "6.2.0",
6161
"pg": "8.7.3",
6262
"process": "0.11.10",

0 commit comments

Comments
 (0)