Skip to content

Commit

Permalink
[BARX-405] Prepare release 4.24.0 (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
AliDatadog authored Jul 18, 2024
1 parent 3e5b421 commit 2515ce4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
CHANGELOG
=========
# 4.24.0 / 2024-07-18
* [FEATURE] creating install.json file related to apm single step instrumation [#572]
* [FEATURE] add support for datadog-installer [#573]
* [FEATURE] add new future GPG key following 2024 GPG key rotation [#568]
* [BUGFIX] Correctly read install.json on remote computer [#575]
* [BUGFIX] Disable logging of datadog_windows_ddagentuser_password [#563]. Thanks [@a-rhodes]
* [BUGFIX] Use install.datadoghq.com instead of the dd-agent bucket link [#576]
* [BUGFIX] Fix ansible-lint warnings on latest version [#578]
* [DOCS] Update broken Ansible Galaxy URLs [#580] Thanks [@kaveet]
* [DOCS] README: fix broken links to ansible-galaxy [#571]

# 4.23.0 / 2024-06-04
* [FEATURE] Add version pinning and telemetry for APM tracer libraries [#541]
Expand Down Expand Up @@ -504,7 +514,16 @@ Initial release, compatible with Ansible v1 & v2
[#559]: https://github.com/DataDog/ansible-datadog/pull/559
[#560]: https://github.com/DataDog/ansible-datadog/pull/560
[#561]: https://github.com/DataDog/ansible-datadog/pull/561
[#563]: https://github.com/DataDog/ansible-datadog/pull/563
[#566]: https://github.com/DataDog/ansible-datadog/pull/566
[#568]: https://github.com/DataDog/ansible-datadog/pull/568
[#571]: https://github.com/DataDog/ansible-datadog/pull/571
[#572]: https://github.com/DataDog/ansible-datadog/pull/572
[#573]: https://github.com/DataDog/ansible-datadog/pull/573
[#575]: https://github.com/DataDog/ansible-datadog/pull/575
[#576]: https://github.com/DataDog/ansible-datadog/pull/576
[#578]: https://github.com/DataDog/ansible-datadog/pull/578
[#580]: https://github.com/DataDog/ansible-datadog/pull/580
[@DevKyleS]: https://github.com/DevKyleS
[@Jno21]: https://github.com/Jno21
[@alsmola]: https://github.com/alsmola
Expand Down Expand Up @@ -550,4 +569,6 @@ Initial release, compatible with Ansible v1 & v2
[@TomFromTA]: https://github.com/TomFromTA
[@chipselden]: https://github.com/chipselden
[@gopivalleru]: https://github.com/gopivalleru
[@valscion]: https://gitub.com/valscion
[@valscion]: https://github.com/valscion
[@a-rhodes]: https://github.com/a-rhodes
[@kaveet]: https://github.com/kaveet
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
role_version: 4.23.0
role_version: 4.24.0

# define if the datadog-agent services should be enabled
datadog_enabled: true
Expand Down

0 comments on commit 2515ce4

Please sign in to comment.