Skip to content

Commit d18fc48

Browse files
authored
[release] prepping 2.4.0 (#480)
* [release] prepping 2.4.0 * [changelog] further updates for release * [changelog] amending imprecise entry * [changelog] adding new changes * [changelog] updating with dependency cycle change * [changelog] set release date for 2.4.0
1 parent effeef1 commit d18fc48

File tree

2 files changed

+45
-2
lines changed

2 files changed

+45
-2
lines changed

CHANGELOG.md

+44-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
Changes
22
=======
33

4+
# 2.4.0 / 2018-12-27
5+
6+
### Notes
7+
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][])
17+
* [IMPROVEMENT] Silence agent6_extra_options notification on default params. See [#449][] (Thanks [@spectralblu][])
18+
* [IMPROVEMENT] Improve proxy argument management. See [#484][]
19+
* [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][]
27+
428
# 2.3.0 / 2018-07-11
529

630
### Notes
@@ -523,6 +547,21 @@ Please read the [docs]() for more details.
523547
[#444]: https://github.com/DataDog/puppet-datadog-agent/issues/444
524548
[#445]: https://github.com/DataDog/puppet-datadog-agent/issues/445
525549
[#446]: https://github.com/DataDog/puppet-datadog-agent/issues/446
550+
[#449]: https://github.com/DataDog/puppet-datadog-agent/issues/449
551+
[#455]: https://github.com/DataDog/puppet-datadog-agent/issues/455
552+
[#462]: https://github.com/DataDog/puppet-datadog-agent/issues/462
553+
[#463]: https://github.com/DataDog/puppet-datadog-agent/issues/463
554+
[#464]: https://github.com/DataDog/puppet-datadog-agent/issues/464
555+
[#466]: https://github.com/DataDog/puppet-datadog-agent/issues/466
556+
[#468]: https://github.com/DataDog/puppet-datadog-agent/issues/468
557+
[#470]: https://github.com/DataDog/puppet-datadog-agent/issues/470
558+
[#471]: https://github.com/DataDog/puppet-datadog-agent/issues/471
559+
[#472]: https://github.com/DataDog/puppet-datadog-agent/issues/472
560+
[#473]: https://github.com/DataDog/puppet-datadog-agent/issues/473
561+
[#475]: https://github.com/DataDog/puppet-datadog-agent/issues/475
562+
[#481]: https://github.com/DataDog/puppet-datadog-agent/issues/481
563+
[#482]: https://github.com/DataDog/puppet-datadog-agent/issues/482
564+
[#484]: https://github.com/DataDog/puppet-datadog-agent/issues/484
526565
[@Aramack]: https://github.com/Aramack
527566
[@BIAndrews]: https://github.com/BIAndrews
528567
[@ColinHebert]: https://github.com/ColinHebert
@@ -559,6 +598,7 @@ Please read the [docs]() for more details.
559598
[@dschaaff]: https://github.com/dschaaff
560599
[@dzinek]: https://github.com/dzinek
561600
[@eddmann]: https://github.com/eddmann
601+
[@evansj]: https://github.com/evansj
562602
[@ewansteele]: https://github.com/ewansteele
563603
[@ffleming]: https://github.com/ffleming
564604
[@flyinprogrammer]: https://github.com/flyinprogrammer
@@ -587,6 +627,7 @@ Please read the [docs]() for more details.
587627
[@obowersa]: https://github.com/obowersa
588628
[@oshmyrko]: https://github.com/oshmyrko
589629
[@pabrahamsson]: https://github.com/pabrahamsson
630+
[@paulhamby]: https://github.com/paulhamby
590631
[@pid1]: https://github.com/pid1
591632
[@pulkitsethi]: https://github.com/pulkitsethi
592633
[@rooprob]: https://github.com/rooprob
@@ -596,11 +637,13 @@ Please read the [docs]() for more details.
596637
[@samueljamesmarshall]: https://github.com/samueljamesmarshall
597638
[@scottgeary]: https://github.com/scottgeary
598639
[@sethcleveland]: https://github.com/sethcleveland
640+
[@spectralblu]: https://github.com/spectralblu
599641
[@stamak]: https://github.com/stamak
600642
[@stantona]: https://github.com/stantona
601643
[@swwolf]: https://github.com/swwolf
602644
[@szponek]: https://github.com/szponek
603645
[@tdm4]: https://github.com/tdm4
604646
[@teintuc]: https://github.com/teintuc
647+
[@tommoyangn]: https://github.com/tommoyangn
605648
[@tuxinaut]: https://github.com/tuxinaut
606-
[@yrcjaya]: https://github.com/yrcjaya
649+
[@yrcjaya]: https://github.com/yrcjaya

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datadog-datadog_agent",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"author": "James Turnbull (<[email protected]>) and Rob Terhaar (<rob@atlanticdynamic>) for Datadog Inc.",
55
"summary": "Install the Datadog monitoring agent and report Puppet runs to Datadog",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)