Releases: DataDog/ansible-datadog
Releases · DataDog/ansible-datadog
4.28.0
4.28.0 / 2024-09-24
- [IMPROVEMENT] Add ansible managed comment to checks.yaml [#602]
- [BUGFIX] Fix default APM setup [#608]
- [BUGFIX] Fix APM injector ownership logic [#604]
- [IMPROVEMENT] Allow pinned version of the agent with the installer [#605]
- [BUGFIX] Fix updated list of APM packages to install [#607]
- [BUGFIX] Fix role crash when pinning the agent version with the installer enabled [#609]
- [BUGFIX] Don't create system-probe config when it is disabled [#611]
- [BUGFIX] Fix distribution version detection on Amazon Linux 2023 [#612]
4.27.0 / 2024-08-26
- [BUGFIX] Process apm list again [#600]
4.26.0 / 2024-08-19
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]
- [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]
- [FEATURE] Allow using proxy for Windows downloads [#553]
- [IMPROVEMENT] Restrict the Agent version that can be installed on RHEL (and derivatives) < 7 [#556]
- [IMPROVEMENT] Install old RPM GPG key only when needed on Agent <= 7.35 [#561]
- [BUGFIX] Change
mode
to use string parameters [#528], thanks [@janorn] - [BUGFIX] Allow 160 character long lines before wrapping [#529], thanks [@janorn]
- [BUGFIX] Properly detect when DEB package is installed [#551]
- [BUGFIX] Fix idempotency molecule test on Windows [#560]
- [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]
4.22.0 / 2024-01-25
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
- [BUGFIX] [CI] Add empty-string-compare rule to ansible-lint [#506]
4.20.0 / 2023-07-18
- [FEATURE] Add support for configuring APM injection. See [#481].
- [FEATURE] Add support for compliance_config. See [#488].
- [IMPROVEMENT] Add an option to delete example check configs. See [#459]. Thanks [@rockaut].
- [IMPROVEMENT] Add new APT and RPM signing keys for the 2024 key rotation. See [#485].
- [BUGFIX] Make the ansible.windows collection optional again by refactoring integration-related tasks. See [#483].
- [BUGFIX] Modify integration updates task to prevent always changed status. See [#486].
- [DOCS] Clarifications on downgrade and integrations configuration. See [#501].