Releases: DataDog/puppet-datadog-agent
3.8.0 / 2020-10-14
- [FEATURE] Add trusted_facts_to_tags argument to add Agent tags from trusted facts #658
3.7.0 / 2020-10-06
- [FEATURE] Allow digging into hashes in facts for tags on Puppet < 6.0 #656
3.6.0 / 2020-09-28
3.5.0 / 2020-08-27
3.4.0 / 2020-07-15
[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
3.2.0 / 2020-05-07
- [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
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
andssl_server_name
parameters to thehttp_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
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 replacesagent5_enable
. - Removes
agent6
/agent5
prefixes in argument names. - Unifies config for Agent 5/6 repos and removes the use of facter.
- Introduces
- [IMPROVEMENT] Removes uses of
validate_legacy
. - [IMPROVEMENT] Keeps the group ownership of config files as
dd-agent
. - [IMPROVEMENT] Removes
service_name
andpackage_name
parameters.