diff --git a/CHANGELOG.md b/CHANGELOG.md index 053ba8c1..98318726 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ Changes ======= +# 2.4.0 / 2018-12-27 + +### Notes + +* [FEATURE] Support EU site in the reporter. See [#468][] +* [FEATURE] Add `datadog_site` for EU/USA region support. See [#464][] +* [FEATURE] Make Agent 6 `cmd_port` configurable. See [#473][] (Thanks [@arkpoah][]) +* [FEATURE] Support backup keyservers. See [#470][] +* [FEATURE] Support `hostname_fqdn`. See [#481][] (Thanks [@alexfouche][]) +* [FEATURE] Support GCE tag collection. See [#481][] (Thanks [@alexfouche][]) +* [FEATURE] Tomcat: support `jmx_url` option. See [#482][] (Thanks [@evansj][]) +* [IMPROVEMENT] Reports: fix `hostname_extraction_regex` default to undef. See [#482][] (Thanks [@evansj][]) +* [IMPROVEMENT] Use recommended locations for integration configs. See [#481][] (Thanks [@alexfouche][]) +* [IMPROVEMENT] Silence agent6_extra_options notification on default params. See [#449][] (Thanks [@spectralblu][]) +* [IMPROVEMENT] Improve proxy argument management. See [#484][] +* [IMPROVEMENT] Generic integrations improvements. See [#471][] +* [BUGFIX] Fix potential dependency cycle when used with other modules. See [#463][] +* [BUGFIX] Fix Hiera tag merge in process integration. See [#481][] (Thanks [@alexfouche][]) +* [BUGFIX] Merge `datadog_agent::tags` hiera values. See [#472][] (Thanks [@paulhamby][]) +* [BUGFIX] Fix `apm_enabled` YAML. See [#466][] (Thanks [@NoodlesNZ][]) +* [BUGFIX] Fix `facts_to_tags` regression in Agent 6. See [#455][] (Thanks [@tommoyangn][]) +* [TEST] Removing `sudo: false` as required by Travis CI. See [#475][] +* [TEST] Adding vagrant-based test environment facilities. See [#462][] + # 2.3.0 / 2018-07-11 ### Notes @@ -523,6 +547,21 @@ Please read the [docs]() for more details. [#444]: https://github.com/DataDog/puppet-datadog-agent/issues/444 [#445]: https://github.com/DataDog/puppet-datadog-agent/issues/445 [#446]: https://github.com/DataDog/puppet-datadog-agent/issues/446 +[#449]: https://github.com/DataDog/puppet-datadog-agent/issues/449 +[#455]: https://github.com/DataDog/puppet-datadog-agent/issues/455 +[#462]: https://github.com/DataDog/puppet-datadog-agent/issues/462 +[#463]: https://github.com/DataDog/puppet-datadog-agent/issues/463 +[#464]: https://github.com/DataDog/puppet-datadog-agent/issues/464 +[#466]: https://github.com/DataDog/puppet-datadog-agent/issues/466 +[#468]: https://github.com/DataDog/puppet-datadog-agent/issues/468 +[#470]: https://github.com/DataDog/puppet-datadog-agent/issues/470 +[#471]: https://github.com/DataDog/puppet-datadog-agent/issues/471 +[#472]: https://github.com/DataDog/puppet-datadog-agent/issues/472 +[#473]: https://github.com/DataDog/puppet-datadog-agent/issues/473 +[#475]: https://github.com/DataDog/puppet-datadog-agent/issues/475 +[#481]: https://github.com/DataDog/puppet-datadog-agent/issues/481 +[#482]: https://github.com/DataDog/puppet-datadog-agent/issues/482 +[#484]: https://github.com/DataDog/puppet-datadog-agent/issues/484 [@Aramack]: https://github.com/Aramack [@BIAndrews]: https://github.com/BIAndrews [@ColinHebert]: https://github.com/ColinHebert @@ -559,6 +598,7 @@ Please read the [docs]() for more details. [@dschaaff]: https://github.com/dschaaff [@dzinek]: https://github.com/dzinek [@eddmann]: https://github.com/eddmann +[@evansj]: https://github.com/evansj [@ewansteele]: https://github.com/ewansteele [@ffleming]: https://github.com/ffleming [@flyinprogrammer]: https://github.com/flyinprogrammer @@ -587,6 +627,7 @@ Please read the [docs]() for more details. [@obowersa]: https://github.com/obowersa [@oshmyrko]: https://github.com/oshmyrko [@pabrahamsson]: https://github.com/pabrahamsson +[@paulhamby]: https://github.com/paulhamby [@pid1]: https://github.com/pid1 [@pulkitsethi]: https://github.com/pulkitsethi [@rooprob]: https://github.com/rooprob @@ -596,11 +637,13 @@ Please read the [docs]() for more details. [@samueljamesmarshall]: https://github.com/samueljamesmarshall [@scottgeary]: https://github.com/scottgeary [@sethcleveland]: https://github.com/sethcleveland +[@spectralblu]: https://github.com/spectralblu [@stamak]: https://github.com/stamak [@stantona]: https://github.com/stantona [@swwolf]: https://github.com/swwolf [@szponek]: https://github.com/szponek [@tdm4]: https://github.com/tdm4 [@teintuc]: https://github.com/teintuc +[@tommoyangn]: https://github.com/tommoyangn [@tuxinaut]: https://github.com/tuxinaut -[@yrcjaya]: https://github.com/yrcjaya \ No newline at end of file +[@yrcjaya]: https://github.com/yrcjaya diff --git a/metadata.json b/metadata.json index 616b9202..618a0a90 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "datadog-datadog_agent", - "version": "2.3.0", + "version": "2.4.0", "author": "James Turnbull () and Rob Terhaar () for Datadog Inc.", "summary": "Install the Datadog monitoring agent and report Puppet runs to Datadog", "license": "Apache-2.0",