Skip to content

Releases: DataDog/ansible-datadog

4.2.1 / 2020-05-04

04 May 08:54
757f692
Compare
Choose a tag to compare
  • [BUGFIX] Fix error when checking custom repository file on debian-based systems. See #275.

4.2.0 / 2020-04-08

08 Apr 14:42
6d94788
Compare
Choose a tag to compare
  • [FEATURE] Ensure the start mode when starting on Windows. See #271. Thanks to @DevKyleS.
    • The Agent service will now always be started on Windows at the end of an Ansible run
      if datadog_enabled is set to true.
      Previously, if the Agent was already installed, the start mode of the existing Agent
      service was used (which meant a disabled Agent service would remain disabled
      after an Ansible run, even with datadog_enabled: true).
      If you manually disabled the Agent service and want it to remain disabled,
      set datadog_enabled to false.
  • [FEATURE] Remove old INI config files from v6/v7 configuration. See #271. Thanks to @b2jrock.
  • [FEATURE] Register result when Agent install task is run. See #268.
  • [BUGFIX] Update datadog_additional_groups task & doc. See #267.
  • [BUGFIX] Fix role idempotence on Debian. See #262. Thanks to @jharley.
  • [DOCS] README update: system-probe installation steps. See #257.
  • [DOCS] README update: minimum Ansible version & various fixes. See #264.
  • [DOCS] Documentation (README, CONTRIBUTING) overhaul. See #270.

4.1.1 / 2020-02-10

10 Feb 21:52
8ccf157
Compare
Choose a tag to compare
  • [BUGFIX] Add skip check on sysprobe set_fact tasks. See #259
  • [BUGFIX] Only try to stop sysprobe if it is installed. See #255. Thanks to @dv9io0o.

4.1.0 / 2020-01-20

20 Jan 20:21
3447b3e
Compare
Choose a tag to compare
  • [FEATURE] Fail with explicit message if OS is not supported by the role. See #247
  • [BUGFIX] Ensure that system-probe is stopped if it is disabled or not installed. See #249
  • [BUGFIX] Change default datadog_agent group to dd-agent. See #248
  • [DOCS] Update instructions to use datadog.datadog as the role name. See #246
  • [DOCS] Add development guidelines & small kitchen dev environment. See #243

4.0.1 / 2019-12-23

23 Dec 16:12
f01f5f0
Compare
Choose a tag to compare
  • [BUGFIX] Fix system-probe.yaml.j2 indent filter. See #240
  • [BUGFIX] Fix sysprobe service detection for systemd services. See #242
  • [OTHER] Improve ansible-galaxy score by following best practices. See #236
  • [OTHER] Include names for include_tasks. See #226. Thanks to @the-real-cphillips.

3.4.1 / 2019-12-23

23 Dec 16:11
4bcfae5
Compare
Choose a tag to compare
  • [BUGFIX] Fix system-probe.yaml.j2 indent filter. See #240
  • [BUGFIX] Fix sysprobe service detection for systemd services. See #242

4.0.0 / 2019-12-18

18 Dec 15:37
3787f2e
Compare
Choose a tag to compare

This role will install Agent v7 by default. Datadog Agent v7 runs checks with Python 3, so if you were running any custom checks written in Python, they must be compatible with Python 3. If you were not running any custom checks or if your custom checks are already compatible with Python 3, then it is safe to upgrade to Agent v7.

  • [MAJOR] Agent 7 support. See #220.
    • Refer to the role upgrade section of the docs for the complete list of changes and instructions to upgrade this role from v3 to v4.
  • [FEATURE] Infer major version from datadog_agent_version. See #239.
  • [FEATURE] Allow pinned version install on multiple platforms at the same time. See #235.

3.4.0 / 2019-12-18

18 Dec 10:44
Compare
Choose a tag to compare
  • [FEATURE] Reset pinned Windows version. See #234.
  • [DOCS] Add README instructions for Windows hosts. See #233.
  • [META] Update list of platforms supported by the role. See #224.

3.3.0 / 2019-11-18

18 Nov 18:22
Compare
Choose a tag to compare
  • [FEATURE] Blacklist installation of 6.14.0 and 6.14.1 on Windows.
  • [FEATURE] Run fix + sanity check script before agent install/upgrade on Windows.
  • [FEATURE] Adding support for Datadog system-probe (thanks to @jstoja).

3.2.0

02 Oct 13:13
Compare
Choose a tag to compare
  • [DEPRECATION] Drop support for EOL version of Ansible (2.5)
  • [FEATURE] Add the datadog_integration resource to easily control installed integrations.