From 2e4b4ba20d0eb6ded8b1400e85e52a0c053c6672 Mon Sep 17 00:00:00 2001 From: Slavek Kabrda Date: Mon, 19 Apr 2021 09:38:08 +0200 Subject: [PATCH] Release version 4.8.1 (#348) --- CHANGELOG.md | 7 ++++++- defaults/main.yml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce9dcae..4a0ce7d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ CHANGELOG ========= +# 4.8.1 / 2021-04-19 + +* [BUGFIX] Fix Agent not restarting after a configuration change on Windows. See [#347]. + # 4.8.0 / 2021-04-13 * [FEATURE] Add NPM support for Windows. See [#335]. @@ -300,6 +304,7 @@ Initial release, compatible with Ansible v1 & v2 [#338]: https://github.com/DataDog/ansible-datadog/issues/338 [#340]: https://github.com/DataDog/ansible-datadog/issues/340 [#341]: https://github.com/DataDog/ansible-datadog/issues/341 +[#347]: https://github.com/DataDog/ansible-datadog/issues/347 [@DevKyleS]: https://github.com/DevKyleS [@Jno21]: https://github.com/Jno21 [@b2jrock]: https://github.com/b2jrock @@ -323,4 +328,4 @@ Initial release, compatible with Ansible v1 & v2 [@samasc30]: https://github.com/samasc30 [@the-real-cphilips]: https://github.com/the-real-cphilips [@tomgoren]: https://github.com/tomgoren -[@xp-1000]: https://github.com/xp-1000 +[@xp-1000]: https://github.com/xp-1000 \ No newline at end of file diff --git a/defaults/main.yml b/defaults/main.yml index 02cbcf28..dfec5122 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,5 +1,5 @@ --- -role_version: 4.8.0 +role_version: 4.8.1 # default system-probe.yaml options system_probe_config: {}