1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-09-19 20:20:35 +00:00

prepare 0.5.0 release

This commit is contained in:
Max Wilhelm 2016-01-27 21:05:34 +01:00
parent 3797e70098
commit 6b915de23c
2 changed files with 14 additions and 1 deletions

View File

@ -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

View File

@ -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",