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/11/23 21:33:31 UTC

[GitHub] rabbah closed pull request #4087: Use `latest` as default tag for apigateway

rabbah closed pull request #4087: Use `latest` as default tag for apigateway
URL: https://github.com/apache/incubator-openwhisk/pull/4087
 
 
   

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/ansible/group_vars/all b/ansible/group_vars/all
index 8265c4a1c1..a80325307c 100755
--- a/ansible/group_vars/all
+++ b/ansible/group_vars/all
@@ -256,7 +256,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: 3.2


 

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