|
1 | 1 | CHANGELOG
|
2 | 2 | =========
|
| 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 | + |
3 | 10 | # 5.2.0 / 2025-05-21
|
4 | 11 | * [IMPROVEMENT] Add feature to override the Datadog installer default package version [#652] Thanks [@snowman11784]
|
5 | 12 | * [IMPROVEMENT] Add support to override datadog-apm-inject version [#654]
|
@@ -620,6 +627,11 @@ Initial release, compatible with Ansible v1 & v2
|
620 | 627 | [#650]: https://github.com/DataDog/ansible-datadog/pull/650
|
621 | 628 | [#652]: https://github.com/DataDog/ansible-datadog/pull/652
|
622 | 629 | [#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 |
623 | 635 | [@DevKyleS]: https://github.com/DevKyleS
|
624 | 636 | [@Jno21]: https://github.com/Jno21
|
625 | 637 | [@alsmola]: https://github.com/alsmola
|
@@ -669,4 +681,5 @@ Initial release, compatible with Ansible v1 & v2
|
669 | 681 | [@a-rhodes]: https://github.com/a-rhodes
|
670 | 682 | [@kaveet]: https://github.com/kaveet
|
671 | 683 | [@jacob9423]: https://github.com/jacob9423
|
672 |
| -[@snowman11784]: https://github.com/snowman11784 |
| 684 | +[@snowman11784]: https://github.com/snowman11784 |
| 685 | +[@POIFischbacher]: https://github.com/POIFischbacher |
0 commit comments