Skip to content

Commit a1b2116

Browse files
author
Slavek Kabrda
authored
Release 4.19.0 (#482)
1 parent 0139658 commit a1b2116

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
# 4.19.0 / 2023-05-10
5+
6+
* [IMPROVEMENT] Ensure user selected for macOS systemwide installation actually exists. See [#479].
7+
* [BUGFIX] Refresh Datadog repository cache on Red Hat family systems to ensure DNF properly imports repodata signing keys to its cache. See [#478].
8+
49
# 4.18.0 / 2023-01-12
510

611
* [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].
@@ -424,6 +429,9 @@ Initial release, compatible with Ansible v1 & v2
424429
[#453]: https://github.com/DataDog/ansible-datadog/issues/453
425430
[#454]: https://github.com/DataDog/ansible-datadog/issues/454
426431
[#458]: https://github.com/DataDog/ansible-datadog/issues/458
432+
[#466]: https://github.com/DataDog/ansible-datadog/issues/466
433+
[#478]: https://github.com/DataDog/ansible-datadog/issues/478
434+
[#479]: https://github.com/DataDog/ansible-datadog/issues/479
427435
[@DevKyleS]: https://github.com/DevKyleS
428436
[@Jno21]: https://github.com/Jno21
429437
[@alsmola]: https://github.com/alsmola

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
role_version: 4.18.0
2+
role_version: 4.19.0
33

44
# define if the datadog-agent services should be enabled
55
datadog_enabled: yes

0 commit comments

Comments
 (0)