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 2020/04/10 07:41:59 UTC

[openwhisk-release] branch master updated: document apigw 1.0.0 rc1 (#334)

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 56445f1  document apigw 1.0.0 rc1 (#334)
56445f1 is described below

commit 56445f14c6a1f26bbfeb7e2e205d959a1b8558d5
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri Apr 10 03:41:50 2020 -0400

    document apigw 1.0.0 rc1 (#334)
---
 release-configs/apigateway-1.0.0.config | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/release-configs/apigateway-1.0.0.config b/release-configs/apigateway-1.0.0.config
new file mode 100644
index 0000000..b9f5605
--- /dev/null
+++ b/release-configs/apigateway-1.0.0.config
@@ -0,0 +1,15 @@
+{
+  "versioning": {
+    "version": "1.0.0",
+    "pre_release_version": "rc1"
+  },
+  "RepoList": [
+    "openwhisk-apigateway"
+  ],
+  "openwhisk_apigateway": {
+    "name": "OpenWhisk API Gateway",
+    "hash": "6fb8fff3bbfaf9fd771375030c9e5a8ff9575894",
+    "repository": "https://github.com/apache/openwhisk-apigateway.git",
+    "branch": "master"
+  }
+}