From 6235d3bcd1fff590848e0d17b50aa968099bc20e Mon Sep 17 00:00:00 2001 From: Derek Brown Date: Mon, 5 Oct 2020 16:45:28 -0700 Subject: [PATCH] release 4.4.0 (#300) * release 4.4.0 * Update changelog --- CHANGELOG.md | 9 +++++++++ defaults/main.yml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ef5934c..cd0ffba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ CHANGELOG ========= +# 4.4.0 / 2020-09-30 + +* [BUGFIX] (Windows) Fix compatibility with Ansible 2.10. See [#289][]. +* [FEATURE] Adds support for 3rd party integrations via the `datadog-agent integration` command. See [#291][]. +* [BUGFIX] Updates apt cache prior to attempting install. See [#297][]. + # 4.3.0 / 2020-07-07 * [FEATURE] Record installation information for telemetry and troubleshooting purposes. See [#281][]. @@ -231,6 +237,9 @@ Initial release, compatible with Ansible v1 & v2 [#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 +[#289]: https://github.com/DataDog/ansible-datadog/issues/289 +[#291]: https://github.com/DataDog/ansible-datadog/issues/291 +[#297]: https://github.com/DataDog/ansible-datadog/issues/297 [@DevKyleS]: https://github.com/DevKyleS [@b2jrock]: https://github.com/b2jrock [@brendanlong]: https://github.com/brendanlong diff --git a/defaults/main.yml b/defaults/main.yml index 73cd994c..56388119 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,5 +1,5 @@ --- -role_version: 4.2.2 +role_version: 4.4.0 system_probe_config: enabled: false