Skip to content

Commit d10e189

Browse files
author
Slavek Kabrda
authored
Release version 4.16.0 (#444)
1 parent 63eb433 commit d10e189

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

4+
# 4.16.0 / 2022-07-11
5+
* [FEATURE] Add macOS support. See [#437]. Thanks [@lc-applause].
6+
* [BUGFIX] Remove temporary directory after APT key import. See [#442]. Thanks [@wisnij].
7+
* [BUGFIX] Prevent security-agent startup if it's not configured. See [#438].
8+
49
# 4.15.0 / 2022-04-20
510

611
* [IMPROVEMENT] Switch Agent start mode to delayed on Windows. See [#422].
@@ -391,6 +396,9 @@ Initial release, compatible with Ansible v1 & v2
391396
[#418]: https://github.com/DataDog/ansible-datadog/issues/418
392397
[#422]: https://github.com/DataDog/ansible-datadog/issues/422
393398
[#429]: https://github.com/DataDog/ansible-datadog/issues/429
399+
[#437]: https://github.com/DataDog/ansible-datadog/issues/437
400+
[#438]: https://github.com/DataDog/ansible-datadog/issues/438
401+
[#442]: https://github.com/DataDog/ansible-datadog/issues/442
394402
[@DevKyleS]: https://github.com/DevKyleS
395403
[@Jno21]: https://github.com/Jno21
396404
[@alsmola]: https://github.com/alsmola
@@ -409,6 +417,7 @@ Initial release, compatible with Ansible v1 & v2
409417
[@jpiron]: https://github.com/jpiron
410418
[@jstoja]: https://github.com/jstoja
411419
[@kanga333]: https://github.com/kanga333
420+
[@lc-applause]: https://github.com/lc-applause
412421
[@loliee]: https://github.com/loliee
413422
[@moleskin-smile]: https://github.com/moleskin-smile
414423
[@pdecat]: https://github.com/pdecat
@@ -422,4 +431,5 @@ Initial release, compatible with Ansible v1 & v2
422431
[@tasktop-teho]: https://github.com/tasktop-teho
423432
[@the-real-cphillips]: https://github.com/the-real-cphillips
424433
[@tomgoren]: https://github.com/tomgoren
434+
[@wisnij]: https://github.com/wisnij
425435
[@xp-1000]: https://github.com/xp-1000

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.15.0
2+
role_version: 4.16.0
33

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

0 commit comments

Comments
 (0)