Skip to content

Commit 7ae2752

Browse files
committed
[puppet] bumping verion to 1.6.0, updating changelog.
1 parent 974e60c commit 7ae2752

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@ Changes
22
=======
33

44

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+
520
# 1.5.0 / 2015-11-13
621

722
### Notes
@@ -90,3 +105,16 @@ Changes
90105
* [BUGFIX] Fixed deprecation warning on the `datadog.conf` template
91106

92107
# 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

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datadog-datadog_agent",
3-
"version": "1.5.0",
3+
"version": "1.6.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 License, Version 2.0",

0 commit comments

Comments
 (0)