Skip to content

Commit adaacc3

Browse files
authored
Merge pull request #561 from DataDog/albertvaka/release-2.8.0
Release 2.8.0
2 parents 28db9c6 + f1e462f commit adaacc3

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changes
22
=======
33

4+
# 2.8.0 / 2019-09-18
5+
6+
### Notes
7+
8+
* [FEATURE] Initial Windows support. See [#557][]
9+
* [FEATURE] Add ignore_ssl_warning to HTTP check. See [#556][] (Thanks [@zabacad][])
10+
* [FEATURE] Add logs_open_files_limit parameter [#548][]. (Thanks [@rmrf-run][]))
11+
* [BUGFIX] Fix a warning caused by calling `validate_legacy` with the default `additional_checksd` value of `undef`. See [#551][].
12+
* [BUGFIX] Fix Redis integration, where tags weren't evaluated when the keys param was empty. See [#558][] (Thanks [@jubagarie][])
13+
* [DOCUMENTATION] Fix doc for HTTP check include_content. See [#555][] (Thanks [@zabacad][])
14+
415
# 2.7.0 / 2019-07-11
516

617
### Notes
@@ -645,6 +656,12 @@ Please read the [docs]() for more details.
645656
[#537]: https://github.com/DataDog/puppet-datadog-agent/issues/537
646657
[#544]: https://github.com/DataDog/puppet-datadog-agent/issues/544
647658
[#545]: https://github.com/DataDog/puppet-datadog-agent/issues/545
659+
[#548]: https://github.com/DataDog/puppet-datadog-agent/issues/548
660+
[#551]: https://github.com/DataDog/puppet-datadog-agent/issues/551
661+
[#555]: https://github.com/DataDog/puppet-datadog-agent/issues/555
662+
[#556]: https://github.com/DataDog/puppet-datadog-agent/issues/556
663+
[#557]: https://github.com/DataDog/puppet-datadog-agent/issues/557
664+
[#558]: https://github.com/DataDog/puppet-datadog-agent/issues/558
648665
[@Aramack]: https://github.com/Aramack
649666
[@BIAndrews]: https://github.com/BIAndrews
650667
[@ColinHebert]: https://github.com/ColinHebert
@@ -704,6 +721,7 @@ Please read the [docs]() for more details.
704721
[@jensendw]: https://github.com/jensendw
705722
[@jfrost]: https://github.com/jfrost
706723
[@jniesen]: https://github.com/jniesen
724+
[@jubagarie]: https://github.com/jubagarie
707725
[@kevin-bowers]: https://github.com/kevin-bowers
708726
[@kitchen]: https://github.com/kitchen
709727
[@lowkeyshift]: https://github.com/lowkeyshift
@@ -721,6 +739,7 @@ Please read the [docs]() for more details.
721739
[@paulhamby]: https://github.com/paulhamby
722740
[@pid1]: https://github.com/pid1
723741
[@pulkitsethi]: https://github.com/pulkitsethi
742+
[@rmrf-run]: https://github.com/rmrf-run
724743
[@rooprob]: https://github.com/rooprob
725744
[@rothgar]: https://github.com/rothgar
726745
[@rtyler]: https://github.com/rtyler
@@ -741,5 +760,6 @@ Please read the [docs]() for more details.
741760
[@turnopil]: https://github.com/turnopil
742761
[@tuxinaut]: https://github.com/tuxinaut
743762
[@yrcjaya]: https://github.com/yrcjaya
763+
[@zabacad]: https://github.com/zabacad
744764
[@zickzackv]: https://github.com/zickzackv
745765
[@zoom-kris-anderson]: https://github.com/zoom-kris-anderson

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datadog-datadog_agent",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"author": "James Turnbull (<james@lovedthanlost.net>) 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)