From e08729a7f06868bdd912cdb9bbae7344872a7bf6 Mon Sep 17 00:00:00 2001 From: Pablo Baeyens Date: Tue, 7 Jul 2020 09:48:18 +0200 Subject: [PATCH] Update changelog for 4.3.0 (#286) --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a005fff2..7ef5934c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ CHANGELOG ========= +# 4.3.0 / 2020-07-07 + +* [FEATURE] Record installation information for telemetry and troubleshooting purposes. See [#281][]. +* [BUGFIX] Fix error when facts value doesn't exist on Redhat OS family of the arm architecture. See [#283][]. Thanks to [@kanga333][]. +* [BUGFIX] (Windows) Fix idempotence when reinstalling same pinned version. See [#269][]. + # 4.2.1 / 2020-05-04 * [BUGFIX] Fix error when checking custom repository file on debian-based systems. See [#275][]. @@ -219,9 +225,12 @@ Initial release, compatible with Ansible v1 & v2 [#264]: https://github.com/DataDog/ansible-datadog/issues/264 [#267]: https://github.com/DataDog/ansible-datadog/issues/267 [#268]: https://github.com/DataDog/ansible-datadog/issues/268 +[#269]: https://github.com/DataDog/ansible-datadog/issues/269 [#270]: https://github.com/DataDog/ansible-datadog/issues/270 [#271]: https://github.com/DataDog/ansible-datadog/issues/271 [#275]: https://github.com/DataDog/ansible-datadog/issues/275 +[#281]: https://github.com/DataDog/ansible-datadog/issues/281 +[#283]: https://github.com/DataDog/ansible-datadog/issues/283 [@DevKyleS]: https://github.com/DevKyleS [@b2jrock]: https://github.com/b2jrock [@brendanlong]: https://github.com/brendanlong @@ -235,9 +244,10 @@ Initial release, compatible with Ansible v1 & v2 [@jharley]: https://github.com/jharley [@jpiron]: https://github.com/jpiron [@jstoja]: https://github.com/jstoja +[@kanga333]: https://github.com/kanga333 [@pdecat]: https://github.com/pdecat [@pmbauer]: https://github.com/pmbauer [@rouge8]: https://github.com/rouge8 [@the-real-cphilips]: https://github.com/the-real-cphilips [@tomgoren]: https://github.com/tomgoren -[@xp-1000]: https://github.com/xp-1000 \ No newline at end of file +[@xp-1000]: https://github.com/xp-1000