Skip to content

Commit 1e10782

Browse files
dgrove-ossrabbah
authored andcommitted
update README and CHANGELOG for 1.18 release
1 parent 798b213 commit 1e10782

4 files changed

Lines changed: 27 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ 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 10.23.0 (`nodejs:10` & `openwhisk/action-nodejs-v10`)
30-
- Node.js 12.19.1 (`nodejs:12` & `openwhisk/action-nodejs-v12`)
31-
- Node.js 14.15.1 (`nodejs:14` & `openwhisk/action-nodejs-v14`)
29+
- Node.js 10.24.1 (`nodejs:10` & `openwhisk/action-nodejs-v10`)
30+
- Node.js 12.22.1 (`nodejs:12` & `openwhisk/action-nodejs-v12`)
31+
- Node.js 14.16.1 (`nodejs:14` & `openwhisk/action-nodejs-v14`)
3232

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

core/nodejs10Action/CHANGELOG.md

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

2020
# NodeJS 10 OpenWhisk Runtime Container
2121

22-
# Next Release
22+
# Apache 1.18
23+
- Update to openwhisk-client-js 3.21.4 (#194)
24+
- Constraint all transitive akka-* dependencies (#195)
25+
- Update NodeJs to gather fixes (#192)
26+
- Update NodeJs to gather fixes (#188)
27+
- Update from source build. (#187)
28+
- Update NodeJs to gather fixes (#186)
29+
2330
Node.js version = [10.24.1](https://nodejs.org/en/blog/release/v10.24.1/)
2431
OpenWhisk version = [OpenWhisk v3.21.4](https://www.npmjs.com/package/openwhisk)
2532

core/nodejs12Action/CHANGELOG.md

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

2020
# NodeJS 12 OpenWhisk Runtime Container
2121

22-
# Next Release
22+
# Apache 1.18
23+
- Update to openwhisk-client-js 3.21.4 (#194)
24+
- Constraint all transitive akka-* dependencies (#195)
25+
- Update NodeJs to gather fixes (#192)
26+
- Update NodeJs to gather fixes (#188)
27+
- Update from source build. (#187)
28+
- Update NodeJs to gather fixes (#186)
29+
2330
Node.js version = [12.22.1](https://nodejs.org/en/blog/release/v12.22.1/)
2431
OpenWhisk version = [OpenWhisk v3.21.4](https://www.npmjs.com/package/openwhisk)
2532

core/nodejs14Action/CHANGELOG.md

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

2020
# NodeJS 14 OpenWhisk Runtime Container
2121

22-
# Next Release
22+
# Apache 1.18
23+
- Update to openwhisk-client-js 3.21.4 (#194)
24+
- Constraint all transitive akka-* dependencies (#195)
25+
- Update NodeJs to gather fixes (#192)
26+
- Update NodeJs to gather fixes (#188)
27+
- Update from source build. (#187)
28+
- Update NodeJs to gather fixes (#186)
29+
2330
Node.js version = [14.16.1](https://nodejs.org/en/blog/release/v14.16.1/)
2431
OpenWhisk version = [OpenWhisk v3.21.4](https://www.npmjs.com/package/openwhisk)
2532

0 commit comments

Comments
 (0)