0.5.1 - More validation, diff-update.
The version of xopera-opera
remains unchanged at 0.6.6
This release has these new additions:
- API support for
opera diff
andopera update
. - API support for
opera validate <csar>
, a split endpoint from service template validation. - The result returned by
/info
now contains all available CSAR and service template metadata.
It improves:
- The test suite now has a completely valid CSAR with complete metadata and a JSON-decoding trigger target.
- The test suite has been improved to be stricter and more sensitive to failures.
The following endpoints were deprecated pending removal in a future release:
/validate
, which performed service template diffs, is now deprecated in favour of the following two endpoints/validate/servicetemplate
for service template validation,/validate/csar
for CSAR validation.