Skip to content

Commit d562149

Browse files
authored
prep for 1.21 release (#236)
1 parent 2f03a58 commit d562149

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache OpenWhisk Runtime Node.js
2-
Copyright 2016-2022 The Apache Software Foundation
2+
Copyright 2016-2023 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

core/nodejs16Action/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,15 @@
1919

2020
# NodeJS 16 OpenWhisk Runtime Container
2121

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

28+
Node.js version = [16.20.0](https://nodejs.org/en/blog/release/v16.20.0/)
29+
OpenWhisk version = [OpenWhisk v3.21.7](https://www.npmjs.com/package/openwhisk)
30+
2531
# Apache 1.20
2632
- Initial release with support for Node.js v1.16
2733

core/nodejs18Action/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
# NodeJS 18 OpenWhisk Runtime Container
2121

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

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

0 commit comments

Comments
 (0)