From e752ea959f6f6494c4df6d83bb4f55678b45eb54 Mon Sep 17 00:00:00 2001 From: Slavek Kabrda Date: Tue, 23 Mar 2021 15:11:20 +0100 Subject: [PATCH] Release version 4.7.1 (#334) --- CHANGELOG.md | 5 +++++ defaults/main.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84cdf500..52bf622b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ CHANGELOG ========= +# 4.7.1 / 2021-03-23 + +* [BUGFIX] Revert addition of NPM support for Windows, which introduced multiple issues. See [#333]. + # 4.7.0 / 2021-03-23 * [FEATURE] Enable configuring `gpgcheck` option on RPM repofiles. See [#324]. @@ -280,6 +284,7 @@ Initial release, compatible with Ansible v1 & v2 [#325]: https://github.com/DataDog/ansible-datadog/issues/325 [#326]: https://github.com/DataDog/ansible-datadog/issues/326 [#327]: https://github.com/DataDog/ansible-datadog/issues/327 +[#333]: https://github.com/DataDog/ansible-datadog/issues/333 [@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 9ad9a4dd..66cb4fb6 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,5 +1,5 @@ --- -role_version: 4.7.0 +role_version: 4.7.1 system_probe_config: enabled: false