From bcae2804512aca69ffd82dfc6dd5cda2e5790423 Mon Sep 17 00:00:00 2001 From: Pablo Baeyens Date: Fri, 15 Jul 2022 13:54:40 +0200 Subject: [PATCH] Release 3.17 (#745) --- CHANGELOG.md | 10 +++++++++- metadata.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c458e92..24b01b7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changes ======= +# 3.17.0 / 2022-07-15 + +* [FEATURE] Add support for multiple network configuration options ([#732][]) (Thanks [@ryan-dyer-sp][]) +* [BUGFIX] Use proper version string for package.ensure on Windows ([#741][]) + # 3.16.0 / 2022-05-25 * [FEATURE] Allow configuring the Puppet reports endpoint ([#733][]) (Thanks [@ardichoke][]) @@ -879,7 +884,9 @@ Please read the [docs]() for more details. [#725]: https://github.com/DataDog/puppet-datadog-agent/issues/725 [#726]: https://github.com/DataDog/puppet-datadog-agent/issues/726 [#728]: https://github.com/DataDog/puppet-datadog-agent/issues/728 +[#732]: https://github.com/DataDog/puppet-datadog-agent/issues/732 [#733]: https://github.com/DataDog/puppet-datadog-agent/issues/733 +[#741]: https://github.com/DataDog/puppet-datadog-agent/issues/741 [@Aramack]: https://github.com/Aramack [@BIAndrews]: https://github.com/BIAndrews [@ChannoneArif-nbcuni]: https://github.com/ChannoneArif-nbcuni @@ -976,6 +983,7 @@ Please read the [docs]() for more details. [@rooprob]: https://github.com/rooprob [@rothgar]: https://github.com/rothgar [@rtyler]: https://github.com/rtyler +[@ryan-dyer-sp]: https://github.com/ryan-dyer-sp [@sambanks]: https://github.com/sambanks [@samueljamesmarshall]: https://github.com/samueljamesmarshall [@scottgeary]: https://github.com/scottgeary @@ -997,4 +1005,4 @@ Please read the [docs]() for more details. [@yrcjaya]: https://github.com/yrcjaya [@zabacad]: https://github.com/zabacad [@zickzackv]: https://github.com/zickzackv -[@zoom-kris-anderson]: https://github.com/zoom-kris-anderson +[@zoom-kris-anderson]: https://github.com/zoom-kris-anderson \ No newline at end of file diff --git a/metadata.json b/metadata.json index 6503bd43..4214651d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "datadog-datadog_agent", - "version": "3.16.0", + "version": "3.17.0", "author": "James Turnbull , Rob Terhaar , Jaime Fullaondo , Albert Vaca ", "summary": "Install the Datadog monitoring agent and report Puppet runs to Datadog", "license": "Apache-2.0",