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.git
The following commit(s) were added to refs/heads/master by this push:
new c045b42 Use "latest" as default tag for apigateway (#4087)
c045b42 is described below
commit c045b420f71b170f8a0c8e416d8cb19ea2c8e571
Author: David Grove <[email protected]>
AuthorDate: Fri Nov 23 16:33:30 2018 -0500
Use "latest" as default tag for apigateway (#4087)
---
ansible/group_vars/all | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ansible/group_vars/all b/ansible/group_vars/all
index 0329c09..85ee6ff 100755
--- a/ansible/group_vars/all
+++ b/ansible/group_vars/all
@@ -258,7 +258,8 @@ apigateway:
api: 9000
api_secure: 443
mgmt: 9001
- version: 0.9.10
+ # apigateway is an Apahce OpenWhisk project, so default to latest
+ version: latest
redis:
version: 4.0