Skip to content

Commit e7fce99

Browse files
authored
update changelogs and notice for 1.20 release (#219)
1 parent fff64bc commit e7fce99

File tree

5 files changed

+11
-13
lines changed

5 files changed

+11
-13
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-2021 The Apache Software Foundation
2+
Copyright 2016-2022 The Apache Software Foundation
33

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

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 14.17.2 (`nodejs:14` & `openwhisk/action-nodejs-v14`)
30-
- Node.js 16.13.1 (`nodejs:16` & `openwhisk/action-nodejs-v16`)
29+
- Node.js 14.19 (`nodejs:14` & `openwhisk/action-nodejs-v14`)
30+
- Node.js 16.15 (`nodejs:16` & `openwhisk/action-nodejs-v16`)
3131

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

core/nodejs14Action/CHANGELOG.md

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

2020
# NodeJS 14 OpenWhisk Runtime Container
2121

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

2727
# Apache 1.19
2828
- Remove Node.js 10 support

core/nodejs16Action/CHANGELOG.md

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

2020
# NodeJS 16 OpenWhisk Runtime Container
2121

22-
# Next Release
23-
24-
Changes:
22+
# Apache 1.20
2523
- Initial release with support for Node.js v1.16
2624

27-
Node.js version = [16.13.1](https://nodejs.org/en/blog/release/v16.13.1/)
28-
OpenWhisk version = [OpenWhisk v3.21.2](https://www.npmjs.com/package/openwhisk)
25+
Node.js version = [16.15.0](https://nodejs.org/en/blog/release/v16.15.0/)
26+
OpenWhisk version = [OpenWhisk v3.21.6](https://www.npmjs.com/package/openwhisk)

core/nodejs16Action/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
FROM node:16.14-bullseye
18+
FROM node:16.15-bullseye
1919

2020
# Initial update and some basics.
2121
#

0 commit comments

Comments
 (0)