Releases: DataDog/ansible-datadog
Releases · DataDog/ansible-datadog
4.2.1 / 2020-05-04
- [BUGFIX] Fix error when checking custom repository file on debian-based systems. See #275.
4.2.0 / 2020-04-08
- [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
ifdatadog_enabled
is set totrue
.
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 withdatadog_enabled: true
).
If you manually disabled the Agent service and want it to remain disabled,
setdatadog_enabled
tofalse
.
- The Agent service will now always be started on Windows at the end of an Ansible run
- [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
4.1.0 / 2020-01-20
- [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
- [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
4.0.0 / 2019-12-18
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
3.3.0 / 2019-11-18
- [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).