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 1319195  configs for catalog 0.11.0 and runtime-dotnet 1.14.0 (#310)
1319195 is described below

commit 131919555ed74e17a0c7d0781d88eba1cf3ae47e
Author: David Grove <dgrove-...@users.noreply.github.com>
AuthorDate: Sat Dec 28 13:25:04 2019 -0500

    configs for catalog 0.11.0 and runtime-dotnet 1.14.0 (#310)
---
 release-configs/catalog-0.11.0.config        | 15 +++++++++++++++
 release-configs/runtime-dotnet-1.14.0.config | 15 +++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/release-configs/catalog-0.11.0.config 
b/release-configs/catalog-0.11.0.config
new file mode 100644
index 0000000..b910d8b
--- /dev/null
+++ b/release-configs/catalog-0.11.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "0.11.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-catalog"
+  ],
+  "openwhisk_catalog": {
+    "name": "OpenWhisk Catalog",
+    "hash": " 14451a275fda747b4766f46f58c600fdd4ccb6c8",
+    "repository": "https://github.com/apache/openwhisk-catalog.git";,
+    "branch": "master"
+  }
+}
diff --git a/release-configs/runtime-dotnet-1.14.0.config 
b/release-configs/runtime-dotnet-1.14.0.config
new file mode 100644
index 0000000..fefb4c5
--- /dev/null
+++ b/release-configs/runtime-dotnet-1.14.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.14.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-runtime-dotnet"
+  ],
+  "openwhisk_runtime_dotnet": {
+    "name": "OpenWhisk Runtime Dotnet",
+    "hash": "a9b70ca4b194bb21691da0f8a4131a765ea6ab19",
+    "repository": "https://github.com/apache/openwhisk-runtime-dotnet.git";,
+    "branch": "master"
+  }
+}

Reply via email to