Skip to content

Commit b97282a

Browse files
authored
Release 2.10.0 (#590)
1 parent 132e6d9 commit b97282a

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
Changes
22
=======
33

4+
# 2.10.0 / 2019-12-12
5+
6+
### Notes
7+
8+
* [FEATURE] Add Network Performance Monitoring support. See [#584][]. (Thanks [@asenci][]))
9+
* [BUGFIX] Fix logs section of mysql.yaml being ignored. See [#587][]. (Thanks [@asenci][]))
10+
411
# 2.9.0 / 2019-11-20
512

613
### Notes
714

815
* [FEATURE] Official Windows support.
9-
* [FEATURE] Support latest version of puppet libraries [#576][]. (Thanks [@flyinbutrs][]))
10-
* [FEATURE] Support Oracle Linux. [#574][]. (Thanks [@atayts][]))
11-
* [FEATURE] Add logs parameter to mysql integration. [#572][]. (Thanks [@asenci][]))
16+
* [FEATURE] Support latest version of puppet libraries. See [#576][]. (Thanks [@flyinbutrs][]))
17+
* [FEATURE] Support Oracle Linux. See [#574][]. (Thanks [@atayts][]))
18+
* [FEATURE] Add logs parameter to mysql integration. See [#572][]. (Thanks [@asenci][]))
1219
* [BUGFIX] Remove unnecessary restart of the agent on Windows. [#562][]. (Thanks [@jvanbrunschot][]))
1320
* [BUGFIX] Give Administrator group access to datadog.yaml. See [#571][].
1421
* [BUGFIX] Fix import of RPM key on recent versions of GPG. See [#581][]. (Thanks [@devinmatte][]))
@@ -682,6 +689,8 @@ Please read the [docs]() for more details.
682689
[#576]: https://github.com/DataDog/puppet-datadog-agent/issues/576
683690
[#578]: https://github.com/DataDog/puppet-datadog-agent/issues/578
684691
[#581]: https://github.com/DataDog/puppet-datadog-agent/issues/581
692+
[#584]: https://github.com/DataDog/puppet-datadog-agent/issues/584
693+
[#587]: https://github.com/DataDog/puppet-datadog-agent/issues/587
685694
[@Aramack]: https://github.com/Aramack
686695
[@BIAndrews]: https://github.com/BIAndrews
687696
[@ColinHebert]: https://github.com/ColinHebert

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datadog-datadog_agent",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"author": "James Turnbull (<[email protected]>) and Rob Terhaar (<rob@atlanticdynamic>) for Datadog Inc.",
55
"summary": "Install the Datadog monitoring agent and report Puppet runs to Datadog",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)