Skip to content

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, and transactionpipeline.
  • Rework API error handling and treat HTTP 404 as "not found" during reconciliation.
  • Normalize baseUrl by stripping trailing slashes.
  • Add the K8sPatchOpValue model 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 baseUrl and authToken optional when cronly operation 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.