You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/06/11 22:06:29 UTC

[GitHub] houshengbo closed pull request #181: Add openwhisk-kube-deploy to list of release repos.

houshengbo closed pull request #181: Add openwhisk-kube-deploy to list of release repos.
URL: https://github.com/apache/incubator-openwhisk-release/pull/181
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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",


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services