You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2023/05/05 13:06:10 UTC

[openwhisk-release] branch master updated: runtime-nodejs 1.21 config (#418)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a0b16f1  runtime-nodejs 1.21 config (#418)
a0b16f1 is described below

commit a0b16f1d5b56fd17362eeba3cc271be85a283d94
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri May 5 09:06:04 2023 -0400

    runtime-nodejs 1.21 config (#418)
---
 release-configs/runtime-nodejs-1.21.0.config | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/release-configs/runtime-nodejs-1.21.0.config b/release-configs/runtime-nodejs-1.21.0.config
new file mode 100644
index 0000000..122b681
--- /dev/null
+++ b/release-configs/runtime-nodejs-1.21.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.21.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-nodejs"
+  ],
+  "openwhisk_runtime_nodejs": {
+    "name": "OpenWhisk Runtime Node.js",
+    "hash": "d56214973007c9b1ae36450ec00a785f912d7022",
+    "repository": "https://github.com/apache/openwhisk-runtime-nodejs.git",
+    "branch": "master"
+  }
+}