Skip to content

Commit

Permalink
update README and CHANGELOG for 1.18 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored and rabbah committed Jul 3, 2021
1 parent 798b213 commit 1e10782
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ This repository contains sources files needed to build the Node.js runtimes for

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

- Node.js 10.23.0 (`nodejs:10` & `openwhisk/action-nodejs-v10`)
- Node.js 12.19.1 (`nodejs:12` & `openwhisk/action-nodejs-v12`)
- Node.js 14.15.1 (`nodejs:14` & `openwhisk/action-nodejs-v14`)
- Node.js 10.24.1 (`nodejs:10` & `openwhisk/action-nodejs-v10`)
- Node.js 12.22.1 (`nodejs:12` & `openwhisk/action-nodejs-v12`)
- Node.js 14.16.1 (`nodejs:14` & `openwhisk/action-nodejs-v14`)

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

Expand Down
9 changes: 8 additions & 1 deletion core/nodejs10Action/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@

# NodeJS 10 OpenWhisk Runtime Container

# Next Release
# Apache 1.18
- Update to openwhisk-client-js 3.21.4 (#194)
- Constraint all transitive akka-* dependencies (#195)
- Update NodeJs to gather fixes (#192)
- Update NodeJs to gather fixes (#188)
- Update from source build. (#187)
- Update NodeJs to gather fixes (#186)

Node.js version = [10.24.1](https://nodejs.org/en/blog/release/v10.24.1/)
OpenWhisk version = [OpenWhisk v3.21.4](https://www.npmjs.com/package/openwhisk)

Expand Down
9 changes: 8 additions & 1 deletion core/nodejs12Action/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@

# NodeJS 12 OpenWhisk Runtime Container

# Next Release
# Apache 1.18
- Update to openwhisk-client-js 3.21.4 (#194)
- Constraint all transitive akka-* dependencies (#195)
- Update NodeJs to gather fixes (#192)
- Update NodeJs to gather fixes (#188)
- Update from source build. (#187)
- Update NodeJs to gather fixes (#186)

Node.js version = [12.22.1](https://nodejs.org/en/blog/release/v12.22.1/)
OpenWhisk version = [OpenWhisk v3.21.4](https://www.npmjs.com/package/openwhisk)

Expand Down
9 changes: 8 additions & 1 deletion core/nodejs14Action/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@

# NodeJS 14 OpenWhisk Runtime Container

# Next Release
# Apache 1.18
- Update to openwhisk-client-js 3.21.4 (#194)
- Constraint all transitive akka-* dependencies (#195)
- Update NodeJs to gather fixes (#192)
- Update NodeJs to gather fixes (#188)
- Update from source build. (#187)
- Update NodeJs to gather fixes (#186)

Node.js version = [14.16.1](https://nodejs.org/en/blog/release/v14.16.1/)
OpenWhisk version = [OpenWhisk v3.21.4](https://www.npmjs.com/package/openwhisk)

Expand Down

0 comments on commit 1e10782

Please sign in to comment.