Skip to content

Releases: DataDog/puppet-datadog-agent

3.8.0 / 2020-10-14

20 Nov 09:35
7a83027
Compare
Choose a tag to compare
  • [FEATURE] Add trusted_facts_to_tags argument to add Agent tags from trusted facts #658

3.7.0 / 2020-10-06

06 Oct 18:35
1572ae0
Compare
Choose a tag to compare
  • [FEATURE] Allow digging into hashes in facts for tags on Puppet < 6.0 #656

3.6.0 / 2020-09-28

28 Sep 15:25
9985be0
Compare
Choose a tag to compare
  • [FEATURE] Add OOM kill check. #653
  • [BUGFIX] Relax constraint on Powershell dependency #654

3.5.0 / 2020-08-27

27 Aug 09:07
8d1f15d
Compare
Choose a tag to compare
  • [FEATURE] Update report processor to add tag function based on Puppet facts. See #641 (Thanks @murdok5)
  • [FEATURE] Add support for third-party integrations. See #643

3.4.0 / 2020-07-15

16 Jul 11:57
e49df4f
Compare
Choose a tag to compare

[BUGFIX] Update MSI validation resource to prevent false change reports. See #636 (Thanks @murdok5)
[BUGFIX] Report procesor: pass msg_host to Dogapi::Client as host. See #511 (Thanks @dbednall)
[BUGFIX] Fix apt dependency circle. See #633 (Thanks @vaisingh)
[CHORE] Add some more logging to Puppet reports. See #639

3.3.0 / 2020-06-10

10 Jun 16:24
93336c0
Compare
Choose a tag to compare
  • [FEATURE] Add install_info file. See #628
  • [FEATURE] Add init_config argument to process integration. See #624 (Thanks @ffrants)
  • [FEATURE] Update cassandra.yaml.erb template. See #626 (Thanks @ffrants)
  • [BUGFIX] Pass proxy configuration from agent_extra_options to dogapi. See #630

3.2.0 / 2020-05-07

10 Jun 16:23
91a0fff
Compare
Choose a tag to compare
  • [FEATURE] Add manage_install option to disable installing the Agent. See #608
  • [FEATURE] Add manage_dogapi_gem, to disable the management of ruby in reports. See #613
  • [FEATURE] Add fastcgi option to the php-fpm integration. See #616 (Thanks @ChannoneArif-nbcuni)
  • [FEATURE] Add automatic scrubbing for tracing with the apm_obfuscation option. See #615
  • [FEATURE] Support for additional parameters in the snmp integration. See #621 (Thanks @asenci)
  • [BUGFIX] Fix missing newlines between fields in snmp integration config See #622

3.1.0 / 2020-01-14

14 Jan 13:16
Compare
Choose a tag to compare

Notes

  • [FEATURE] Accept the same version string in Debian/Ubuntu than in other OSes when pinning the Agent. See #591
  • [FEATURE] Add the check_hostname and ssl_server_name parameters to the http_check integration. See #599 (thanks @asenci)
  • [BUGFIX] Remove include from system_probe.pp that caused error "This Function Call is unacceptable as a top level construct in this location" on recent Puppet versions. See #596 (thanks again @asenci)
  • [BUGFIX] Fix broken facts_to_tags on Agent 5. See #598
  • [CHORE] Migrate project to PDK (Puppet Development Kit). See #597

3.0.0 / 2019-12-18

18 Dec 15:35
5c3ac3e
Compare
Choose a tag to compare

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.

2.10.0 / 2019-12-12

12 Dec 13:21
b97282a
Compare
Choose a tag to compare

Notes

  • [FEATURE] Add Network Performance Monitoring support. See #584. (Thanks @asenci))
  • [BUGFIX] Fix logs section of mysql.yaml being ignored. See #587. (Thanks @asenci))