Releases: DataDog/ansible-datadog
Releases · DataDog/ansible-datadog
4.20.0 / 2023-07-18
- [FEATURE] Add support for configuring APM injection. See [#481].
- [FEATURE] Add support for compliance_config. See [#488].
- [IMPROVEMENT] Add an option to delete example check configs. See [#459]. Thanks [@rockaut].
- [IMPROVEMENT] Add new APT and RPM signing keys for the 2024 key rotation. See [#485].
- [BUGFIX] Make the ansible.windows collection optional again by refactoring integration-related tasks. See [#483].
- [BUGFIX] Modify integration updates task to prevent always changed status. See [#486].
- [DOCS] Clarifications on downgrade and integrations configuration. See [#501].
4.19.0 / 2023-05-10
4.18.0 / 2023-01-12
- [DEPRECATION] Remove the old RPM GPG key 4172A230 from hosts that still trust it. This also removes the configuration variables
datadog_yum_gpgkey,datadog_zypper_gpgkeyanddatadog_zypper_gpgkey_sha256sum. See [#466].
4.17.0 / 2023-01-04
- [FEATURE] Add support for Universal Service Monitoring sysprobe configuration. See [#458]. Thanks [@marcus-crane].
- [IMPROVEMENT] Lock Agent version using
includepkgsin repofiles on Red Hat compatible platforms. See [#443]. Thanks [@sspans-sbp]. - [IMPROVEMENT] Prettify and fix yaml indentations. See [#448]. Thanks [@denzhel].
- [IMPROVEMENT] Add the possibility to prevent the zypper repository installation. See [#452]. Thanks [@jb-mayer].
- [IMPROVEMENT] Use
ansible_managedinstead of custom hardcoded message in managed files. See [#454]. Thanks [@jlosito]. - [BUGFIX] Fix version comparison tasks when using ansible-core RC version. See [#446].
- [BUGFIX] Fix running role multiple times in a row on SUSE compatible platforms. See [#453].
- [DOCS] Add troubleshooting instructions about
service_factsbreaking Ubuntu 20.04. See [#449]. - [DOCS] Clarify
datadog_configbehavior. See [#451]. Thanks [@hestonhoffman].
4.16.0 / 2022-07-11
4.15.0 / 2022-04-20
4.14.0 / 2022-02-08
- [FEATURE] Add tasks for creating custom Python checks. See [#408]. Thanks [@snorlaX-sleeps].
- [FEATURE] Support Rocky Linux and AlmaLinux. See [#418].
- [BUGFIX] Fix provisioning on Python 3 / Amazon Linux 2. See [#412]. Thanks [@moleskin-smile].
- [BUGFIX] Prevent dependency on
ansible.windowswith non-Windows nodes. See [#416]. - [BUGFIX] Don't display content of
DDAGENTUSER_PASSWORDfor Windows nodes. See [#415]. - [BUGFIX] Additional fixes for
jinja2_native = Truesetting. See [#414].
4.13.0 / 2022-01-21
- [FEATURE] Add
datadog_manage_configto disable changing the Agent config files. See #375. - [BUGFIX] Fix error: dict object has no attribute 'system'. See #409. Thanks @stegar123.
4.12.0 / 2021-11-03
- [FEATURE] Add Cloud Workload Security Agent configuration. See [#375]. Thanks [@alsmola].
- [IMPROVEMENT] Avoid usage of
ansible_lsbto not depend onlsb-releasepackage on Debian. See [#377]. - [IMPROVEMENT] Check that
datadog_checksis a mapping to avoid misconfiguration. See [#384]. Thanks [@soar]. - [IMPROVEMENT] Enable turning off the Agent 6.14 fix for Windows. See [#399].
- [DOCS] Mention limitations in enabling NPM on Windows. See [#396].
- [BUGFIX] Fix execution with
jinja2_native = True. See [#383]. Thanks [@soar].
4.11.0 / 2021-07-05
- [IMPROVEMENT] Install datadog-signing-keys package on Debian/Ubuntu. See #372.
- [IMPROVEMENT] Skip install on Linux systems when pinned version is already installed. See #371.
- [IMPROVEMENT] Update 'http' URLs to 'https' wherever possible. See #369.Thanks @rossigee.
- [BUGFIX] Detect existing version in check mode on Windows. See #364. Thanks @camjay.