diff --git a/CHANGELOG.md b/CHANGELOG.md index 126cb8bd..fbc3d950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ CHANGELOG ========= + +# 4.22.0 / 2024-01-25 +* [IMPROVEMENT] Use Get-ItemProperty to retrieve Windows Agent version [#536] +* [DOCS] Add a note about required API Key since 4.21 [#538] + # 4.21.0 / 2023-12-04 * [FEATURE] [Windows] Force reinstall if configuration changed [AP-1946] [#509] * [FEATURE] Adding yum repo configuration options [#517] thanks [@chipselden] @@ -455,6 +460,8 @@ Initial release, compatible with Ansible v1 & v2 [#466]: https://github.com/DataDog/ansible-datadog/issues/466 [#478]: https://github.com/DataDog/ansible-datadog/issues/478 [#479]: https://github.com/DataDog/ansible-datadog/issues/479 +[#536]: https://github.com/DataDog/ansible-datadog/issues/536 +[#538]: https://github.com/DataDog/ansible-datadog/issues/538 [@DevKyleS]: https://github.com/DevKyleS [@Jno21]: https://github.com/Jno21 [@alsmola]: https://github.com/alsmola diff --git a/defaults/main.yml b/defaults/main.yml index 4ee0419a..8faa8aac 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,5 +1,5 @@ --- -role_version: 4.21.0 +role_version: 4.22.0 # define if the datadog-agent services should be enabled datadog_enabled: true