File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
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
Original file line number Diff line number Diff line change 11---
2- role_version : 4.12 .0
2+ role_version : 4.13 .0
33
44# define if the datadog-agent services should be enabled
55datadog_enabled : yes
You can’t perform that action at this time.
0 commit comments