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

Commit d1f6a27

Browse files
authored
Update nodejs20 parent image to latest Openwhisk Tag 110a0f4. (#286)
- Update nodejs20 parent image to latest Openwhisk Tag 110a0f4 to continue receiving vulnerability fixes.
1 parent 0f71b6a commit d1f6a27

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

nodejs20/CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
1-
# IBM Functions NodeJS 16 Runtime Container
1+
# IBM Functions NodeJS 20 Runtime Container
22

33
## Migrating from `nodejs:16` to `nodejs:20`
44
Some of the packages have been updated to the latest version and might contain breaking changes please check that the packages you use are still working as expected all supported packages are refrenced in the [package.json](nodejs20/package.json).
55

66
- The `@ibm-cloud/cloudant` package has been updated from 0.3.x to 0.5.x and contains breaking changes check the Repository for changes [cloudant-node-sdk](https://github.com/IBM/cloudant-node-sdk)
7+
8+
# 1.4.0
9+
Changes:
10+
- Update parent image to latest Openwhisk Tag 110a0f4
11+
- Update package openwhisk from 3.21.7 to 3.21.8
12+
13+
NodeJS version:
14+
- v20.11.1
15+
16+
NPM version:
17+
- v10.2.4
18+
19+
NodeJS packages:
20+
- The file [package.json](package.json) lists the packages we guarantee to be included in this runtime.
21+
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.
22+
723
# 1.3.0
824
Changes:
925
- Update base image to latest Openwhisk Tag 08763c2

nodejs20/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-v20:08763c2
2+
FROM openwhisk/action-nodejs-v20:110a0f4
33

44
COPY ./package.json /
55

nodejs20/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"gm": "1.25.0",
3838
"got": "13.0.0",
3939
"ibm-cos-sdk": "1.13.1",
40-
"ibm_db": "3.2.1",
40+
"ibm_db": "3.2.1",
4141
"ibm-watson": "8.0.0",
4242
"iconv-lite": "0.6.3",
4343
"jest": "29.6.1",
@@ -56,7 +56,7 @@
5656
"needle": "3.2.0",
5757
"nodemailer": "6.9.4",
5858
"oauth2-server": "3.1.1",
59-
"openwhisk": "3.21.7",
59+
"openwhisk": "3.21.8",
6060
"path-to-regexp": "6.2.1",
6161
"pg": "8.11.1",
6262
"process": "0.11.10",

0 commit comments

Comments
 (0)