Skip to content
This repository was archived by the owner on Sep 29, 2020. It is now read-only.

Commit 1f11227

Browse files
committed
Merge pull request voxpupuli#298 from pdxcat/v400
Release 4.0.0
2 parents d39c239 + 9a4d10e commit 1f11227

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 2015-07-26 Release 4.0.0
2+
3+
### Backwards-incompatible changes:
4+
5+
* Exec plugin was renamed from collectd::plugin::exec to collectd::plugin::exec::cmd to support multiple execs
6+
* Write_graphite was renamed from collectd::plugin::write_graphite to collectd::plugin::write_graphite::carbon to supports multiple carbon backends
7+
8+
### New features
9+
10+
* Support for the aggregation, chain, and protocols plugins
11+
* Swap and Memory plugins now support ValuesAbsolute and ValuesPercentage
12+
* OpenVPN plugin now supports multiple statusfiles
13+
14+
### Bug fixes
15+
16+
* Fixed bug preventing multiple instances of curl_json
17+
* Fixed write_http plugin on RedHat
18+
119
## 2015-06-16 Release 3.4.0
220

321
### Backwards-incompatible changes:

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
}
7171
],
7272
"name": "pdxcat-collectd",
73-
"version": "3.4.0",
73+
"version": "4.0.0",
7474
"source": "https://github.com/pdxcat/puppet-module-collectd",
7575
"author": "Computer Action Team",
7676
"license": "Apache-2.0",

0 commit comments

Comments
 (0)