Skip to content

Commit 978bac5

Browse files
author
Slavek Kabrda
authored
Release version 4.15.0 (#435)
1 parent f84dd07 commit 978bac5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
# 4.15.0 / 2022-04-20
5+
6+
* [IMPROVEMENT] Switch Agent start mode to delayed on Windows. See [#422].
7+
* [BUGFIX] Fix installation of a newer pinned version by DNF. See [#429].
8+
49
# 4.14.0 / 2022-02-08
510

611
* [FEATURE] Add tasks for creating custom Python checks. See [#408]. Thanks [@snorlaX-sleeps].
@@ -384,6 +389,8 @@ Initial release, compatible with Ansible v1 & v2
384389
[#415]: https://github.com/DataDog/ansible-datadog/issues/415
385390
[#416]: https://github.com/DataDog/ansible-datadog/issues/416
386391
[#418]: https://github.com/DataDog/ansible-datadog/issues/418
392+
[#422]: https://github.com/DataDog/ansible-datadog/issues/422
393+
[#429]: https://github.com/DataDog/ansible-datadog/issues/429
387394
[@DevKyleS]: https://github.com/DevKyleS
388395
[@Jno21]: https://github.com/Jno21
389396
[@alsmola]: https://github.com/alsmola

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
role_version: 4.14.0
2+
role_version: 4.15.0
33

44
# define if the datadog-agent services should be enabled
55
datadog_enabled: yes

0 commit comments

Comments
 (0)