File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
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
+
4
11
# 2.9.0 / 2019-11-20
5
12
6
13
### Notes
7
14
8
15
* [ 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 ] [ ] ))
12
19
* [ BUGFIX] Remove unnecessary restart of the agent on Windows. [ #562 ] [ ] . (Thanks [ @jvanbrunschot ] [ ] ))
13
20
* [ BUGFIX] Give Administrator group access to datadog.yaml. See [ #571 ] [ ] .
14
21
* [ 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.
682
689
[ #576 ] : https://github.com/DataDog/puppet-datadog-agent/issues/576
683
690
[ #578 ] : https://github.com/DataDog/puppet-datadog-agent/issues/578
684
691
[ #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
685
694
[ @Aramack ] : https://github.com/Aramack
686
695
[ @BIAndrews ] : https://github.com/BIAndrews
687
696
[ @ColinHebert ] : https://github.com/ColinHebert
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " datadog-datadog_agent" ,
3
- "version" : " 2.9 .0" ,
3
+ "version" : " 2.10 .0" ,
4
4
"author" :
" James Turnbull (<[email protected] >) and Rob Terhaar (<rob@atlanticdynamic>) for Datadog Inc." ,
5
5
"summary" : " Install the Datadog monitoring agent and report Puppet runs to Datadog" ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments