Releases: DataDog/ansible-datadog
Releases · DataDog/ansible-datadog
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_gpgkey
anddatadog_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
includepkgs
in 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_managed
instead 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_facts
breaking Ubuntu 20.04. See [#449]. - [DOCS] Clarify
datadog_config
behavior. 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.windows
with non-Windows nodes. See [#416]. - [BUGFIX] Don't display content of
DDAGENTUSER_PASSWORD
for Windows nodes. See [#415]. - [BUGFIX] Additional fixes for
jinja2_native = True
setting. See [#414].
4.13.0 / 2022-01-21
- [FEATURE] Add
datadog_manage_config
to 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_lsb
to not depend onlsb-release
package on Debian. See [#377]. - [IMPROVEMENT] Check that
datadog_checks
is 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.
4.10.0 / 2021-05-25
- [IMPROVEMENT] Make Windows package download behavior in check mode consistent with Linux. See [#359]. Thanks [@camjay].
- [BUGFIX] Remove
indentfirst
in system-probe.yaml.j2, making the role compatible with Jinja2 >= 3. See [#361]. Thanks [@tasktop-teho]. - [BUGFIX] Ensure gnupg is installed on Debian/Ubuntu. See [#358].