This is an automated email from the ASF dual-hosted git repository.

lukeroy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-nodejs.git


The following commit(s) were added to refs/heads/master by this push:
     new c51a0a6  prep for 1.23.0 release (#254)
c51a0a6 is described below

commit c51a0a6b6dbeb98bb05a570129fbf32c9062ee65
Author: David Grove <[email protected]>
AuthorDate: Sun Sep 1 02:58:08 2024 -0400

    prep for 1.23.0 release (#254)
---
 NOTICE.txt                       | 2 +-
 core/nodejs18Action/CHANGELOG.md | 6 +++++-
 core/nodejs20Action/CHANGELOG.md | 8 ++++++--
 3 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/NOTICE.txt b/NOTICE.txt
index c63ea5c..cb56613 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache OpenWhisk Runtime Node.js
-Copyright 2016-2023 The Apache Software Foundation
+Copyright 2016-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/core/nodejs18Action/CHANGELOG.md b/core/nodejs18Action/CHANGELOG.md
index 9842060..f95a475 100644
--- a/core/nodejs18Action/CHANGELOG.md
+++ b/core/nodejs18Action/CHANGELOG.md
@@ -19,6 +19,10 @@
 
 # NodeJS 18 OpenWhisk Runtime Container
 
+# Apache 1.23
+- Update express from 4.17.3 to 4.19.2 (#252)
+- Use openwhisk-client-js 3.21.8 (#248)
+
 # Apache 1.22
 - Make 'npm install' during init configurable. (#240)
 - Add support for Node.js 20 (#239)
@@ -27,5 +31,5 @@
 # Apache 1.21
   - Initial release with support for Node.js v1.18
 
-Node.js version = [18.16.0](https://nodejs.org/en/blog/release/v18.16.0/)
+Node.js version = [18.20.0](https://nodejs.org/en/blog/release/v18.20.0/)
 OpenWhisk version = [OpenWhisk 
v3.21.7](https://www.npmjs.com/package/openwhisk)
diff --git a/core/nodejs20Action/CHANGELOG.md b/core/nodejs20Action/CHANGELOG.md
index b2e34ad..a9a56d1 100644
--- a/core/nodejs20Action/CHANGELOG.md
+++ b/core/nodejs20Action/CHANGELOG.md
@@ -19,8 +19,12 @@
 
 # NodeJS 20 OpenWhisk Runtime Container
 
+# Apache 1.23
+- Update express from 4.17.3 to 4.19.2 (#252)
+- Use openwhisk-client-js 3.21.8 (#248)
+
 # Apache 1.22
   - Initial release with support for Node.js v1.20
 
-Node.js version = [20.3.0](https://nodejs.org/en/blog/release/v20.3.0/)
-OpenWhisk version = [OpenWhisk 
v3.21.7](https://www.npmjs.com/package/openwhisk)
+Node.js version = [20.17.0](https://nodejs.org/en/blog/release/v20.17.0/)
+OpenWhisk version = [OpenWhisk 
v3.21.8](https://www.npmjs.com/package/openwhisk)

Reply via email to