Skip to content

Commit e58305c

Browse files
swang392tbavelier
andauthored
Release 5.2.1 (#656)
* update changelog and defaults for release 5.2.1 * nit * re-trigger CI attempt * update changelog * update changelog * update changelog --------- Co-authored-by: Timothée Bavelier <timothee.bavelier@datadoghq.com>
1 parent fdaa5ff commit e58305c

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
CHANGELOG
22
=========
3+
# 5.2.1 / 2025-05-22
4+
* [IMPROVEMENT] Provide bootstrap environment variables to installer only if not empty strings [#655]
5+
* [IMPROVEMENT] Remove community.general.zypper reference [#658]
6+
* [IMPROVEMENT] Only gather facts and services if notd done already [#659] [Thanks @POIFischbacher]
7+
* [IMROVEMENT] [CI] Remove role prefix lint warnings [#660]
8+
* [BUGFIX] [CI] Fix installer tests after 7.66.0 release [#657]
9+
310
# 5.2.0 / 2025-05-21
411
* [IMPROVEMENT] Add feature to override the Datadog installer default package version [#652] Thanks [@snowman11784]
512
* [IMPROVEMENT] Add support to override datadog-apm-inject version [#654]
@@ -620,6 +627,11 @@ Initial release, compatible with Ansible v1 & v2
620627
[#650]: https://github.com/DataDog/ansible-datadog/pull/650
621628
[#652]: https://github.com/DataDog/ansible-datadog/pull/652
622629
[#654]: https://github.com/DataDog/ansible-datadog/pull/654
630+
[#655]: https://github.com/DataDog/ansible-datadog/pull/655
631+
[#657]: https://github.com/DataDog/ansible-datadog/pull/657
632+
[#658]: https://github.com/DataDog/ansible-datadog/pull/658
633+
[#659]: https://github.com/DataDog/ansible-datadog/pull/659
634+
[#660]: https://github.com/DataDog/ansible-datadog/pull/660
623635
[@DevKyleS]: https://github.com/DevKyleS
624636
[@Jno21]: https://github.com/Jno21
625637
[@alsmola]: https://github.com/alsmola
@@ -669,4 +681,5 @@ Initial release, compatible with Ansible v1 & v2
669681
[@a-rhodes]: https://github.com/a-rhodes
670682
[@kaveet]: https://github.com/kaveet
671683
[@jacob9423]: https://github.com/jacob9423
672-
[@snowman11784]: https://github.com/snowman11784
684+
[@snowman11784]: https://github.com/snowman11784
685+
[@POIFischbacher]: https://github.com/POIFischbacher

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.2.0
2+
role_version: 5.2.1
33

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

0 commit comments

Comments
 (0)