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 1570606  Add openwhisk-kube-deploy to list of release repos. (#181)
1570606 is described below

commit 157060610d61a2db966640735bce45851dd8dc32
Author: David Grove <dgrove-...@users.noreply.github.com>
AuthorDate: Mon Jun 11 18:06:27 2018 -0400

    Add openwhisk-kube-deploy to list of release repos. (#181)
---
 README.md            | 8 ++++++++
 docs/general_spec.md | 2 ++
 tools/config.json    | 6 ++++++
 3 files changed, 16 insertions(+)

diff --git a/README.md b/README.md
index 61e747d..9a934de 100644
--- a/README.md
+++ b/README.md
@@ -117,6 +117,14 @@ The following table can be used by Release Managers to get 
quickly check the sta
 <td><a 
href="https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/tools/travis/scancode.sh";>scancode.sh</a></td>
 </tr>
 <tr align="left">
+<td><a 
href="https://github.com/apache/incubator-openwhisk-deploy-kube";>incubator-openwhisk-deploy-kube</a></td>
+<td><a 
href="https://travis-ci.org/apache/incubator-openwhisk-deploy-kube/branches";><img
 
src="https://travis-ci.org/apache/incubator-openwhisk-deploy-kube.svg?branch=master";
 alt="" /></a></td>
+<td><a 
href="https://github.com/apache/incubator-openwhisk-deploy-kube/blob/master/LICENSE.txt";><img
 src="https://img.shields.io/badge/license-Apache--2.0-blue.svg"; alt="" 
/></a></td>
+<td><a 
href="https://github.com/apache/incubator-openwhisk-deploy-kube/blob/master/NOTICE.txt";>NOTICE</a></td>
+<td><a href="https://openwhisk-team.slack.com/messages/C4J3R7JFL/";><img 
src="https://img.shields.io/badge/channel-Slack-800080.svg"; alt="" /></a></td>
+<td><a 
href="https://github.com/apache/incubator-openwhisk-deploy-kube/blob/master/tools/travis/scancode.sh";>scancode.sh</a></td>
+</tr>
+<tr align="left">
 <td><a 
href="https://github.com/apache/incubator-openwhisk-runtime-nodejs";>incubator-openwhisk-runtime-nodejs</a></td>
 <td><a 
href="https://travis-ci.org/apache/incubator-openwhisk-runtime-nodejs/branches";><img
 
src="https://travis-ci.org/apache/incubator-openwhisk-runtime-nodejs.svg?branch=master";
 alt="" /></a></td>
 <td><a 
href="https://github.com/apache/incubator-openwhisk-runtime-nodejs/blob/master/LICENSE.txt";><img
 
src="https://camo.githubusercontent.com/3a4d3bc039085cffdfecbe3077ffe49c5fe23286/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4170616368652d2d322e302d626c75652e737667";
 alt="" /></a></td>
diff --git a/docs/general_spec.md b/docs/general_spec.md
index c04c089..dd9e711 100644
--- a/docs/general_spec.md
+++ b/docs/general_spec.md
@@ -63,6 +63,8 @@ We plan to release the following OpenWhisk repositories:
     - 
[incubator-openwhisk-runtime-docker](https://github.com/apache/incubator-openwhisk-runtime-docker)
 - OpenWhisk catalog: 
[incubator-openwhisk-catalog](https://github.com/apache/incubator-openwhisk-catalog)
 - OpenWhisk API gateway: 
[incubator-openwhisk-apigateway](https://github.com/apache/incubator-openwhisk-apigateway)
+- OpenWhisk deployment support:
+    - 
[incubator-openwhisk-deploy-kube](https://github.com/apache/incubator-openwhisk-deploy-kube)
 - OpenWhisk clients:
     - 
[incubator-openwhisk-client-go](https://github.com/apache/incubator-openwhisk-client-go)
     - 
[incubator-openwhisk-cli](https://github.com/apache/incubator-openwhisk-cli)
diff --git a/tools/config.json b/tools/config.json
index 97fdfff..ade5ea2 100644
--- a/tools/config.json
+++ b/tools/config.json
@@ -12,6 +12,7 @@
     "openwhisk-cli",
     "openwhisk-client-go",
     "openwhisk-catalog",
+    "openwhisk-deploy-kube",
     "openwhisk-apigateway",
     "openwhisk-runtime-nodejs",
     "openwhisk-runtime-swift",
@@ -47,6 +48,11 @@
     "repository": "https://github.com/apache/incubator-openwhisk-catalog.git";,
     "branch": "master"
   },
+  "openwhisk_deploy_kube": {
+    "hash": "7340cc9",
+    "repository": 
"https://github.com/apache/incubator-openwhisk-deploy-kube.git";,
+    "branch": "master"
+  },
   "openwhisk_apigateway": {
     "hash": "8907ab9",
     "repository": 
"https://github.com/apache/incubator-openwhisk-apigateway.git";,

-- 
To stop receiving notification emails like this one, please contact
houshen...@apache.org.

Reply via email to