Skip to content

Commit

Permalink
prep for 1.23.0 release (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Sep 1, 2024
1 parent 856cc91 commit c51a0a6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
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-2023 The Apache Software Foundation
Copyright 2016-2024 The Apache Software Foundation

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

# NodeJS 18 OpenWhisk Runtime Container

# Apache 1.23
- Update express from 4.17.3 to 4.19.2 (#252)
- Use openwhisk-client-js 3.21.8 (#248)

# Apache 1.22
- Make 'npm install' during init configurable. (#240)
- Add support for Node.js 20 (#239)
Expand All @@ -27,5 +31,5 @@
# Apache 1.21
- Initial release with support for Node.js v1.18

Node.js version = [18.16.0](https://nodejs.org/en/blog/release/v18.16.0/)
Node.js version = [18.20.0](https://nodejs.org/en/blog/release/v18.20.0/)
OpenWhisk version = [OpenWhisk v3.21.7](https://www.npmjs.com/package/openwhisk)
8 changes: 6 additions & 2 deletions core/nodejs20Action/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@

# NodeJS 20 OpenWhisk Runtime Container

# Apache 1.23
- Update express from 4.17.3 to 4.19.2 (#252)
- Use openwhisk-client-js 3.21.8 (#248)

# Apache 1.22
- Initial release with support for Node.js v1.20

Node.js version = [20.3.0](https://nodejs.org/en/blog/release/v20.3.0/)
OpenWhisk version = [OpenWhisk v3.21.7](https://www.npmjs.com/package/openwhisk)
Node.js version = [20.17.0](https://nodejs.org/en/blog/release/v20.17.0/)
OpenWhisk version = [OpenWhisk v3.21.8](https://www.npmjs.com/package/openwhisk)

0 comments on commit c51a0a6

Please sign in to comment.