Skip to content

Releases: DataDog/ansible-datadog

4.19.0 / 2023-05-10

10 May 12:09
a1b2116
Compare
Choose a tag to compare
  • [IMPROVEMENT] Ensure user selected for macOS systemwide installation actually exists. See [#479].
  • [BUGFIX] Refresh Datadog repository cache on Red Hat family systems to ensure DNF properly imports repodata signing keys to its cache. See [#478].

4.18.0 / 2023-01-12

12 Jan 15:38
d752114
Compare
Choose a tag to compare
  • [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 and datadog_zypper_gpgkey_sha256sum. See [#466].

4.17.0 / 2023-01-04

04 Jan 10:33
bf03a08
Compare
Choose a tag to compare
  • [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

11 Jul 09:21
d10e189
Compare
Choose a tag to compare
  • [FEATURE] Add macOS support. See [#437]. Thanks [@lc-applause].
  • [BUGFIX] Remove temporary directory after APT key import. See [#442]. Thanks [@wisnij].
  • [BUGFIX] Prevent security-agent startup if it's not configured. See [#438].

4.15.0 / 2022-04-20

20 Apr 06:52
978bac5
Compare
Choose a tag to compare
  • [IMPROVEMENT] Switch Agent start mode to delayed on Windows. See [#422].
  • [BUGFIX] Fix installation of a newer pinned version by DNF. See [#429].

4.14.0 / 2022-02-08

08 Feb 14:39
72a4451
Compare
Choose a tag to compare
  • [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

21 Jan 12:35
Compare
Choose a tag to compare
  • [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

03 Nov 13:10
14faa06
Compare
Choose a tag to compare
  • [FEATURE] Add Cloud Workload Security Agent configuration. See [#375]. Thanks [@alsmola].
  • [IMPROVEMENT] Avoid usage of ansible_lsb to not depend on lsb-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

05 Jul 13:42
566c9c2
Compare
Choose a tag to compare
  • [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

25 May 10:51
8acd9f8
Compare
Choose a tag to compare
  • [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].