Skip to content

Commit 501b4c4

Browse files
dgrove-ossrabbah
authored andcommitted
update CHANGELOG and README for 1.19 release
1 parent ea0f288 commit 501b4c4

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ This repository contains sources files needed to build the Node.js runtimes for
2626

2727
The following Node.js runtime versions (with kind & image labels) are generated by the build system:
2828

29-
- Node.js 12.22.1 (`nodejs:12` & `openwhisk/action-nodejs-v12`)
30-
- Node.js 14.16.1 (`nodejs:14` & `openwhisk/action-nodejs-v14`)
29+
- Node.js 12.22.2 (`nodejs:12` & `openwhisk/action-nodejs-v12`)
30+
- Node.js 14.17.2 (`nodejs:14` & `openwhisk/action-nodejs-v14`)
3131

3232
This README documents the build, customisation and testing of these runtime images.
3333

core/nodejs12Action/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,13 @@
1919

2020
# NodeJS 12 OpenWhisk Runtime Container
2121

22-
# Next Release
22+
# Apache 1.19
23+
- Remove Node.js 10 support
24+
- Update Node to 14.17.2 and 12.22.2 (#197)
25+
- Resolve akka versions explicitly. (#198)
26+
2327
Node.js version = [12.22.2](https://nodejs.org/en/blog/release/v12.22.2/)
28+
OpenWhisk version = [OpenWhisk v3.21.4](https://www.npmjs.com/package/openwhisk)
2429

2530
# Apache 1.18
2631
- Update to openwhisk-client-js 3.21.4 (#194)

core/nodejs14Action/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,13 @@
1919

2020
# NodeJS 14 OpenWhisk Runtime Container
2121

22-
# Next Release
22+
# Apache 1.19
23+
- Remove Node.js 10 support
24+
- Update Node to 14.17.2 and 12.22.2 (#197)
25+
- Resolve akka versions explicitly. (#198)
26+
2327
Node.js version = [14.17.2](https://nodejs.org/en/blog/release/v14.17.2/)
28+
OpenWhisk version = [OpenWhisk v3.21.4](https://www.npmjs.com/package/openwhisk)
2429

2530
# Apache 1.18
2631
- Update to openwhisk-client-js 3.21.4 (#194)

0 commit comments

Comments
 (0)