Skip to content

Commit 53e65c2

Browse files
authored
release 5.1.0 (#646)
1 parent f040f4b commit 53e65c2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
CHANGELOG
22
=========
3-
# 5.0.0 / 2025-04-21
3+
# 5.1.0 / 2025-04-30
4+
**This role removes support for Ansible Core versions below 2.10.**
5+
* [IMPROVEMENT] Bump ansible-lint to 25.1.2 and fix compatibility issues [#644]
6+
* [IMPROVEMENT] Bump ansible galaxy/lint version [#642]
7+
* [BUGFIX] Fix Windows fqcn error [#645]
48

9+
# 5.0.0 / 2025-04-21
510
**This role removes support for Python 2 and Agent 5, and bumps the minimum Ansible version for this role to 2.8** Additionally, it no longer supports older versions of Amazon Linux 2 and CentOS. While version 4 of the role will continue to receive backport updates, Ansible collections corresponding to version 4 of this role (Datadog Ansible Collection v5) will not be updated. We recommend upgrading to the latest version for better support and improvements.
611

712
* [MAJOR] Remove support for Python 2 and Agent 5. [#639]
@@ -598,6 +603,9 @@ Initial release, compatible with Ansible v1 & v2
598603
[#638]: https://github.com/DataDog/ansible-datadog/pull/638
599604
[#639]: https://github.com/DataDog/ansible-datadog/pull/639
600605
[#640]: https://github.com/DataDog/ansible-datadog/pull/640
606+
[#642]: https://github.com/DataDog/ansible-datadog/pull/642
607+
[#644]: https://github.com/DataDog/ansible-datadog/pull/644
608+
[#645]: https://github.com/DataDog/ansible-datadog/pull/645
601609
[@DevKyleS]: https://github.com/DevKyleS
602610
[@Jno21]: https://github.com/Jno21
603611
[@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.0.0
2+
role_version: 5.1.0
33

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

0 commit comments

Comments
 (0)