Skip to content

Commit 71c281f

Browse files
committed
Merge pull request redhat-openstack#219 from pdxcat/3.1.0
Release 3.1.0
2 parents 4a3179d + 0e8a019 commit 71c281f

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
## 2014-12-26 Release 3.1.0
2+
3+
### Backwards-incompatible changes:
4+
5+
There are no known backwards compat changes, please add them to the
6+
CHANGELOG if you find one.
7+
8+
### Summary:
9+
10+
This release introduces support for 3 new plugins, new parameters for existing
11+
plugins, bugfixes, doc improvments and basic acceptance tests with beaker.
12+
13+
### New Plugins:
14+
15+
* Add conntrack module
16+
* Add cpufreq plugin
17+
* Add collectd::plugin::zfs_arc
18+
19+
### Features:
20+
21+
* filecount: support all options
22+
* plugin::python introduce ensure parameter
23+
* Make plugins passing the $interval parameter
24+
* Support LogSendErrors on the write_graphite plugin
25+
* curl: fix handling of some parameters
26+
* curl_json: Support reading from a unix socket
27+
* Adding support for WriteQueueLimitLow & WriteQueueLimitHigh, which were added in collectd 5.4
28+
29+
### Bugs/Maint:
30+
31+
* Lintian fixes
32+
* Ensure variable using 'false' will be interpreted.
33+
* Cleaning the now redundant LoadPlugin declaration
34+
* Uses the LoadPlugin syntax with bracket when supported
35+
* Fix Puppet deprecation warning
36+
* Add "" to Hostname
37+
* Double quote the csv plugin DataDir.
38+
* write_http: StoreRates is a bool, not a string
39+
* curl : 'MeasureResponseTime' needs exactly one boolean argument
40+
* Add collectd-apache package needed on RedHat
41+
* Variables in templates should use @-notation
42+
43+
### Tests:
44+
45+
* Basic acceptance test with beaker
46+
* Add rspec test to ensure the bracket syntax is using when available
47+
* Fix travis by using plabs gemfile
48+
49+
### Docs:
50+
51+
* Add conntrack to README.md
52+
* Add cpufreq plugin doc
53+
* README.md: Fixed example entropy snippet.
54+
155
## 2014-10-04 Release 3.0.1
256

357
### Backwards-incompatible changes:

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
}
7272
],
7373
"name": "pdxcat-collectd",
74-
"version": "3.0.1",
74+
"version": "3.1.0",
7575
"source": "https://github.com/pdxcat/puppet-module-collectd",
7676
"author": "Computer Action Team",
7777
"license": "Apache Version 2.0",

0 commit comments

Comments
 (0)