From bbd674621f3ed5e59045fd4d546340a478f5fd32 Mon Sep 17 00:00:00 2001 From: Slavek Kabrda Date: Wed, 21 Apr 2021 14:33:48 +0200 Subject: [PATCH] Release version 4.8.2 (#350) --- CHANGELOG.md | 5 +++++ defaults/main.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a0ce7d1..e19f8fe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ CHANGELOG ========= +# 4.8.2 / 2021-04-21 + +* [BUGFIX] Another fix for agent not restarting after a configuration change on Windows. See [#349]. + # 4.8.1 / 2021-04-19 * [BUGFIX] Fix Agent not restarting after a configuration change on Windows. See [#347]. @@ -305,6 +309,7 @@ Initial release, compatible with Ansible v1 & v2 [#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 +[#349]: https://github.com/DataDog/ansible-datadog/issues/349 [@DevKyleS]: https://github.com/DevKyleS [@Jno21]: https://github.com/Jno21 [@b2jrock]: https://github.com/b2jrock diff --git a/defaults/main.yml b/defaults/main.yml index dfec5122..3c65a9de 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,5 +1,5 @@ --- -role_version: 4.8.1 +role_version: 4.8.2 # default system-probe.yaml options system_probe_config: {}