From 3b4f6ca71c62ceb3d5c1378d84a1efc9b153b4a6 Mon Sep 17 00:00:00 2001 From: Nicolas Schweitzer Date: Mon, 4 Dec 2023 11:26:40 +0100 Subject: [PATCH] Prepare release 4.21 (#533) --- CHANGELOG.md | 14 ++++++++++++++ defaults/main.yml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e429089..126cb8bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ CHANGELOG ========= +# 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] +* [IMPROVEMENT] Remove usage of datadog-apm-library-all meta package, to make sure Ansible keeps updating the tracer packages if "all" is used in Ansible configuration [#532] +* [IMPROVEMENT] [CI] add call to importer in the role [#515] +* [IMPROVEMENT] Hard fail if api_key is not provided [AP-2380] [#512] [#505] thanks [@gopivalleru] +* [IMPROVEMENT] Bump XCode version from 13.3.0 to 13.4.1 [#511] +* [BUGFIX] correct syntax when checking for config changes [#523] thanks [@TomFromTA] +* [DOCS] [DOCS-6354] Update descriptions for APM role values [#520] +* [DOCS] [README] Add openSUSE/SLES `community.general` install instruction [#513] + # 4.20.1 / 2023-07-20 * [CI] Add `empty-string-compare` rule to ansible-lint [#506] @@ -484,3 +495,6 @@ Initial release, compatible with Ansible v1 & v2 [@tomgoren]: https://github.com/tomgoren [@wisnij]: https://github.com/wisnij [@xp-1000]: https://github.com/xp-1000 +[@TomFromTA]: https://github.com/TomFromTA +[@chipselden]: https://github.com/chipselden +[@gopivalleru]: https://github.com/gopivalleru diff --git a/defaults/main.yml b/defaults/main.yml index 22660753..4ee0419a 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,5 +1,5 @@ --- -role_version: 4.20.1 +role_version: 4.21.0 # define if the datadog-agent services should be enabled datadog_enabled: true