Ansible Collection for Core application#
Changelog v1#
1.1.0#
- Add modules for new core resources: alarms (
alarm,alarmdefinition,alarmpolicy),branch,clusterprovider,logoutput,nodesecurityprofile,pipelinedefinition,satelliteprofile, andtransactionpipeline. - Rework API error handling and treat HTTP 404 as "not found" during reconciliation.
- Normalize
baseUrlby stripping trailing slashes. - Add the
K8sPatchOpValuemodel for typed JSON patch operation values. - Regenerate modules from the EDA 26.4 core application specifications.
1.0.2#
- Add DHCP option 56-NTPServers to the list of allowed values.
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.
0.2.0#
- Add documentation for the top level collection fields
- Update modules for workflows and resource lists
0.1.0#
Initial Beta release.