mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-11-10 04:50:34 +00:00
prepare 0.5.0 release
This commit is contained in:
parent
3797e70098
commit
6b915de23c
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,5 +1,18 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 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
|
||||||
|
|
||||||
## 0.4.0
|
## 0.4.0
|
||||||
* Allows definition of multiple directives in matching rules
|
* Allows definition of multiple directives in matching rules
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "wywygmbh-fluentd",
|
"name": "wywygmbh-fluentd",
|
||||||
"version": "0.4.0",
|
"version": "0.5.0",
|
||||||
"author": "wywy GmbH",
|
"author": "wywy GmbH",
|
||||||
"summary": "Generic module for fluentd (td-agent).",
|
"summary": "Generic module for fluentd (td-agent).",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user