Skip to content
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
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache OpenWhisk Runtime Node.js
Copyright 2016-2022 The Apache Software Foundation
Copyright 2016-2023 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
8 changes: 7 additions & 1 deletion core/nodejs16Action/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,15 @@

# NodeJS 16 OpenWhisk Runtime Container

# Next release
# Apache 1.21
- Add tar.gz support to the nodejs runtime Proxy (#235)
- Add functionality to install modules during init (#233)
- Use openwhisk-client-js 3.21.7 (#223)
- use node:16-bullseye as base image to automatically get vulnerability fixes

Node.js version = [16.20.0](https://nodejs.org/en/blog/release/v16.20.0/)
OpenWhisk version = [OpenWhisk v3.21.7](https://www.npmjs.com/package/openwhisk)

# Apache 1.20
- Initial release with support for Node.js v1.16

Expand Down
6 changes: 3 additions & 3 deletions core/nodejs18Action/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

# NodeJS 18 OpenWhisk Runtime Container

# Next Release
# Apache 1.21
- Initial release with support for Node.js v1.18

Node.js version = [18.4.0](https://nodejs.org/en/blog/release/v18.4.0/)
OpenWhisk version = [OpenWhisk v3.21.6](https://www.npmjs.com/package/openwhisk)
Node.js version = [18.16.0](https://nodejs.org/en/blog/release/v18.16.0/)
OpenWhisk version = [OpenWhisk v3.21.7](https://www.npmjs.com/package/openwhisk)