From 49737fa288e18dd0f43d91898a8c83f865fe5cbd Mon Sep 17 00:00:00 2001 From: Maxime Mouial Date: Wed, 20 Mar 2019 14:38:16 -0600 Subject: [PATCH] Releasing 3.0.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8a5eafc..eba1656c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ CHANGELOG ========= +# 3.0.0 / 2019-05-17 + +- [FEATURE] On Linux: you can now add the Agent's user to additionnal groups. +- [DEPRECATION] Bumping this minimum supported Ansible version from 2.2 to 2.5 (version prior from 2.5 are EOL). +- [IMPROVEMENT] Use 'include_tasks' instead of 'include' which bump minimum ansible version to 2.4 (thanks to [@rouge8][]). +- [FIX] Make sure the Live Process agent and APM agent aren't started when datadog_enabled is set to false (thanks to [@pdecat][]). + # 2.6.0 / 2019-03-05 * [FEATURE] Add support for managing Windows hosts.