You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by pd...@apache.org on 2018/08/21 18:20:47 UTC

[incubator-openwhisk-release] branch master updated: Release Catalog and Apigateway for the version 0.9.0-incubating (#231)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 23d6c05  Release Catalog and Apigateway for the version 0.9.0-incubating (#231)
23d6c05 is described below

commit 23d6c0546afc8cd25d54c685c3e5f2a8ac776fe9
Author: Vincent <sh...@us.ibm.com>
AuthorDate: Tue Aug 21 14:20:45 2018 -0400

    Release Catalog and Apigateway for the version 0.9.0-incubating (#231)
---
 tools/config.json | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/tools/config.json b/tools/config.json
index aa6fa5c..2da13b7 100644
--- a/tools/config.json
+++ b/tools/config.json
@@ -1,18 +1,24 @@
 {
   "publish_stage": "true",
-  "update_doc": "false",
+  "update_doc": "true",
   "stage_url": "https://dist.apache.org/repos/dist/dev/incubator/openwhisk",
   "release_url": "https://dist.apache.org/repos/dist/release/incubator/openwhisk",
   "versioning": {
-    "version": "0.9.8-incubating",
+    "version": "0.9.0-incubating",
     "pre_release_version": "rc1"
   },
   "RepoList": [
-    "openwhisk-wskdeploy"
+    "openwhisk-catalog",
+    "openwhisk-apigateway"
   ],
-  "openwhisk_wskdeploy": {
-    "hash": "cd3c3c4",
-    "repository": "https://github.com/apache/incubator-openwhisk-wskdeploy.git",
+  "openwhisk_catalog": {
+    "hash": "5c4f2a8",
+    "repository": "https://github.com/apache/incubator-openwhisk-catalog.git",
+    "branch": "master"
+  },
+  "openwhisk_apigateway": {
+    "hash": "eb22ac6",
+    "repository": "https://github.com/apache/incubator-openwhisk-apigateway.git",
     "branch": "master"
   }
 }