Skip to content

Commit

Permalink
Merge pull request voxpupuli#135 from pdxcat/release-200
Browse files Browse the repository at this point in the history
Release 2.0.0
  • Loading branch information
blkperl committed Apr 14, 2014
2 parents c08d07a + d3f87b6 commit 633cf83
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## 2014-04-14 Release 2.0.0

### Summary:

This release adds support for several new plugins and contains
some backwards-incompatible code refactors.

### Backwards-incompatible changes:

- Storerates=true is now the default for the Graphite plugin
- Deprecate write_network plugin, use network plugin instead
- Make sure plugin configs are not world readable.
- Handle plugin order with collectd::plugin resource type
(all collectd plugins config files will be renumbered from
00-$name.conf to 10-$name.conf)

### Features:

- New plugins CSV, uptime, users, entropy, varnish, redis,
contextswitch, cpu, nfs, vmem, libvirt
- Add socket parameter to mysql plugin
- Add reportbytes to swap plugin
- Add SeparateInstances setting to write_graphite plugin
- Add metadata.json for Forge search support

### Bugs:

- Fix port parameter quotes in memcached plugin
- Fix collectd conf dir path parameter assignment
- Fix processes plugin configuration
- Force ReportReserved to true in df plugin

## 2014-01-18 Release 1.1.0

### Summary:
Expand Down
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'pdxcat-collectd'
version '1.1.0'
version '2.0.0'
author 'Computer Action Team'
license 'Apache License 2.0'
project_page 'https://github.com/pdxcat/puppet-module-collectd'
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdxcat/collectd",
"version": "1.1.0",
"version": "2.0.0",
"summary": "Puppet module for Collectd",
"source": "https://github.com/pdxcat/puppet-module-collectd.git",
"project_page": "https://github.com/pdxcat/puppet-module-collectd",
Expand Down

0 comments on commit 633cf83

Please sign in to comment.