Skip to content

Ansible Collection for InfluxDB application#

Changelog v1alpha1#

1.1.0#

  • Rework API error handling: replace the ErrorIndex/ErrorItem models with a unified ErrorResponse, 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.
  • Simplify the *_topology modules: drop the query state and the recurse/name/namespace options (topology is retrieved via state: present with a resource definition).
  • Make the resource description field optional.
  • Regenerate modules from the EDA 26.4 application specifications.

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.