From 47a52fcf99fe04a2efe78262c24b715cccc24306 Mon Sep 17 00:00:00 2001 From: Pablo Baeyens Date: Wed, 25 May 2022 09:16:29 +0200 Subject: [PATCH] Release 3.16 (#738) * Add 3.16 changelog * Update metadata version * Bump date to tomorrow --- CHANGELOG.md | 8 +++++++- metadata.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3acb032b..3c458e92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changes ======= +# 3.16.0 / 2022-05-25 + +* [FEATURE] Allow configuring the Puppet reports endpoint ([#733][]) (Thanks [@ardichoke][]) + # 3.15.0 / 2022-05-05 * [FEATURE] Support AlmaLinux and Rocky Linux with Puppet >= 7.12.0 ([#726][]) @@ -875,6 +879,7 @@ 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 +[#733]: https://github.com/DataDog/puppet-datadog-agent/issues/733 [@Aramack]: https://github.com/Aramack [@BIAndrews]: https://github.com/BIAndrews [@ChannoneArif-nbcuni]: https://github.com/ChannoneArif-nbcuni @@ -893,6 +898,7 @@ Please read the [docs]() for more details. [@alexfouche]: https://github.com/alexfouche [@alexharv074]: https://github.com/alexharv074 [@alvin-huang]: https://github.com/alvin-huang +[@ardichoke]: https://github.com/ardichoke [@arkpoah]: https://github.com/arkpoah [@asenci]: https://github.com/asenci [@atayts]: https://github.com/atayts @@ -991,4 +997,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 \ No newline at end of file +[@zoom-kris-anderson]: https://github.com/zoom-kris-anderson diff --git a/metadata.json b/metadata.json index 881615ae..6503bd43 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "datadog-datadog_agent", - "version": "3.15.0", + "version": "3.16.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",