From 9a4d10e8569bf0b433134116ae48955ac1888c4a Mon Sep 17 00:00:00 2001 From: William Van Hevelingen Date: Sun, 26 Jul 2015 22:36:34 -0700 Subject: [PATCH] Release 4.0.0 Backwards-incompatible changes: * Exec plugin was renamed from collectd::plugin::exec to collectd::plugin::exec::cmd to support multiple execs. * Write_graphite was renamed from collectd::plugin::write_graphite to collectd::plugin::write_graphite::carbon to supports multiple carbon backends New features * Support for the aggregation, chain, and protocols plugins * Swap and Memory plugins now support ValuesAbsolute and ValuesPercentage * OpenVPN plugin now supports multiple statusfiles Bug fixes * Fixed bug preventing multiple instances of curl_json * Fixed write_http plugin on RedHat --- CHANGELOG.md | 18 ++++++++++++++++++ metadata.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ccf0acde..1f3f1a588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 2015-07-26 Release 4.0.0 + +### Backwards-incompatible changes: + +* Exec plugin was renamed from collectd::plugin::exec to collectd::plugin::exec::cmd to support multiple execs +* Write_graphite was renamed from collectd::plugin::write_graphite to collectd::plugin::write_graphite::carbon to supports multiple carbon backends + +### New features + +* Support for the aggregation, chain, and protocols plugins +* Swap and Memory plugins now support ValuesAbsolute and ValuesPercentage +* OpenVPN plugin now supports multiple statusfiles + +### Bug fixes + +* Fixed bug preventing multiple instances of curl_json +* Fixed write_http plugin on RedHat + ## 2015-06-16 Release 3.4.0 ### Backwards-incompatible changes: diff --git a/metadata.json b/metadata.json index a3510331f..a5e32247a 100644 --- a/metadata.json +++ b/metadata.json @@ -70,7 +70,7 @@ } ], "name": "pdxcat-collectd", - "version": "3.4.0", + "version": "4.0.0", "source": "https://github.com/pdxcat/puppet-module-collectd", "author": "Computer Action Team", "license": "Apache-2.0",