- Enhance : Include ohai-system_packages plugin statistics if available. Submitted by Lew Goettner.
- Change : Change the default prefix to "chef.#{node.chef_environment}.node.#{node['hostname']}". Submitted by Lew Goettner.
- Bug : Update to use chef_gem for compatibility with omnibus chef installs.
- Bug : Stop attempting to print an exception when an error occurs writing to graphite as this can result in an an attempt to render the entire state of the chef context if the exception refers to the context.
- Enhance : Improve the error handling when the graphite server is unable to be accessed when the reporter handler executes.
- Bug : Use
Chef::Config[:file_cache_path]}
to determine the cache path rather than hard coding it. - Enhance : Test foodcritic rules using Travis CI.
- Enhance : Include the
chef_handler::default
recipe from thegraphite_handler::default
recipe to ensure the required directory has been created.
- Initial release.