Skip to content

Commit bcae280

Browse files
authored
Release 3.17 (#745)
1 parent 252da28 commit bcae280

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changes
22
=======
33

4+
# 3.17.0 / 2022-07-15
5+
6+
* [FEATURE] Add support for multiple network configuration options ([#732][]) (Thanks [@ryan-dyer-sp][])
7+
* [BUGFIX] Use proper version string for package.ensure on Windows ([#741][])
8+
49
# 3.16.0 / 2022-05-25
510

611
* [FEATURE] Allow configuring the Puppet reports endpoint ([#733][]) (Thanks [@ardichoke][])
@@ -879,7 +884,9 @@ Please read the [docs]() for more details.
879884
[#725]: https://github.com/DataDog/puppet-datadog-agent/issues/725
880885
[#726]: https://github.com/DataDog/puppet-datadog-agent/issues/726
881886
[#728]: https://github.com/DataDog/puppet-datadog-agent/issues/728
887+
[#732]: https://github.com/DataDog/puppet-datadog-agent/issues/732
882888
[#733]: https://github.com/DataDog/puppet-datadog-agent/issues/733
889+
[#741]: https://github.com/DataDog/puppet-datadog-agent/issues/741
883890
[@Aramack]: https://github.com/Aramack
884891
[@BIAndrews]: https://github.com/BIAndrews
885892
[@ChannoneArif-nbcuni]: https://github.com/ChannoneArif-nbcuni
@@ -976,6 +983,7 @@ Please read the [docs]() for more details.
976983
[@rooprob]: https://github.com/rooprob
977984
[@rothgar]: https://github.com/rothgar
978985
[@rtyler]: https://github.com/rtyler
986+
[@ryan-dyer-sp]: https://github.com/ryan-dyer-sp
979987
[@sambanks]: https://github.com/sambanks
980988
[@samueljamesmarshall]: https://github.com/samueljamesmarshall
981989
[@scottgeary]: https://github.com/scottgeary
@@ -997,4 +1005,4 @@ Please read the [docs]() for more details.
9971005
[@yrcjaya]: https://github.com/yrcjaya
9981006
[@zabacad]: https://github.com/zabacad
9991007
[@zickzackv]: https://github.com/zickzackv
1000-
[@zoom-kris-anderson]: https://github.com/zoom-kris-anderson
1008+
[@zoom-kris-anderson]: https://github.com/zoom-kris-anderson

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datadog-datadog_agent",
3-
"version": "3.16.0",
3+
"version": "3.17.0",
44
"author": "James Turnbull <james@lovedthanlost.net>, Rob Terhaar <rob@atlanticdynamic>, Jaime Fullaondo <jaime.fullaondo@datadoghq.com>, Albert Vaca <albert.vaca@datadoghq.com>",
55
"summary": "Install the Datadog monitoring agent and report Puppet runs to Datadog",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)