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/29 17:58:01 UTC

[incubator-openwhisk-release] branch master updated: Release runtimes for the version 1.12.0 under Apache (#234)

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 c5f8679  Release runtimes for the version 1.12.0 under Apache (#234)
c5f8679 is described below

commit c5f86792b2a70215f0b2dadc6f0f43c0ee3d4af9
Author: Vincent <sh...@us.ibm.com>
AuthorDate: Wed Aug 29 13:57:59 2018 -0400

    Release runtimes for the version 1.12.0 under Apache (#234)
---
 tools/config.json | 32 ++++++++++++++++++++++++++++----
 1 file changed, 28 insertions(+), 4 deletions(-)

diff --git a/tools/config.json b/tools/config.json
index fcf4f29..7e880de 100644
--- a/tools/config.json
+++ b/tools/config.json
@@ -8,11 +8,35 @@
     "pre_release_version": "rc1"
   },
   "RepoList": [
-    "openwhisk-deploy-kube"
+    "openwhisk-runtime-nodejs",
+    "openwhisk-runtime-java",
+    "openwhisk-runtime-docker",
+    "openwhisk-runtime-php",
+    "openwhisk-runtime-python"
   ],
-  "openwhisk_deploy_kube": {
-    "hash": "5344a67",
-    "repository": "https://github.com/apache/incubator-openwhisk-deploy-kube.git",
+  "openwhisk_runtime_nodejs": {
+    "hash": "fcd42de",
+    "repository": "https://github.com/apache/incubator-openwhisk-runtime-nodejs.git",
+    "branch": "master"
+  },
+  "openwhisk_runtime_java": {
+    "hash": "7cd1789",
+    "repository": "https://github.com/apache/incubator-openwhisk-runtime-java.git",
+    "branch": "master"
+  },
+  "openwhisk_runtime_docker": {
+    "hash": "247baf5",
+    "repository": "https://github.com/apache/incubator-openwhisk-runtime-docker.git",
+    "branch": "master"
+  },
+  "openwhisk_runtime_php": {
+    "hash": "93c1871",
+    "repository": "https://github.com/apache/incubator-openwhisk-runtime-php.git",
+    "branch": "master"
+  },
+  "openwhisk_runtime_python": {
+    "hash": "ae1f013",
+    "repository": "https://github.com/apache/incubator-openwhisk-runtime-python.git",
     "branch": "master"
   }
 }