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 2020/08/04 13:52:41 UTC

[openwhisk-release] branch master updated: nodejs 1.16 and dotnet 1.15 release configs (#338)

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 ad4ad51  nodejs 1.16 and dotnet 1.15 release configs (#338)
ad4ad51 is described below

commit ad4ad511c78f067d008faa3433e42a61ae1f07ff
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Tue Aug 4 09:52:24 2020 -0400

    nodejs 1.16 and dotnet 1.15 release configs (#338)
---
 release-configs/runtime-dotnet-1.15.0.config | 15 +++++++++++++++
 release-configs/runtime-nodejs-1.16.0.config | 15 +++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/release-configs/runtime-dotnet-1.15.0.config b/release-configs/runtime-dotnet-1.15.0.config
new file mode 100644
index 0000000..e6a1e65
--- /dev/null
+++ b/release-configs/runtime-dotnet-1.15.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.15.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-dotnet"
+  ],
+  "openwhisk_runtime_dotnet": {
+    "name": "OpenWhisk Runtime Dotnet",
+    "hash": "5c23d6c6c5bf48486fe537befb0f8b00a908a36f",
+    "repository": "https://github.com/apache/openwhisk-runtime-dotnet.git",
+    "branch": "master"
+  }
+}
diff --git a/release-configs/runtime-nodejs-1.16.0.config b/release-configs/runtime-nodejs-1.16.0.config
new file mode 100644
index 0000000..3d39913
--- /dev/null
+++ b/release-configs/runtime-nodejs-1.16.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.16.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-nodejs"
+  ],
+  "openwhisk_runtime_nodejs": {
+    "name": "OpenWhisk Runtime Node.js",
+    "hash": "d96aee7495b26c872fe4aef01863be58d1162709",
+    "repository": "https://github.com/apache/openwhisk-runtime-nodejs.git",
+    "branch": "master"
+  }
+}