File tree Expand file tree Collapse file tree 8 files changed +35
-8
lines changed Expand file tree Collapse file tree 8 files changed +35
-8
lines changed Original file line number Diff line number Diff line change 1
1
Apache OpenWhisk Runtime Node.js
2
- Copyright 2016-2019 The Apache Software Foundation
2
+ Copyright 2016-2020 The Apache Software Foundation
3
3
4
4
This product includes software developed at
5
5
The Apache Software Foundation (http://www.apache.org/).
Original file line number Diff line number Diff line change 19
19
20
20
# NodeJS 10 OpenWhisk Runtime Container
21
21
22
- ## Apache 1.13 (next release)
22
+ ## Apache 1.15
23
+ Changes:
24
+ - Update Node.js
25
+ - Update openwhisk npm package
26
+ - Support for __ OW_ACTION_VERSION (openwhisk/4761)
27
+
28
+ Node.js version = [ 10.19.0] ( https://nodejs.org/en/blog/release/v10.19.0/ )
29
+ openwhisk version = [ openwhisk v3.21.1] ( https://www.npmjs.com/package/openwhisk )
30
+
31
+ ## Apache 1.13
23
32
Changes:
24
33
- Initial version with NodejS10 LTS
25
34
- Node.js version = [ 10.16.3] ( https://nodejs.org/en/blog/release/v10.16.3/ )
Original file line number Diff line number Diff line change 8
8
},
9
9
"license" : " Apache-2.0" ,
10
10
"dependencies" : {
11
- "openwhisk" : " 3.18.0 " ,
11
+ "openwhisk" : " 3.21.1 " ,
12
12
"body-parser" : " 1.18.3" ,
13
13
"express" : " 4.16.4" ,
14
14
"serialize-error" : " 3.0.0" ,
Original file line number Diff line number Diff line change 19
19
20
20
# NodeJS 12 OpenWhisk Runtime Container
21
21
22
- ## Apache 1.14 (next release)
22
+ ## Apache 1.15
23
+ Changes:
24
+ - Update Node.js
25
+ - Update openwhisk npm package
26
+ - Support for __ OW_ACTION_VERSION (openwhisk/4761)
27
+
28
+ Node.js version = [ 12.15.0] ( https://nodejs.org/en/blog/release/v12.15.0/ )
29
+ openwhisk version = [ openwhisk v3.21.1] ( https://www.npmjs.com/package/openwhisk )
30
+
31
+ ## Apache 1.14
23
32
Changes:
24
33
- Adding Nodejs version 12
25
34
- Node.js version = [ 12.8.1] ( https://nodejs.org/en/blog/release/v12.8.1/ )
Original file line number Diff line number Diff line change 8
8
},
9
9
"license" : " Apache-2.0" ,
10
10
"dependencies" : {
11
- "openwhisk" : " 3.18.0 " ,
11
+ "openwhisk" : " 3.21.1 " ,
12
12
"body-parser" : " 1.18.3" ,
13
13
"express" : " 4.16.4" ,
14
14
"serialize-error" : " 3.0.0" ,
Original file line number Diff line number Diff line change 19
19
20
20
# NodeJS 6 OpenWhisk Runtime Container
21
21
22
- ## Apache 1.13 (next release)
22
+ ## Apache 1.13
23
23
Changes:
24
24
- Update Node.js
25
25
- Update openwhisk npm package
Original file line number Diff line number Diff line change 19
19
20
20
# NodeJS 8 OpenWhisk Runtime Container
21
21
22
- ## Apache 1.13 (next release)
22
+ ## Apache 1.15
23
+ Changes:
24
+ - Update Node.js
25
+ - Update openwhisk npm package
26
+ - Support for __ OW_ACTION_VERSION (openwhisk/4761)
27
+
28
+ Node.js version = [ 8.17.0] ( https://nodejs.org/en/blog/release/v8.17.0/ )
29
+ openwhisk version = [ openwhisk v3.21.1] ( https://www.npmjs.com/package/openwhisk )
30
+
31
+ ## Apache 1.13
23
32
Changes:
24
33
- Update Node.js
25
34
- Update openwhisk npm package
Original file line number Diff line number Diff line change 8
8
},
9
9
"license" : " Apache-2.0" ,
10
10
"dependencies" : {
11
- "openwhisk" : " 3.18.0 " ,
11
+ "openwhisk" : " 3.21.1 " ,
12
12
"body-parser" : " 1.18.2" ,
13
13
"express" : " 4.16.2" ,
14
14
"serialize-error" : " 3.0.0" ,
You can’t perform that action at this time.
0 commit comments