Skip to content

Commit 2616927

Browse files
committed
Release 2.6.0
1 parent 8adb34b commit 2616927

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
CHANGELOG
22
=========
33

4+
2.6.0
5+
-----
6+
7+
* fixed bug where variables where not properly passed to config template [GH-8]
8+
* ensure Stackdriver boolean configs are not wrapped in a string literal
9+
* add librato_alwaysSuffixPercentile parameter
10+
* add influxdb_version paramter
11+
* update Vagrant config to be compatible with Puppet 4
12+
* update TravisCI to use Puppet future parser for specs
13+
414
2.5.0
515
-----
616

metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jdowning-statsd",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"source": "https://github.com/justindowning/puppet-statsd",
55
"author": "Justin Downing",
66
"license": "Apache-2.0",
@@ -39,7 +39,7 @@
3939
}
4040
],
4141
"requirements": [
42-
{ "name": "pe", "version_requirement": ">=3" },
43-
{ "name": "puppet", "version_requirement": ">=3" }
42+
{ "name": "pe", "version_requirement": ">=3.0.0" },
43+
{ "name": "puppet", "version_requirement": ">=3.0.0" }
4444
]
4545
}

0 commit comments

Comments
 (0)