Skip to content

Commit a7ef956

Browse files
authored
Release 5.0.0 (#641)
* release 5.0.0 * update metadata file
1 parent 26337ea commit a7ef956

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
CHANGELOG
22
=========
3-
# 4.30.0 / 2024-04-08
3+
# 5.0.0 / 2025-04-21
4+
5+
**This role removes support for Python 2 and Agent 5, and bumps the minimum Ansible version for this role to 2.8** Additionally, it no longer supports older versions of Amazon Linux 2 and CentOS. While version 4 of the role will continue to receive backport updates, Ansible collections corresponding to version 4 of this role (Datadog Ansible Collection v5) will not be updated. We recommend upgrading to the latest version for better support and improvements.
6+
7+
* [MAJOR] Remove support for Python 2 and Agent 5. [#639]
8+
* [IMPROVEMENT] [CI] Explicitly set use: service to ensure compatibility in CI [#640]
9+
* [IMPROVEMENT] [CI] Fix test_install_downgrade ci failures [#638]
10+
11+
# 4.30.0 / 2025-04-08
412
* [IMPROVEMENT] Add system_probe_other_config as catch all [#634]
513
* [DOCS] Fix typo [#635]
614

7-
# 4.29.0 / 2024-03-03
15+
# 4.29.0 / 2025-03-03
816
* [IMPROVEMENT] Remove deprecated APM deb/rpms [#624]
917
* [IMPROVEMENT] [CI] Fix MacOS CI [#630]
1018
* [BUGFIX] Fix Ansible check mode when installer/apm injection is enabled [#619]
@@ -587,6 +595,9 @@ Initial release, compatible with Ansible v1 & v2
587595
[#630]: https://github.com/DataDog/ansible-datadog/pull/630
588596
[#634]: https://github.com/DataDog/ansible-datadog/pull/634
589597
[#635]: https://github.com/DataDog/ansible-datadog/pull/635
598+
[#638]: https://github.com/DataDog/ansible-datadog/pull/638
599+
[#639]: https://github.com/DataDog/ansible-datadog/pull/639
600+
[#640]: https://github.com/DataDog/ansible-datadog/pull/640
590601
[@DevKyleS]: https://github.com/DevKyleS
591602
[@Jno21]: https://github.com/Jno21
592603
[@alsmola]: https://github.com/alsmola

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
role_version: 4.30.0
2+
role_version: 5.0.0
33

44
# define if the datadog-agent services should be enabled
55
datadog_enabled: true

meta/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ galaxy_info:
55
author: 'Brian Akins, Dustin Brown & Datadog'
66
description: Install Datadog agent and configure checks
77
license: Apache2
8-
min_ansible_version: '2.6'
8+
min_ansible_version: '2.8'
99
github_branch: main
1010
platforms:
1111
- name: Ubuntu
@@ -24,13 +24,10 @@ galaxy_info:
2424
- bullseye
2525
- name: EL
2626
versions:
27-
- '6'
28-
- '7'
2927
- '8'
3028
- '9'
3129
- name: Amazon Linux
3230
versions:
33-
- '2'
3431
- '2023'
3532
- name: opensuse
3633
versions:

0 commit comments

Comments
 (0)