|
2 | 2 | ======= |
3 | 3 |
|
4 | 4 |
|
| 5 | +# 1.6.0 / 2016-01-20 |
| 6 | + |
| 7 | +### Notes |
| 8 | + |
| 9 | +* [FEATURE] Added Puppet 4 support. See [#161][]. (Thanks [@grubernaut][]). |
| 10 | +* [FEATURE] Added support for optional parameters in NTP integration. See [#139][]. (Thanks [@MartinDelta][]). |
| 11 | + |
| 12 | +* [BIGFIX] Use ensure_packages(), to be more polite about apt-transport-https. See [#154][]. (Thanks [@rtyler][]). |
| 13 | +* [BUGFIX] Fixed Zookeeper template. See [#150][] (Thanks [@tuxinaut][]). |
| 14 | +* [BUGFIX] Raised priority of `changed` event types to normal - they'll now show in Datadog UI. See [#156][]. (Thanks [@rtyler][]). |
| 15 | +* [BUGFIX] Require stdlib >=4.6 (provide `validate_integer()`). See [#161][]. (Thanks [@mrunkel-ut][]). |
| 16 | + |
| 17 | +* [CI] Testable up to puppet 4.2. See [#161][]. (Thanks [@grubernaut][]). |
| 18 | +* [COSMETIC] Removing trailing whitespace. See [#149][]. (Thanks [@tuxinaut][]). |
| 19 | + |
5 | 20 | # 1.5.0 / 2015-11-13 |
6 | 21 |
|
7 | 22 | ### Notes |
@@ -90,3 +105,16 @@ Changes |
90 | 105 | * [BUGFIX] Fixed deprecation warning on the `datadog.conf` template |
91 | 106 |
|
92 | 107 | # 1.0.1 |
| 108 | + |
| 109 | +<!--- The following link definition list is generated by PimpMyChangelog ---> |
| 110 | +[#139]: https://github.com/DataDog/puppet-datadog-agent/issues/139 |
| 111 | +[#149]: https://github.com/DataDog/puppet-datadog-agent/issues/149 |
| 112 | +[#150]: https://github.com/DataDog/puppet-datadog-agent/issues/150 |
| 113 | +[#154]: https://github.com/DataDog/puppet-datadog-agent/issues/154 |
| 114 | +[#156]: https://github.com/DataDog/puppet-datadog-agent/issues/156 |
| 115 | +[#161]: https://github.com/DataDog/puppet-datadog-agent/issues/161 |
| 116 | +[@MartinDelta]: https://github.com/MartinDelta |
| 117 | +[@grubernaut]: https://github.com/grubernaut |
| 118 | +[@mrunkel-ut]: https://github.com/mrunkel-ut |
| 119 | +[@rtyler]: https://github.com/rtyler |
| 120 | +[@tuxinaut]: https://github.com/tuxinaut |
0 commit comments