Skip to content

3.0.0 / 2019-12-18

Compare
Choose a tag to compare
@albertvaka albertvaka released this 18 Dec 15:35
5c3ac3e

Overview

This release will install Agent 7.x by default.

Some config parameters prefixed with agent6/agent5 have been renamed to
accomodate this change. Please read the README for more details and update
your configuration accordingly.

Datadog Agent 7 uses Python 3 so if you were running any custom checks written
in Python, they must now be compatible with Python 3. If you were not running
any custom checks or if your custom checks are already compatible with Python 3,
then it is safe to upgrade.

Notes

  • [MAJOR] Agent 7 support. See #588.
    • Introduces agent_major_version parameter that replaces agent5_enable.
    • Removes agent6/agent5 prefixes in argument names.
    • Unifies config for Agent 5/6 repos and removes the use of facter.
  • [IMPROVEMENT] Removes uses of validate_legacy.
  • [IMPROVEMENT] Keeps the group ownership of config files as dd-agent.
  • [IMPROVEMENT] Removes service_name and package_name parameters.