Releases: DataDog/puppet-datadog-agent
Releases · DataDog/puppet-datadog-agent
3.22.0 / 2023-11-15
[FEATURE] Add support to run agent as domain user on Windows installation ([#785])
[SANITY] Remove usage of Puppet legacy Facts ([#790])(Thanks [@cocker-cc])
[SANITY] Remove usage of puppetlabs-ruby deprecated module ([#789])
3.21.0 / 2023-07-05
[FEATURE] Trust new APT and RPM keys. (#782)
3.20.0 / 2023-01-12
- [DEPRECATE] Remove the old RPM GPG key 4172A230 from hosts that still trust it, and stop trusting it @KSerrania #770
3.19.0 / 2022-11-17
- [FEATURE] Restart Agent service on Windows on system probe configuration changes (#761)
3.18.0 / 2022-10-13
- [BUGFIX] Make
datadog_agent::service::enable
type more general (#756) - [BUGFIX] Hide diff for datadog.yaml file (#755)
- [FEATURE] Solr: rely on built-in default metrics (#748) (Thanks @rud)
- [FEATURE] Mongo: Replace Deprecated Parameters (#752) (Thanks @jabbate19)
- [FEATURE] Cassandra, MySQL: Add support for max_returned_metrics and dbm options (#751) (Thanks @rgergo)
- [BUGFIX] Bump tzinfo from 1.2.9 to 2.0.5 (#746)
3.17.0 / 2022-07-15
- [FEATURE] Add support for multiple network configuration options (#732) (Thanks @ryan-dyer-sp)
- [BUGFIX] Use proper version string for package.ensure on Windows (#741)
3.16.0 / 2022-05-25
- [FEATURE] Allow configuring the Puppet reports endpoint (#733) (Thanks @ardichoke)
3.15.0 / 2022-05-05
- [FEATURE] Support AlmaLinux and Rocky Linux with Puppet >= 7.12.0 (#726)
- [BUGFIX] Integration recipes now require datadog_agent instead of include datadog_agent (#725)
- [BUGFIX] Allow latest versions of: stdlib, concat, apt (#728) (Thanks @damonmaria)
3.14.0 🥧🥧🥧 / 2021-09-29
- [FEATURE] Support Raspbian as debian-based systems (#719) (Thanks @Mstrodl)
- [FEATURE] Add support for security-agent config (#706) (Thanks @florusboth)
- [BUGFIX] Fix "Unable to locate package datadog-signing-keys" error on first run on new installs (#721)
3.13.0 / 2021-08-11
- [CHORE] Run
bundle update
on Ruby 2.5.1 (#712) - [FEATURE] Install datadog-signing-keys on Debian based platforms (#709)
- [BUGFIX] Do not add process integration configuration file if not configured (#703) (Thanks @yanjunding)
- [FEATURE] add support for
min_collection_interval
for HTTP check (#699) (Thanks @yanjunding) - [FEATURE] Improvements for APT keys management (#698, #700, #701 and #714)
- [FEATURE] Include 'datadog_agent' class in the catalog when using the generic integration (#697) (Thanks @stantona)
- [BUGFIX] Update
excluded_interface_re
type to String (#696) (Thanks @florusboth)