Skip to content

4.2.0 / 2020-04-08

Compare
Choose a tag to compare
@KSerrania KSerrania released this 08 Apr 14:42
6d94788
  • [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.