diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a5ee43..3c469a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # 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 * Allows definition of multiple directives in matching rules diff --git a/metadata.json b/metadata.json index 100e316..e649177 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "wywygmbh-fluentd", - "version": "0.4.0", + "version": "0.5.0", "author": "wywy GmbH", "summary": "Generic module for fluentd (td-agent).", "license": "Apache-2.0",