Skip to content

Commit

Permalink
Prepare release 4.25.0 (#593)
Browse files Browse the repository at this point in the history
* update CHANGELOG.md

* update role_version
  • Loading branch information
chouquette authored Aug 6, 2024
1 parent 532b7e4 commit cf6face
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
CHANGELOG
=========
# 4.25.0 / 2024-08-06
* [BUGFIX] Correctly install datadog-installer on RHEL derivatives [#587]
* [BUGFIX] Enable datadog-installer when remote_updates is true [#588]
* [BUGFIX] Fix security-agent.yaml generation [#591]
* [BUGFIX] Don't install datadog-agent when owned by datadog-installer [#589]
* [BUGFIX] Fix APM config when owned by datadog-installer [#590]
* [IMPROVEMENT] Speed up conf.d checks [#584]
* [IMPROVEMENT] Don't sort configuration keys [#577]

# 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]
Expand All @@ -23,7 +32,7 @@ CHANGELOG
* [BUGFIX] Remove `warn` argument that is not supported in newer Ansible versions [#566]
* [DOCS] Fix inter-readme links for integrations [#546], thanks [@valscion]
* [DOCS] Clarify that role variables are set in the `vars` section of the playbook [#550]
* [DOCS] [DOCS-7475] Replace install command for Windows [#559]
* [DOCS] [DOCS-7475] Replace install command for Windows [#559]

# 4.22.0 / 2024-01-25
* [IMPROVEMENT] Use Get-ItemProperty to retrieve Windows Agent version [#536]
Expand Down
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.24.0
role_version: 4.25.0

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

0 comments on commit cf6face

Please sign in to comment.