This repository has been archived by the owner on Jan 6, 2020. It is now read-only.
forked from jdowning/puppet-statsd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
117 lines (84 loc) · 2.64 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
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
-----
* add delete parameters
* add environment parameter to inject env vars into running daemon
2.4.0
-----
* add $manage_backends parameter
* fixed erb for librato_source
* use selective file permissions
* update File ~> Service dependency
2.3.1
-----
* fix linting errors
2.3.0
-----
* Update specs for better coverage
* Parameterize service (disable, enable, ensure)
* Paramterize logfile location
* Update Vagrant config for Ubuntu
* Update Librato backend configuration with new params
* fix librato_snapTime to default to 10s
2.2.1
-----
* add rspec-puppet and code coverage to spec tests
* fix linting warnings on backends.pp
2.2.0
-----
* add stahnma-epel dependency
* use nobody:nogroup permissions for Ubuntu upstart script
* parameterize $statsd::config::configfile
* update Travis CI config
* fix linting, style warnings
* update Gemfile, Puppetfile, License, Readme, Rakefile
* split Vagrant config for CentOS and Ubuntu -- use latest Puppet Labs boxes for both
2.1.0
-----
* fix bug with service provider parameter
* add $nodejs_bin parameter for custom nodejs binary path (default: /usr/bin/node)
* add $configfile parameter for custom statsd config path (default: /etc/statsd/localConfig.js)
* add $package_name parameter for custom statsd package name (default: statsd)
* add $package_provider parameter for custom statsd package provider (default: npm)
2.0.1
-----
* Fix bug with correct capitalization of flushInterval
* Update Rakefile :lint options
* Update README to reflect nodejs requirement
* Update Gemfile.lock
2.0.0
-----
Lots of changes to the API (parameters) plus additional support for multiple backends.
* add support for Stackdriver backend
* clean up manifests/backends.pp to properly check and install backend(s) when declared
* configure Graphite backend only if declared
* update Vagrantfile, tests/vagrant.pp
* update test matrix, dependencies, documentation
1.1.0
-----
* Add support for InfluxDB and Librato backends
* Add additional parameters to tune statsd configuration
* Add Vagrantfile support
1.0.2
-----
2012-12-03
Trivial update to readme.
1.0.1
-----
2012-12-03
This is a backwards compatible bugfix release.
* statsd init script stop action actually stops the service.
* Fix module metadata
1.0.0
-----
2012-11-12
* Initial release