You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2021/07/03 23:09:07 UTC

[openwhisk-release] branch master updated: config for runtime-nodejs 1.18.0 (#394)

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

rabbah 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 f672556  config for runtime-nodejs 1.18.0 (#394)
f672556 is described below

commit f672556d1fbf825a1ea0a402422e21887c18e1fd
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Sat Jul 3 19:09:01 2021 -0400

    config for runtime-nodejs 1.18.0 (#394)
---
 release-configs/runtime-nodejs-1.18.0.config | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

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