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 2021/05/06 07:41:24 UTC

[GitHub] [openwhisk] Deklin commented on pull request #4986: Implement action versioning

Deklin commented on pull request #4986:
URL: https://github.com/apache/openwhisk/pull/4986#issuecomment-833305103


   Just to add some comments to this.
   It would be beneficial to be able to run an action with a @version tag as specified
   
   e.g. /helloworld@1.0.0
   
   However it is also important that /helloworld and perhaps helloworld/@latest always run the latest published version. I believe other FAAS services like fission do versioning this way and it makes contractual binding from consumers much easier.
   
   I can either point to a specific version if I am in a strictly controlled environment, or can always point to @latest to get the latest published version of the code.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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