Skip to content

Commit

Permalink
Merge pull request #561 from DataDog/albertvaka/release-2.8.0
Browse files Browse the repository at this point in the history
Release 2.8.0
  • Loading branch information
albertvaka authored Sep 18, 2019
2 parents 28db9c6 + f1e462f commit adaacc3
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changes
=======

# 2.8.0 / 2019-09-18

### Notes

* [FEATURE] Initial Windows support. See [#557][]
* [FEATURE] Add ignore_ssl_warning to HTTP check. See [#556][] (Thanks [@zabacad][])
* [FEATURE] Add logs_open_files_limit parameter [#548][]. (Thanks [@rmrf-run][]))
* [BUGFIX] Fix a warning caused by calling `validate_legacy` with the default `additional_checksd` value of `undef`. See [#551][].
* [BUGFIX] Fix Redis integration, where tags weren't evaluated when the keys param was empty. See [#558][] (Thanks [@jubagarie][])
* [DOCUMENTATION] Fix doc for HTTP check include_content. See [#555][] (Thanks [@zabacad][])

# 2.7.0 / 2019-07-11

### Notes
@@ -645,6 +656,12 @@ Please read the [docs]() for more details.
[#537]: https://github.com/DataDog/puppet-datadog-agent/issues/537
[#544]: https://github.com/DataDog/puppet-datadog-agent/issues/544
[#545]: https://github.com/DataDog/puppet-datadog-agent/issues/545
[#548]: https://github.com/DataDog/puppet-datadog-agent/issues/548
[#551]: https://github.com/DataDog/puppet-datadog-agent/issues/551
[#555]: https://github.com/DataDog/puppet-datadog-agent/issues/555
[#556]: https://github.com/DataDog/puppet-datadog-agent/issues/556
[#557]: https://github.com/DataDog/puppet-datadog-agent/issues/557
[#558]: https://github.com/DataDog/puppet-datadog-agent/issues/558
[@Aramack]: https://github.com/Aramack
[@BIAndrews]: https://github.com/BIAndrews
[@ColinHebert]: https://github.com/ColinHebert
@@ -704,6 +721,7 @@ Please read the [docs]() for more details.
[@jensendw]: https://github.com/jensendw
[@jfrost]: https://github.com/jfrost
[@jniesen]: https://github.com/jniesen
[@jubagarie]: https://github.com/jubagarie
[@kevin-bowers]: https://github.com/kevin-bowers
[@kitchen]: https://github.com/kitchen
[@lowkeyshift]: https://github.com/lowkeyshift
@@ -721,6 +739,7 @@ Please read the [docs]() for more details.
[@paulhamby]: https://github.com/paulhamby
[@pid1]: https://github.com/pid1
[@pulkitsethi]: https://github.com/pulkitsethi
[@rmrf-run]: https://github.com/rmrf-run
[@rooprob]: https://github.com/rooprob
[@rothgar]: https://github.com/rothgar
[@rtyler]: https://github.com/rtyler
@@ -741,5 +760,6 @@ Please read the [docs]() for more details.
[@turnopil]: https://github.com/turnopil
[@tuxinaut]: https://github.com/tuxinaut
[@yrcjaya]: https://github.com/yrcjaya
[@zabacad]: https://github.com/zabacad
[@zickzackv]: https://github.com/zickzackv
[@zoom-kris-anderson]: https://github.com/zoom-kris-anderson
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datadog-datadog_agent",
"version": "2.7.0",
"version": "2.8.0",
"author": "James Turnbull (<james@lovedthanlost.net>) and Rob Terhaar (<rob@atlanticdynamic>) for Datadog Inc.",
"summary": "Install the Datadog monitoring agent and report Puppet runs to Datadog",
"license": "Apache-2.0",

0 comments on commit adaacc3

Please sign in to comment.