Skip to content

Commit ac28e46

Browse files
authored
release 5.4.0 (#671)
1 parent 4a86968 commit ac28e46

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

4+
# 5.4.0 / 2025-09-23
5+
* [IMPROVEMENT] Fix broken conditionals for compatibility with Ansible 2.19 / Ansible 12.0 [#666]
6+
47
# 5.3.0 / 2025-09-03
58
* [IMPROVEMENT] Support Remote Agent updates through the embedded Datadog Installer (7.69.0+) [#665]
69

@@ -637,6 +640,7 @@ Initial release, compatible with Ansible v1 & v2
637640
[#659]: https://github.com/DataDog/ansible-datadog/pull/659
638641
[#660]: https://github.com/DataDog/ansible-datadog/pull/660
639642
[#665]: https://github.com/DataDog/ansible-datadog/pull/665
643+
[#666]: https://github.com/DataDog/ansible-datadog/pull/670
640644
[@DevKyleS]: https://github.com/DevKyleS
641645
[@Jno21]: https://github.com/Jno21
642646
[@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: 5.3.0
2+
role_version: 5.4.0
33

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

0 commit comments

Comments
 (0)