11Changes
22=======
33
4- # 2.4 .0 / 2018-12-27
4+ # 2.5 .0 / 2019-03-25
55
66### Notes
77
8- * [ FEATURE] Support EU site in the reporter. See [ #468 ] [ ]
9- * [ FEATURE] Add ` datadog_site ` for EU/USA region support. See [ #464 ] [ ]
10- * [ FEATURE] Make Agent 6 ` cmd_port ` configurable. See [ #473 ] [ ] (Thanks [ @arkpoah ] [ ] )
11- * [ FEATURE] Support backup keyservers. See [ #470 ] [ ]
12- * [ FEATURE] Support ` hostname_fqdn ` . See [ #481 ] [ ] (Thanks [ @alexfouche ] [ ] )
13- * [ FEATURE] Support GCE tag collection. See [ #481 ] [ ] (Thanks [ @alexfouche ] [ ] )
14- * [ FEATURE] Tomcat: support ` jmx_url ` option. See [ #482 ] [ ] (Thanks [ @evansj ] [ ] )
15- * [ IMPROVEMENT] Reports: fix ` hostname_extraction_regex ` default to undef. See [ #482 ] [ ] (Thanks [ @evansj ] [ ] )
16- * [ IMPROVEMENT] Use recommended locations for integration configs. See [ #481 ] [ ] (Thanks [ @alexfouche ] [ ] )
8+ * [ FEATURE] Kafka: Updated kafka integration to include all stats. See [ #498 ] [ ] (Thanks [ @dpricha89 ] [ ] )
9+ * [ FEATURE] PostgreSQL: enable extra metrics collection. See [ #493 ] [ ] (Thanks [ @diogokiss ] [ ] )
10+ * [ FEATURE] Reporting: make gem provider configurable at the datadog-agent class level. See [ #486 ] [ ]
11+ * [ IMPROVEMENT] Disk: support new integration options replacing deprecations. See [ #508 ] [ ]
12+ * [ IMPROVEMENT] Remove apt-transport-https package install. See [ #504 ] [ ] (Thanks [ @fr3nd ] [ ] )
13+ * [ BUGFIX] Reporting: use https:// in datadog-reports.yaml. See [ #503 ] [ ] (Thanks [ @cabrinha ] [ ] )
14+ * [ BUGFIX] TCP check: ` check_name ` instead of name. See [ #501 ] [ ] (Thanks [ @cabrinha ] [ ] )
15+ * [ BUGFIX] SSH check: fix broken config location: ` ssh_check.d ` instead of ` ssh.d ` . See [ #502 ] [ ] (Thanks [ @cabrinha ] [ ] )
16+ * [ BUGFIX] Revert chatty apt-get update behavior. See [ #506 ] [ ] and [ #507 ] [ ]
17+
18+
19+ # 2.4.1 / 2019-02-21
20+
21+ ### Notes
22+
23+ * [ FEATURE] APM Trace Search. See [ #485 ] [ ]
24+ * [ BUGFIX] Fix ` apm_analyzed_spans ` config directive. See [ #496 ] [ ] (Thanks [ @zoom-kris-anderson ] [ ] )
25+ * [ BUGFIX] Custom integration defined type bugfix. See [ #490 ] [ ] (Thanks [ @o0oxid ] [ ] )
26+ * [ DOCS] multiple documentation improvements. (See [ #492 ] [ ] and [ #487 ] [ ] )
27+
28+ # 2.4.0 / 2018-12-27
29+
30+ ### Notes
31+
32+ * [ FEATURE] Support EU site in the reporter. See [ #468 ] [ ]
33+ * [ FEATURE] Add ` datadog_site ` for EU/USA region support. See [ #464 ] [ ]
34+ * [ FEATURE] Make Agent 6 ` cmd_port ` configurable. See [ #473 ] [ ] (Thanks [ @arkpoah ] [ ] )
35+ * [ FEATURE] Support backup keyservers. See [ #470 ] [ ]
36+ * [ FEATURE] Support ` hostname_fqdn ` . See [ #481 ] [ ] (Thanks [ @alexfouche ] [ ] )
37+ * [ FEATURE] Support GCE tag collection. See [ #481 ] [ ] (Thanks [ @alexfouche ] [ ] )
38+ * [ FEATURE] Tomcat: support ` jmx_url ` option. See [ #482 ] [ ] (Thanks [ @evansj ] [ ] )
39+ * [ IMPROVEMENT] Reports: fix ` hostname_extraction_regex ` default to undef. See [ #482 ] [ ] (Thanks [ @evansj ] [ ] )
40+ * [ IMPROVEMENT] Use recommended locations for integration configs. See [ #481 ] [ ] (Thanks [ @alexfouche ] [ ] )
1741* [ IMPROVEMENT] Silence agent6_extra_options notification on default params. See [ #449 ] [ ] (Thanks [ @spectralblu ] [ ] )
1842* [ IMPROVEMENT] Improve proxy argument management. See [ #484 ] [ ]
1943* [ IMPROVEMENT] Generic integrations improvements. See [ #471 ] [ ]
20- * [ BUGFIX] Fix potential dependency cycle when used with other modules. See [ #463 ] [ ]
21- * [ BUGFIX] Fix Hiera tag merge in process integration. See [ #481 ] [ ] (Thanks [ @alexfouche ] [ ] )
22- * [ BUGFIX] Merge ` datadog_agent::tags ` hiera values. See [ #472 ] [ ] (Thanks [ @paulhamby ] [ ] )
23- * [ BUGFIX] Fix ` apm_enabled ` YAML. See [ #466 ] [ ] (Thanks [ @NoodlesNZ ] [ ] )
24- * [ BUGFIX] Fix ` facts_to_tags ` regression in Agent 6. See [ #455 ] [ ] (Thanks [ @tommoyangn ] [ ] )
25- * [ TEST] Removing ` sudo: false ` as required by Travis CI. See [ #475 ] [ ]
26- * [ TEST] Adding vagrant-based test environment facilities. See [ #462 ] [ ]
44+ * [ BUGFIX] Fix potential dependency cycle when used with other modules. See [ #463 ] [ ]
45+ * [ BUGFIX] Fix Hiera tag merge in process integration. See [ #481 ] [ ] (Thanks [ @alexfouche ] [ ] )
46+ * [ BUGFIX] Merge ` datadog_agent::tags ` hiera values. See [ #472 ] [ ] (Thanks [ @paulhamby ] [ ] )
47+ * [ BUGFIX] Fix ` apm_enabled ` YAML. See [ #466 ] [ ] (Thanks [ @NoodlesNZ ] [ ] )
48+ * [ BUGFIX] Fix ` facts_to_tags ` regression in Agent 6. See [ #455 ] [ ] (Thanks [ @tommoyangn ] [ ] )
49+ * [ TEST] Removing ` sudo: false ` as required by Travis CI. See [ #475 ] [ ]
50+ * [ TEST] Adding vagrant-based test environment facilities. See [ #462 ] [ ]
2751
2852# 2.3.0 / 2018-07-11
2953
@@ -82,11 +106,11 @@ Changes
82106
83107# 2.0.0 / 2018-02-27
84108
85- ### Overview
86- This release is a mejor release, there are a some breaking changes. We have
87- tried to keep the interface as similar as possible to what the community
88- was already used to, but have had to make some changes and cleaned up some
89- of the interfaces to some classes. Most notably the main ` datadog_agent `
109+ ### Overview
110+ This release is a mejor release, there are a some breaking changes. We have
111+ tried to keep the interface as similar as possible to what the community
112+ was already used to, but have had to make some changes and cleaned up some
113+ of the interfaces to some classes. Most notably the main ` datadog_agent `
90114class, and the ` datadog_agent::ubuntu ` and ` datadog_agent::redhat ` .
91115
92116Most checks manifest should remain backward compatible.
@@ -95,8 +119,8 @@ Please note this new release will install datadog agent version 6.x by default.
95119
96120Finally, deprecated modules and support for EOL'd puppets has been dropped
97121so if you're running a puppet server <= ` 4.5.x ` or PE <= ` 2016.4.x ` although
98- the module might work for some versions, it has not been tested in those
99- environments.
122+ the module might work for some versions, it has not been tested in those
123+ environments.
100124
101125Please read the [ docs] ( ) for more details.
102126
@@ -136,10 +160,10 @@ Please read the [docs]() for more details.
136160* [ IMPROVEMENT] pgbouncer: support multiple instances. See [ #361 ] [ ] (thanks [ @ajvb ] [ ] )
137161* [ IMPROVEMENT] general cleanup. See [ #357 ] [ ] and [ #376 ] [ ] (thanks [ @alexfouche ] [ ] )
138162
139- * [ BUGFIX] agent6: fix downgrade back to agent5 if on ` latest ` version. See [ #375 ] [ ]
140- * [ BUGFIX] apt: only grep for last 8 characters to verify key. See [ #373 ] [ ] and [ #374 ] [ ] (thanks [ @szponek ] [ ] )
163+ * [ BUGFIX] agent6: fix downgrade back to agent5 if on ` latest ` version. See [ #375 ] [ ]
164+ * [ BUGFIX] apt: only grep for last 8 characters to verify key. See [ #373 ] [ ] and [ #374 ] [ ] (thanks [ @szponek ] [ ] )
141165
142- * [ DOCUMENTATION] fix tagging documentation. See [ #347 ] [ ] (thanks [ @bit-herder ] [ ] )
166+ * [ DOCUMENTATION] fix tagging documentation. See [ #347 ] [ ] (thanks [ @bit-herder ] [ ] )
143167
144168# 1.11.0 / 2017-07-27
145169
@@ -562,6 +586,21 @@ Please read the [docs]() for more details.
562586[ #481 ] : https://github.com/DataDog/puppet-datadog-agent/issues/481
563587[ #482 ] : https://github.com/DataDog/puppet-datadog-agent/issues/482
564588[ #484 ] : https://github.com/DataDog/puppet-datadog-agent/issues/484
589+ [ #485 ] : https://github.com/DataDog/puppet-datadog-agent/issues/485
590+ [ #486 ] : https://github.com/DataDog/puppet-datadog-agent/issues/486
591+ [ #487 ] : https://github.com/DataDog/puppet-datadog-agent/issues/487
592+ [ #490 ] : https://github.com/DataDog/puppet-datadog-agent/issues/490
593+ [ #492 ] : https://github.com/DataDog/puppet-datadog-agent/issues/492
594+ [ #493 ] : https://github.com/DataDog/puppet-datadog-agent/issues/493
595+ [ #496 ] : https://github.com/DataDog/puppet-datadog-agent/issues/496
596+ [ #498 ] : https://github.com/DataDog/puppet-datadog-agent/issues/498
597+ [ #501 ] : https://github.com/DataDog/puppet-datadog-agent/issues/501
598+ [ #502 ] : https://github.com/DataDog/puppet-datadog-agent/issues/502
599+ [ #503 ] : https://github.com/DataDog/puppet-datadog-agent/issues/503
600+ [ #504 ] : https://github.com/DataDog/puppet-datadog-agent/issues/504
601+ [ #506 ] : https://github.com/DataDog/puppet-datadog-agent/issues/506
602+ [ #507 ] : https://github.com/DataDog/puppet-datadog-agent/issues/507
603+ [ #508 ] : https://github.com/DataDog/puppet-datadog-agent/issues/508
565604[ @Aramack ] : https://github.com/Aramack
566605[ @BIAndrews ] : https://github.com/BIAndrews
567606[ @ColinHebert ] : https://github.com/ColinHebert
@@ -584,6 +623,7 @@ Please read the [docs]() for more details.
584623[ @bit-herder ] : https://github.com/bit-herder
585624[ @bittner ] : https://github.com/bittner
586625[ @butangero ] : https://github.com/butangero
626+ [ @cabrinha ] : https://github.com/cabrinha
587627[ @ckolos ] : https://github.com/ckolos
588628[ @com6056 ] : https://github.com/com6056
589629[ @craigwatson ] : https://github.com/craigwatson
@@ -594,14 +634,17 @@ Please read the [docs]() for more details.
594634[ @davidgibbons ] : https://github.com/davidgibbons
595635[ @degemer ] : https://github.com/degemer
596636[ @denmat ] : https://github.com/denmat
637+ [ @diogokiss ] : https://github.com/diogokiss
597638[ @djova ] : https://github.com/djova
639+ [ @dpricha89 ] : https://github.com/dpricha89
598640[ @dschaaff ] : https://github.com/dschaaff
599641[ @dzinek ] : https://github.com/dzinek
600642[ @eddmann ] : https://github.com/eddmann
601643[ @evansj ] : https://github.com/evansj
602644[ @ewansteele ] : https://github.com/ewansteele
603645[ @ffleming ] : https://github.com/ffleming
604646[ @flyinprogrammer ] : https://github.com/flyinprogrammer
647+ [ @fr3nd ] : https://github.com/fr3nd
605648[ @fwelschen ] : https://github.com/fwelschen
606649[ @fzwart ] : https://github.com/fzwart
607650[ @generica ] : https://github.com/generica
@@ -623,6 +666,7 @@ Please read the [docs]() for more details.
623666[ @mrunkel-ut ] : https://github.com/mrunkel-ut
624667[ @mtougeron ] : https://github.com/mtougeron
625668[ @npaufler ] : https://github.com/npaufler
669+ [ @o0oxid ] : https://github.com/o0oxid
626670[ @obi11235 ] : https://github.com/obi11235
627671[ @obowersa ] : https://github.com/obowersa
628672[ @oshmyrko ] : https://github.com/oshmyrko
@@ -647,3 +691,4 @@ Please read the [docs]() for more details.
647691[ @tommoyangn ] : https://github.com/tommoyangn
648692[ @tuxinaut ] : https://github.com/tuxinaut
649693[ @yrcjaya ] : https://github.com/yrcjaya
694+ [ @zoom-kris-anderson ] : https://github.com/zoom-kris-anderson
0 commit comments