From 978bac5c7f29187880045c5d10f423f9decde5fd Mon Sep 17 00:00:00 2001 From: Slavek Kabrda Date: Wed, 20 Apr 2022 08:47:29 +0200 Subject: [PATCH] Release version 4.15.0 (#435) --- CHANGELOG.md | 7 +++++++ defaults/main.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e72895cd..a3f5cf88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +# 4.15.0 / 2022-04-20 + +* [IMPROVEMENT] Switch Agent start mode to delayed on Windows. See [#422]. +* [BUGFIX] Fix installation of a newer pinned version by DNF. See [#429]. + # 4.14.0 / 2022-02-08 * [FEATURE] Add tasks for creating custom Python checks. See [#408]. Thanks [@snorlaX-sleeps]. @@ -384,6 +389,8 @@ Initial release, compatible with Ansible v1 & v2 [#415]: https://github.com/DataDog/ansible-datadog/issues/415 [#416]: https://github.com/DataDog/ansible-datadog/issues/416 [#418]: https://github.com/DataDog/ansible-datadog/issues/418 +[#422]: https://github.com/DataDog/ansible-datadog/issues/422 +[#429]: https://github.com/DataDog/ansible-datadog/issues/429 [@DevKyleS]: https://github.com/DevKyleS [@Jno21]: https://github.com/Jno21 [@alsmola]: https://github.com/alsmola diff --git a/defaults/main.yml b/defaults/main.yml index b6934573..2a80dee1 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,5 +1,5 @@ --- -role_version: 4.14.0 +role_version: 4.15.0 # define if the datadog-agent services should be enabled datadog_enabled: yes