Ansible Collection for Standard Out (stdout) Application#
Changelog v1alpha1#
1.1.0#
- Rework API error handling: replace the
ErrorIndex/ErrorItemmodels with a unifiedErrorResponse, and treat HTTP 404 as "not found" during reconciliation. - Normalize
baseUrlby stripping trailing slashes. - Add the
K8sPatchOpValuemodel for typed JSON patch operation values. - Simplify the
*_topologymodules: drop thequerystate and therecurse/name/namespaceoptions (topology is retrieved viastate: presentwith a resource definition). - Make the resource
descriptionfield optional. - Regenerate modules from the EDA 26.4 application specifications.
1.0.1#
- Make
baseUrlandauthTokenoptional whencronlyoperation is used against the resource. - Fix optionality of the arguments in the module documentation.
- Fix K8s Patch operation for the resource.
1.0.0#
Initial release.