File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ # 4.5.0 / 2020-11-06
5+
6+ * [ FEATURE] (Windows) Adds support for non-default installation and configuration directories. See [ #295 ] [ ] .
7+ * [ BUGFIX] Fixes handling of nil vs. defined but empty variables. See [ #303 ] [ ] .
8+ * [ BUGFIX] (Windows) Fixes incorrect service name when validating services. See [ #307 ] [ ] .
9+ * [ FEATURE] Adds support for the latest package signing keys. See [ #308 ] [ ] .
10+ * [ FEATURE] Adds support for the Datadog IOT agent. See [ #309 ] [ ] .
11+
412# 4.4.0 / 2020-09-30
513
614* [ BUGFIX] (Windows) Fix compatibility with Ansible 2.10. See [ #289 ] [ ] .
@@ -239,7 +247,12 @@ Initial release, compatible with Ansible v1 & v2
239247[ #283 ] : https://github.com/DataDog/ansible-datadog/issues/283
240248[ #289 ] : https://github.com/DataDog/ansible-datadog/issues/289
241249[ #291 ] : https://github.com/DataDog/ansible-datadog/issues/291
250+ [ #295 ] : https://github.com/DataDog/ansible-datadog/issues/295
242251[ #297 ] : https://github.com/DataDog/ansible-datadog/issues/297
252+ [ #303 ] : https://github.com/DataDog/ansible-datadog/issues/303
253+ [ #307 ] : https://github.com/DataDog/ansible-datadog/issues/307
254+ [ #308 ] : https://github.com/DataDog/ansible-datadog/issues/308
255+ [ #309 ] : https://github.com/DataDog/ansible-datadog/issues/309
243256[ @DevKyleS ] : https://github.com/DevKyleS
244257[ @b2jrock ] : https://github.com/b2jrock
245258[ @brendanlong ] : https://github.com/brendanlong
Original file line number Diff line number Diff line change 11---
2- role_version : 4.4 .0
2+ role_version : 4.5 .0
33
44system_probe_config :
55 enabled : false
You can’t perform that action at this time.
0 commit comments