Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

39 lines (24 loc) · 1.38 KB

v0.0.10:

  • Bug : Correctly handle the scenario where the chef run has failed early enough that the run_status has not been fully defined. Submitted by Scott Smith.

v0.0.8:

  • Enhance : Support Ruby 1.8 by including rubygems. Submitted by Julian Dunn.

v0.0.6:

  • Enhance : Include ohai-system_packages plugin statistics if available. Submitted by Lew Goettner.
  • Change : Change the default prefix to have chef at the front. Submitted by Lew Goettner.
  • Change : Change the default prefix to support empty hostname and downcase the hostname.

v0.0.5:

  • Bug : Update to use chef_gem for compatibility with omnibus chef installs.

v0.0.4:

  • 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.

v0.0.3:

  • 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.

v0.0.2:

  • Enhance : Include the chef_handler::default recipe from the graphite_handler::default recipe to ensure the required directory has been created.

v0.0.1:

  • Initial release.