Skip to content

Commit c8dc670

Browse files
committed
Release 4.13.0
1 parent dc823b7 commit c8dc670

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

4+
# 4.13.0 / 2022-01-21
5+
6+
* [FEATURE] Add datadog_manage_config to disable changing the Agent config files. See [#375].
7+
* [BUGFIX] Fix error: dict object has no attribute 'system'. See [#409]. Thanks [@stegar123].
8+
49
# 4.12.0 / 2021-11-03
510

611
* [FEATURE] Add Cloud Workload Security Agent configuration. See [#375]. Thanks [@alsmola].
@@ -362,6 +367,7 @@ Initial release, compatible with Ansible v1 & v2
362367
[#384]: https://github.com/DataDog/ansible-datadog/issues/384
363368
[#396]: https://github.com/DataDog/ansible-datadog/issues/396
364369
[#399]: https://github.com/DataDog/ansible-datadog/issues/399
370+
[#409]: https://github.com/DataDog/ansible-datadog/issues/409
365371
[@DevKyleS]: https://github.com/DevKyleS
366372
[@Jno21]: https://github.com/Jno21
367373
[@alsmola]: https://github.com/alsmola
@@ -387,6 +393,7 @@ Initial release, compatible with Ansible v1 & v2
387393
[@rouge8]: https://github.com/rouge8
388394
[@samasc30]: https://github.com/samasc30
389395
[@soar]: https://github.com/soar
396+
[@stegar123]: https://github.com/stegar123
390397
[@tasktop-teho]: https://github.com/tasktop-teho
391398
[@the-real-cphillips]: https://github.com/the-real-cphillips
392399
[@tomgoren]: https://github.com/tomgoren

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.12.0
2+
role_version: 4.13.0
33

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

0 commit comments

Comments
 (0)