From f1e462fc3d72d9e616062085727c4ecb2ff6b774 Mon Sep 17 00:00:00 2001 From: Albert Vaca Date: Wed, 18 Sep 2019 15:15:22 +0200 Subject: [PATCH] Release 2.8.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ metadata.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a07cfa65..ce9d7ca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/metadata.json b/metadata.json index 3a779906..1b8a8ab3 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "datadog-datadog_agent", - "version": "2.7.0", + "version": "2.8.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",