Releases: DataDog/ansible-datadog
Releases · DataDog/ansible-datadog
3.1.0 / 2019-08-30
- [FEATURE] Trust new RPM key on SUSE. See #203.
- [IMPROVEMENT] Windows: Add the ability to specify the 'ddagentuser' name and password in the configuration.
- [FEATURE] Add 'pre_task' and 'post_task' folder for custom user tasks.
3.0.0 / 2019-05-17
- [FEATURE] On Linux: you can now add the Agent's user to additionnal groups.
- [DEPRECATION] Bumping this minimum supported Ansible version from 2.2 to 2.5 (version prior from 2.5 are EOL).
- [IMPROVEMENT] Use 'include_tasks' instead of 'include' which bump minimum ansible version to 2.4 (thanks to @rouge8).
- [FIX] Make sure the Live Process agent and APM agent aren't started when datadog_enabled is set to false (thanks to @pdecat).
2.6.0 / 2019-03-05
- [FEATURE] Add support for managing Windows hosts.
2.5.0 / 2019-02-12
[IMPROVEMENT] Allow the use of a backup keyserver for apt in case the main one is down.
[IMPROVEMENT] Fix configuration items order to be the same between playbook runs (thanks to @jpiron).
2.4.0 / 2018-10-25
- [FEATURE] Add support for "site" configuration.
- [IMPROVEMENT] Add retry policy when failing to pull GPG key from keyserver.ubuntu.com
2.2.0 / 2018-06-06
- [DEPRECATION] Drop support for EOL platform
- [IMPROVEMENT] Harmonize tasks names between agent5 and agent6 (thanks @xp-1000).
2.1.0 / 2018-05-14
- [FEATURE] Support "--check" Ansible option for dry-run.
- [BUGFIX] Fix downgrade on centos.
- [IMPROVEMENT] Update conf paths to respect agent6 best practice (thanks @dbr1993).
- [IMPROVEMENT] Fix YAML cosmetics: standardize syntax everywhere (thanks @tomgoren).
- [DEPRECATION] Drop support for EOL versions of ansible (<2.2).
2.0.3 / 2018-04-13
- [BUGFIX] Removing legacy http apt repos pre-dating usage of HTTPS. See #116
2.0.2 / 2018-03-27
- [BUGFIX] Remove empty brackets from datadog.yaml when datadog_config is empty. See #107
2.0.1 / 2018-03-05
- [BUGFIX] Remove failing import of expired APT key. See #105