Skip to content

Commit d2c880c

Browse files
authored
Release 5.1.1 (#649)
* release 5.1.1 * add fqcn pr to changelog
1 parent 9540447 commit d2c880c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
CHANGELOG
22
=========
3+
# 5.1.1 / 2025-05-07
4+
* [DOCS] Remove centos 6/7 from readme [#647]
5+
* [BUGFIX] Fix typo in fix-parse-version-windows.yml [#648] Thanks [@jacob9423]
6+
* [IMPROVEMENT] [CI] Add FQCN checks to ansible-lint [#650]
7+
38
# 5.1.0 / 2025-04-30
49
**This role removes support for Ansible Core versions below 2.10.**
510
* [IMPROVEMENT] Bump ansible-lint to 25.1.2 and fix compatibility issues [#644]
@@ -606,6 +611,9 @@ Initial release, compatible with Ansible v1 & v2
606611
[#642]: https://github.com/DataDog/ansible-datadog/pull/642
607612
[#644]: https://github.com/DataDog/ansible-datadog/pull/644
608613
[#645]: https://github.com/DataDog/ansible-datadog/pull/645
614+
[#647]: https://github.com/DataDog/ansible-datadog/pull/647
615+
[#648]: https://github.com/DataDog/ansible-datadog/pull/648
616+
[#650]: https://github.com/DataDog/ansible-datadog/pull/650
609617
[@DevKyleS]: https://github.com/DevKyleS
610618
[@Jno21]: https://github.com/Jno21
611619
[@alsmola]: https://github.com/alsmola
@@ -654,3 +662,4 @@ Initial release, compatible with Ansible v1 & v2
654662
[@valscion]: https://github.com/valscion
655663
[@a-rhodes]: https://github.com/a-rhodes
656664
[@kaveet]: https://github.com/kaveet
665+
[@jacob9423]: https://github.com/jacob9423

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.1.0
2+
role_version: 5.1.1
33

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

0 commit comments

Comments
 (0)