- Support fluent-package v5
- Remove support for td-agent < v4
- Suppress update resource on why-run (#126)
- Move resources from default into configure recipe (#111)
- Remove leading space for params (#116)
- Fixed td-agent version 3 issue on Amazon Linux (#122)
- Removed unnecessary leading spaces from
parameters
of source template (#116)
- Added workarounds for chef-client with
treat_deprecation_warnings_as_errors
enabled (#112, #113) - Fixed a bug in
td_agent_source
with list type parameters (#108, #115)
- Moved out agent configuration code from
recipe[td-agent::default]
torecipe[td-agent::configure]
(#110, #111)
- Support td-agent 3.x (#108)
- Fix support for Amazon Linux with Chef 13.x (#95)
- Restored support of
params
property for Chef pre-13.x to keep backward compatibility with previous releases (#93, #99)
- Renamed params to parameters to support chef v13 (#93)
- Split recipes into multiple pieces to allow wrapper cookbooks to override behavior (#90)
- Add Fedora support (#84)
- Add
retry
topackage
resource (#86) - Fix a deprecation warning of usage of
manage_home
ofuser
resource (#89)
- Make system user & group as attributes (#80)
- Allow using custom template for
source
provider (#83)
- Add
filter
LWRP (#74)
- Fix wrong expectation on
platform_family
attribute on RedHat familiers (#71) - Fix indentation of generated template via
match
(#71)
- Add support for Amazon Linux (#60, #70)
- Use
@include
when configuring td-agent 2.x - Delay the reload in case a wrapper cookbook has other
conf.d
files to change (#69) - Specify arch='amd64' to the
apt_repository
resource (#53, #69) - Use
@include
directive when using td-agent 2.x (#62)
- Retrieve GPG signing key via HTTPS (#54)
- Prevent unnecessary service restart after LWRP updates (#58, #59)
- Added support for debian for td-agent 2.x (#56)
- Use
Gem::Version
to compare version string properly
- (same content as v2.0.2 except version string)
- Convert the
td_agent_gem
LWRP to a full resource - Add Vagrantfile to test recipe in vagrant box
- Minor improvement in platform detection (#48)
- Change default td-agent version from 1.x to 2.x (#44)