Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions nodejs20/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@

- 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)

# 1.1.0
Changes:
- Update base image to latest Openwhisk Tag c60a667

NodeJS version:
- v20.7.0

NPM version:
- v10.1.0

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.0

NodeJS version:
Expand Down
2 changes: 1 addition & 1 deletion nodejs20/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM openwhisk/action-nodejs-v20:28ac4c0
FROM openwhisk/action-nodejs-v20:c60a667

COPY ./package.json /

Expand Down