Skip to content

Commit

Permalink
Release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdowning committed Aug 22, 2015
1 parent 8adb34b commit 2616927
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
CHANGELOG
=========

2.6.0
-----

* fixed bug where variables where not properly passed to config template [GH-8]
* ensure Stackdriver boolean configs are not wrapped in a string literal
* add librato_alwaysSuffixPercentile parameter
* add influxdb_version paramter
* update Vagrant config to be compatible with Puppet 4
* update TravisCI to use Puppet future parser for specs

2.5.0
-----

Expand Down
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jdowning-statsd",
"version": "2.5.0",
"version": "2.6.0",
"source": "https://github.com/justindowning/puppet-statsd",
"author": "Justin Downing",
"license": "Apache-2.0",
Expand Down Expand Up @@ -39,7 +39,7 @@
}
],
"requirements": [
{ "name": "pe", "version_requirement": ">=3" },
{ "name": "puppet", "version_requirement": ">=3" }
{ "name": "pe", "version_requirement": ">=3.0.0" },
{ "name": "puppet", "version_requirement": ">=3.0.0" }
]
}

0 comments on commit 2616927

Please sign in to comment.