-
Notifications
You must be signed in to change notification settings - Fork 12
/
CHANGELOG
51 lines (37 loc) · 1.7 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
## v0.13.2 [2016-06-21]
* fixing plugin inclusion -- @rplessl
* fixing linter errors -- @rplessl
## v0.13.1 [2016-06-20]
* Enhanced for working with telegraf 0.13.x -- @thirdeyenick and @rplessl
* Refactoring plugin system (closes #23) -- @rplessl
* enhance plugin system to be more consitent with telegraf itself (closes #23)
* Documenation love (closes #24) -- @rplessl
* Added apt / yum repository handling (closes #14) -- @rplessl
* simplify acceptance tests
* reduce and reenhance Gemfile to build with ruby 2.3 and puppet 3.8 / 4.0
## v0.2.4 [2015-12-25]
* Enhanced documention for using pulgins (Closes #16, #17) -- @rplessl
* Enhanced for puppet 4 compatiblity (closes #15) -- @rplessl
* Changed puppet module to parameterization -- Thanks @ntent-ashton!
* Added Elasticsearch plugin -- Thanks @ntent-ashton!
* Added parametrization for CPU / Mountpoints -- Thanks @ntent-ashton!
* New Upstream Release and Interface for InfluxData Telegraf 0.2.4 -- @rplessl
* Restart Telegraf Service if output plugin configuration changes -- @rplessl
* Added configurable Output-Plugins for
- OpenTSDB -- @rplessl
* Added configurable Input-Plugins for
- Mysql -- @rplessl
- PostgreSQL -- @rplessl
- PuppetAgent -- @rplessl
## v0.2.0 [2015-11-09]
* Updated installation manual in README.md -- @rplessl
* Fix last bits of code coverage -- @rplessl
* Ready to add plugins for comming releases (v0.2.1++) -- @rplessl
## v0.1.91 [2015-11-09]
* More Rake Tasks -- @rplessl
* More Code Coverage -- @rplessl
## v0.1.90 [2015-11-03]
* New Upstream Release and Interface for InfluxDB Telegraf 0.2.0 -- @rplessl
* Snipplets Mechanism with /etc/opt/telegraf/telegraf.d -- @rplessl
## v0.0.1 [2015-10-01]
* Initial release -- @rplessl