You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ho...@apache.org on 2018/08/24 03:23:16 UTC

[incubator-openwhisk-release] branch master updated: Release openwhisk deploy kube for the version 0.9.0 (#233)

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

houshengbo 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 9246a4c  Release openwhisk deploy kube for the version 0.9.0 (#233)
9246a4c is described below

commit 9246a4c0132883e116cd0a81669f2a92fc38e741
Author: violagao <33...@users.noreply.github.com>
AuthorDate: Thu Aug 23 23:23:14 2018 -0400

    Release openwhisk deploy kube for the version 0.9.0 (#233)
---
 tools/config.json | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/tools/config.json b/tools/config.json
index 2da13b7..fcf4f29 100644
--- a/tools/config.json
+++ b/tools/config.json
@@ -1,6 +1,6 @@
 {
   "publish_stage": "true",
-  "update_doc": "true",
+  "update_doc": "false",
   "stage_url": "https://dist.apache.org/repos/dist/dev/incubator/openwhisk",
   "release_url": "https://dist.apache.org/repos/dist/release/incubator/openwhisk",
   "versioning": {
@@ -8,17 +8,11 @@
     "pre_release_version": "rc1"
   },
   "RepoList": [
-    "openwhisk-catalog",
-    "openwhisk-apigateway"
+    "openwhisk-deploy-kube"
   ],
-  "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",
+  "openwhisk_deploy_kube": {
+    "hash": "5344a67",
+    "repository": "https://github.com/apache/incubator-openwhisk-deploy-kube.git",
     "branch": "master"
   }
 }