Skip to content

Releases: DataDog/ansible-datadog

3.1.0 / 2019-08-30

30 Aug 15:56
Compare
Choose a tag to compare
  • [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

30 Aug 15:56
Compare
Choose a tag to compare
  • [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

30 Aug 15:55
Compare
Choose a tag to compare
  • [FEATURE] Add support for managing Windows hosts.

2.5.0 / 2019-02-12

30 Aug 15:54
Compare
Choose a tag to compare

[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

25 Oct 21:52
Compare
Choose a tag to compare
  • [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

06 Jun 17:35
Compare
Choose a tag to compare
  • [DEPRECATION] Drop support for EOL platform
  • [IMPROVEMENT] Harmonize tasks names between agent5 and agent6 (thanks @xp-1000).

2.1.0 / 2018-05-14

14 May 18:03
Compare
Choose a tag to compare
  • [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

13 Apr 20:42
Compare
Choose a tag to compare
  • [BUGFIX] Removing legacy http apt repos pre-dating usage of HTTPS. See #116

2.0.2 / 2018-03-27

13 Apr 20:42
Compare
Choose a tag to compare
  • [BUGFIX] Remove empty brackets from datadog.yaml when datadog_config is empty. See #107

2.0.1 / 2018-03-05

13 Apr 20:44
Compare
Choose a tag to compare
  • [BUGFIX] Remove failing import of expired APT key. See #105