Skip to content

Commit

Permalink
update changelogs and notice for 1.20 release (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss committed May 18, 2022
1 parent fff64bc commit e7fce99
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 13 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-2021 The Apache Software Foundation
Copyright 2016-2022 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ 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 14.17.2 (`nodejs:14` & `openwhisk/action-nodejs-v14`)
- Node.js 16.13.1 (`nodejs:16` & `openwhisk/action-nodejs-v16`)
- Node.js 14.19 (`nodejs:14` & `openwhisk/action-nodejs-v14`)
- Node.js 16.15 (`nodejs:16` & `openwhisk/action-nodejs-v16`)

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

Expand Down
8 changes: 4 additions & 4 deletions core/nodejs14Action/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@

# NodeJS 14 OpenWhisk Runtime Container

# Next Release
- Update Node to 1.19.x
Node.js version = [14.19.0](https://nodejs.org/en/blog/release/v14.19.0/)
OpenWhisk version = [OpenWhisk v3.21.4](https://www.npmjs.com/package/openwhisk)
# Apache 1.20
- Update Node to 14.19.x
Node.js version = [14.19.1](https://nodejs.org/en/blog/release/v14.19.1/)
OpenWhisk version = [OpenWhisk v3.21.6](https://www.npmjs.com/package/openwhisk)

# Apache 1.19
- Remove Node.js 10 support
Expand Down
8 changes: 3 additions & 5 deletions core/nodejs16Action/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@

# NodeJS 16 OpenWhisk Runtime Container

# Next Release

Changes:
# Apache 1.20
- Initial release with support for Node.js v1.16

Node.js version = [16.13.1](https://nodejs.org/en/blog/release/v16.13.1/)
OpenWhisk version = [OpenWhisk v3.21.2](https://www.npmjs.com/package/openwhisk)
Node.js version = [16.15.0](https://nodejs.org/en/blog/release/v16.15.0/)
OpenWhisk version = [OpenWhisk v3.21.6](https://www.npmjs.com/package/openwhisk)
2 changes: 1 addition & 1 deletion core/nodejs16Action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#

FROM node:16.14-bullseye
FROM node:16.15-bullseye

# Initial update and some basics.
#
Expand Down

0 comments on commit e7fce99

Please sign in to comment.