You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/09/18 22:23:29 UTC

[GitHub] mrutkows opened a new issue #507: 'version' key is mandatory for 'package' key only; optional for Actions

mrutkows opened a new issue #507: 'version' key is mandatory for 'package' key only; optional for Actions
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/507
 
 
   Previously, the spec. supported a version for all which entities.  However, I found via testing that we do not enforce any checks (beyond the YAML parser) on the 'version' key/field.
   
   Because we have nothing enforced (and seeing how users are using this field), we have adjusted the spec. to match user expectations in v0.8.9 of the spec. as follows:
   
   1) version is a mandatory field for 'package'
   2) version is an optional key for 'action'
   3) version is "not supported" or "invalid" for any other entity (e.g., Rule, Trigger) at this time
 
----------------------------------------------------------------
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