Skip to content

Commit 286c8be

Browse files
Prepare 4.22 release (#542)
1 parent 20d3f89 commit 286c8be

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,10 @@
11
CHANGELOG
22
=========
3+
4+
# 4.22.0 / 2024-01-25
5+
* [IMPROVEMENT] Use Get-ItemProperty to retrieve Windows Agent version [#536]
6+
* [DOCS] Add a note about required API Key since 4.21 [#538]
7+
38
# 4.21.0 / 2023-12-04
49
* [FEATURE] [Windows] Force reinstall if configuration changed [AP-1946] [#509]
510
* [FEATURE] Adding yum repo configuration options [#517] thanks [@chipselden]
@@ -455,6 +460,8 @@ Initial release, compatible with Ansible v1 & v2
455460
[#466]: https://github.com/DataDog/ansible-datadog/issues/466
456461
[#478]: https://github.com/DataDog/ansible-datadog/issues/478
457462
[#479]: https://github.com/DataDog/ansible-datadog/issues/479
463+
[#536]: https://github.com/DataDog/ansible-datadog/issues/536
464+
[#538]: https://github.com/DataDog/ansible-datadog/issues/538
458465
[@DevKyleS]: https://github.com/DevKyleS
459466
[@Jno21]: https://github.com/Jno21
460467
[@alsmola]: https://github.com/alsmola

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: 4.21.0
2+
role_version: 4.22.0
33

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

0 commit comments

Comments
 (0)