File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
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+
4142.5.0
515-----
616
Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments