File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
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
+
3
7
# 5.1.1 / 2025-05-07
4
8
* [ DOCS] Remove centos 6/7 from readme [ #647 ]
5
9
* [ BUGFIX] Fix typo in fix-parse-version-windows.yml [ #648 ] Thanks [ @jacob9423 ]
@@ -614,6 +618,8 @@ Initial release, compatible with Ansible v1 & v2
614
618
[ #647 ] : https://github.com/DataDog/ansible-datadog/pull/647
615
619
[ #648 ] : https://github.com/DataDog/ansible-datadog/pull/648
616
620
[ #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
617
623
[ @DevKyleS ] : https://github.com/DevKyleS
618
624
[ @Jno21 ] : https://github.com/Jno21
619
625
[ @alsmola ] : https://github.com/alsmola
@@ -663,3 +669,4 @@ Initial release, compatible with Ansible v1 & v2
663
669
[ @a-rhodes ] : https://github.com/a-rhodes
664
670
[ @kaveet ] : https://github.com/kaveet
665
671
[ @jacob9423 ] : https://github.com/jacob9423
672
+ [ @snowman11784 ] : https://github.com/snowman11784
Original file line number Diff line number Diff line change 1
1
---
2
- role_version : 5.1.1
2
+ role_version : 5.2.0
3
3
4
4
# define if the datadog-agent services should be enabled
5
5
datadog_enabled : true
You can’t perform that action at this time.
0 commit comments