2015-12-07 17:35:59 +00:00
|
|
|
# Changelog
|
2018-01-17 10:04:19 +00:00
|
|
|
|
2018-01-17 11:13:37 +00:00
|
|
|
## 1.0.0
|
2018-01-17 10:04:19 +00:00
|
|
|
|
|
|
|
**Breaking changes:** This version drops puppet 3 support!
|
|
|
|
|
|
|
|
* Fix hard coded user/group names in config manifest (#23)
|
|
|
|
* migrate from stdlib validation to puppet datatypes (#24)
|
|
|
|
|
2017-08-17 15:11:06 +00:00
|
|
|
## 0.6.0
|
|
|
|
* Updated README
|
|
|
|
* fixed broken links, due to github organisation rename
|
|
|
|
* fixed indentation for config files (filter, match, source)
|
|
|
|
* use rspec-puppet-facts for unit testing
|
|
|
|
|
2017-07-25 14:24:03 +00:00
|
|
|
## 0.5.6
|
|
|
|
* Fixed `conf_dir_manage` parameter call
|
|
|
|
|
2017-07-25 13:17:22 +00:00
|
|
|
## 0.5.5
|
|
|
|
* Added `conf_dir_manage` parameter (Default: false)
|
|
|
|
* Exclusively handle config files into fluentd::conf_dir. Other files not created by puppet, will be deleted
|
|
|
|
|
2017-07-11 09:25:10 +00:00
|
|
|
## 0.5.4
|
|
|
|
* fixed templates/filter.erb
|
|
|
|
* fixed removing of old GPG key for yum repos
|
2015-12-07 17:35:59 +00:00
|
|
|
|
2017-01-19 13:50:13 +00:00
|
|
|
## 0.5.3
|
|
|
|
* update treasure data repo gpg key
|
|
|
|
|
2016-07-14 09:22:44 +00:00
|
|
|
## 0.5.2
|
|
|
|
* Correct the docs related to the service_enable parameter
|
|
|
|
|
2016-05-13 08:18:52 +00:00
|
|
|
## 0.5.1
|
|
|
|
* Allow to install specific version of fluent gem plugins
|
|
|
|
|
2016-01-27 20:05:34 +00:00
|
|
|
## 0.5.0
|
|
|
|
* Added support for Debian 6, 7, 8
|
|
|
|
* Added support for CentOS 6, 7
|
|
|
|
* Added `::fluentd::user`, which manages the td-agent user
|
|
|
|
* Added parameter `user_manage`
|
|
|
|
* Added parameter `user_name`
|
|
|
|
* Added parameter `user_group`
|
|
|
|
* Added parameter `user_groups`
|
|
|
|
* Added acceptance tests
|
|
|
|
* `::fluentd::repo::apt::location default` changed to
|
|
|
|
`http://packages.treasuredata.com/2/${::lsbdistid}/${::lsbdistcodename}`
|
|
|
|
* Small fixes and improvements
|
|
|
|
|
2015-12-11 09:52:35 +00:00
|
|
|
## 0.4.0
|
|
|
|
* Allows definition of multiple directives in matching rules
|
|
|
|
|
2015-12-09 15:06:00 +00:00
|
|
|
## 0.3.0
|
|
|
|
* Increased apt dependency
|
|
|
|
* Module pinning on rspec tests
|
|
|
|
* Minor changes
|
|
|
|
|
2015-12-08 10:50:23 +00:00
|
|
|
## 0.2.0
|
2015-12-09 15:06:00 +00:00
|
|
|
* Increased stdlib dependency
|
2015-12-08 10:50:23 +00:00
|
|
|
|
2015-12-07 17:35:59 +00:00
|
|
|
## 0.1.0
|
2015-12-09 15:06:00 +00:00
|
|
|
* Initial release
|