From 0c4930e99d399518980a1f3698434d0e05c21be8 Mon Sep 17 00:00:00 2001 From: William Van Hevelingen Date: Sat, 24 Jan 2015 11:29:28 -0800 Subject: [PATCH] Release 3.2.0 Backwards-incompatible changes: There are no known backwards compat changes, please add them to the CHANGELOG if you find one. Summary: The release adds support for 4 new plugins and adds redhat package support to a large number of plugins. New Plugins: * collectd::plugin::genericjmx * collectd::plugin::java * collectd::plugin::target_v5upgrade * collectd::plugin::lvm Features: * plugin/rrdcached: Add CollectStatistics option * plugin/ntpd: Add IncludeUnitID option Bugs/Maint: * Update metadata for more PE versions * plugin/perl: changed exec in provider 'false' case * plugin/varnish: package resouce ensure param passed * plugin/postgresql: add package for redhat systems * plugin/write_riemann: add package for redhat systems * plugin/write_http: add package for redhat systems * plugin/snmp: add package for redhat systems * plugin/sensors: add package for redhat systems * plugin/python: add package for redhat systems * plugin/ping: add package for redhat systems * plugin/perl: add package for redhat systems * plugin/nginx: add package for redhat systems * plugin/mysql: add package for redhat systems * plugin/iptables: add package for redhat systems * plugin/curl_json: add package for redhat systems * plugin/curl: add package for redhat systems * plugin/amqp: add package for redhat systems * plugin/bind: add package for redhat systems --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ metadata.json | 4 ++-- 2 files changed, 47 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dcde9817..eda6f6fb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,48 @@ +## 2015-01-24 Release 3.2.0 + +### Backwards-incompatible changes: + +There are no known backwards compat changes, please add them to the +CHANGELOG if you find one. + +### Summary: + +The release adds support for 4 new plugins and adds redhat package +support to a large number of plugins. + +### New Plugins: + +* collectd::plugin::genericjmx +* collectd::plugin::java +* collectd::plugin::target_v5upgrade +* collectd::plugin::lvm + +### Features: + +* plugin/rrdcached: Add CollectStatistics option +* plugin/ntpd: Add IncludeUnitID option + +### Bugs/Maint: + +* Update metadata for more PE versions +* plugin/perl: changed exec in provider 'false' case +* plugin/varnish: package resouce ensure param passed +* plugin/postgresql: add package for redhat systems +* plugin/write_riemann: add package for redhat systems +* plugin/write_http: add package for redhat systems +* plugin/snmp: add package for redhat systems +* plugin/sensors: add package for redhat systems +* plugin/python: add package for redhat systems +* plugin/ping: add package for redhat systems +* plugin/perl: add package for redhat systems +* plugin/nginx: add package for redhat systems +* plugin/mysql: add package for redhat systems +* plugin/iptables: add package for redhat systems +* plugin/curl_json: add package for redhat systems +* plugin/curl: add package for redhat systems +* plugin/amqp: add package for redhat systems +* plugin/bind: add package for redhat systems + ## 2014-12-26 Release 3.1.0 ### Backwards-incompatible changes: diff --git a/metadata.json b/metadata.json index a81324137..ad685f727 100644 --- a/metadata.json +++ b/metadata.json @@ -67,11 +67,11 @@ }, { "name": "puppet", - "version_requirement": "3.x" + "version_requirement": ">= 3.2.0" } ], "name": "pdxcat-collectd", - "version": "3.1.0", + "version": "3.2.0", "source": "https://github.com/pdxcat/puppet-module-collectd", "author": "Computer Action Team", "license": "Apache Version 2.0",