Skip to content

Commit

Permalink
version bump 2.0.0 and install influxdb 0.9.4 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dgolja committed Nov 5, 2015
1 parent d5a3915 commit 55568b2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
##2015-10-23 - Release 2.0.0
###Summary
This release includes support for multiple UDP channels.

####Backwards-incompatible changes

Adding support for multiple UDP per database means we had to replace *udp_enabled*, *udp_bind_address*,
*udp_database*, *udp_batch_size* and *udp_batch_timeout* with a more generic array of hashes (*udp_options*).
For all the users not using UDP listener (disabled by default) won't have any problem upgrading the module to
v2.0.0.

####Features
- Adds support for multiple UDP (tnx to bovy89)

####Bugfixes
- Fix documentation for proper use of collectd_database (tnx to Philipp Borgers)

##2015-10-23 - Release 1.1.1
###Summary
- template fix for the UDP support
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class influxdb::params {
$version = '0.9.3'
$version = '0.9.4'
$ensure = 'present'
$service_enabled = true
$bind_address = ':8088'
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": "golja-influxdb",
"version": "1.1.1",
"version": "2.0.0",
"author": "Dejan Golja",
"summary": "Manage InfluxDB version 0.9.X. For previous versions support check README.md",
"license": "Apache-2.0",
Expand Down

0 comments on commit 55568b2

Please sign in to comment.