Skip to content

Releases: DataDog/puppet-datadog-agent

3.12.0 / 2021-05-06

06 May 13:48
b9e8d15
Compare
Choose a tag to compare
  • [FEATURE] Support for NPM on Windows #688
  • [FEATURE] Enable repo_gpgcheck for RPM repositories by default #693
  • [FEATURE] Add the 'current' gpg key, only use 1 gpgkey on suse < 15 #687
  • [BUGFIX] Fix typo in network.yaml.erb #690 (Thanks @florusboth)
  • [BUGFIX] Fix tool_version being unknown in install_info #692

3.11.0 / 2021-03-01

01 Mar 11:43
Compare
Choose a tag to compare
  • [FEATURE] Add support for SUSE distros [#682]
  • [FEATURE] Allow specifying an agent_flavor to install [#686] (Thanks [@Aramack])
  • [FEATURE] Expose new parameters for disk check [#679]
  • [BUGFIX] Fix service restart on Windows [#681]

3.10.0 / 2020-12-10

10 Dec 13:21
0c218af
Compare
Choose a tag to compare
  • [FEATURE] Allow removing check config files #675
  • [FEATURE] Allow creating more than one config file per integration #677

3.9.0 / 2020-11-20

20 Nov 10:20
0822e66
Compare
Choose a tag to compare
  • [FEATURE] Add support for trusted fact tags in reports #662 (Thanks @murdok5)
  • [FEATURE] Add support for collecting elasticsearch index_stats #666 (Thanks @charles-ferguson)
  • [FEATURE] Trust new APT and RPM keys #667
  • [BUGFIX] Fix passing tags to msiexec #661 (Thanks @alexberry)
  • [BUGFIX] Only declare the Agent package if not already declared #672
  • [BUGFIX] Fix Package not depending on the right Yumrepo #664

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