This is an automated email from the ASF dual-hosted git repository.
rabbah 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 0bbda78 wsk-cli 0.10.0 (#245)
0bbda78 is described below
commit 0bbda786b4f0a4d84c72c687d038503b6e692f96
Author: David Grove <[email protected]>
AuthorDate: Sat Mar 16 11:17:00 2019 -0400
wsk-cli 0.10.0 (#245)
---
tools/config.json | 22 +++++++++++++++++-----
1 file changed, 17 insertions(+), 5 deletions(-)
diff --git a/tools/config.json b/tools/config.json
index 4916465..82b0e9f 100644
--- a/tools/config.json
+++ b/tools/config.json
@@ -4,15 +4,27 @@
"stage_url": "https://dist.apache.org/repos/dist/dev/incubator/openwhisk",
"release_url":
"https://dist.apache.org/repos/dist/release/incubator/openwhisk",
"versioning": {
- "version": "3.19.0-incubating",
+ "version": "0.10.0-incubating",
"pre_release_version": "rc1"
},
"RepoList": [
- "openwhisk-client-js"
+ "openwhisk-cli",
+ "openwhisk-client-go",
+ "openwhisk-wskdeploy",
],
- "openwhisk_client_js": {
- "hash": "726b982 ",
- "repository":
"https://github.com/apache/incubator-openwhisk-client-js.git",
+ "openwhisk-cli": {
+ "hash": "eaf64aef74deaf61a1eaa5d93ce1102d3d91407f",
+ "repository": "https://github.com/apache/incubator-openwhisk-cli.git",
+ "branch": "master"
+ },
+ "openwhisk-client-go": {
+ "hash": " 4286a8212a74c40d8950ee76681a67e12c9bf1a0",
+ "repository":
"https://github.com/apache/incubator-openwhisk-client-go.git",
+ "branch": "master"
+ },
+ "openwhisk-wskdeploy": {
+ "hash": "7d79fd74ca1045658196e5004f8820b67570734c",
+ "repository":
"https://github.com/apache/incubator-openwhisk-wskdeploy.git",
"branch": "master"
}
}