Skip to content

Commit 5a7dea7

Browse files
swang392tbavelier
andauthored
[chore] Release 5.2.0 (#653)
* release 5.2.0 * update changelog * Update CHANGELOG.md Co-authored-by: Timothée Bavelier <[email protected]> --------- Co-authored-by: Timothée Bavelier <[email protected]>
1 parent c280567 commit 5a7dea7

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,5 +1,9 @@
11
CHANGELOG
22
=========
3+
# 5.2.0 / 2025-05-21
4+
* [IMPROVEMENT] Add feature to override the Datadog installer default package version [#652] Thanks [@snowman11784]
5+
* [IMPROVEMENT] Add support to override datadog-apm-inject version [#654]
6+
37
# 5.1.1 / 2025-05-07
48
* [DOCS] Remove centos 6/7 from readme [#647]
59
* [BUGFIX] Fix typo in fix-parse-version-windows.yml [#648] Thanks [@jacob9423]
@@ -614,6 +618,8 @@ Initial release, compatible with Ansible v1 & v2
614618
[#647]: https://github.com/DataDog/ansible-datadog/pull/647
615619
[#648]: https://github.com/DataDog/ansible-datadog/pull/648
616620
[#650]: https://github.com/DataDog/ansible-datadog/pull/650
621+
[#652]: https://github.com/DataDog/ansible-datadog/pull/652
622+
[#654]: https://github.com/DataDog/ansible-datadog/pull/654
617623
[@DevKyleS]: https://github.com/DevKyleS
618624
[@Jno21]: https://github.com/Jno21
619625
[@alsmola]: https://github.com/alsmola
@@ -663,3 +669,4 @@ Initial release, compatible with Ansible v1 & v2
663669
[@a-rhodes]: https://github.com/a-rhodes
664670
[@kaveet]: https://github.com/kaveet
665671
[@jacob9423]: https://github.com/jacob9423
672+
[@snowman11784]: https://github.com/snowman11784

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.1
2+
role_version: 5.2.0
33

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

0 commit comments

Comments
 (0)