Skip to content

Commit

Permalink
chef_handler v1.0.4
Browse files Browse the repository at this point in the history
* [COOK-654] dont try and access a class before it has been loaded
* fix bad boolean check (if vs unless)
  • Loading branch information
schisamo committed Jul 21, 2011
1 parent ecb6d02 commit ea17cd5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
19 changes: 12 additions & 7 deletions chef_handler/README.md
Expand Up @@ -3,13 +3,6 @@ Description

Creates a configured handler path for distributing [Chef report and exception handlers](http://wiki.opscode.com/display/chef/Exception+and+Report+Handlers). Also exposes an LWRP for enabling Chef handlers from within recipe code (as opposed to hard coding in the client.rb file). This is useful for cookbook authors who may want to ship a product specific handler (see the `cloudkick` cookbook for an example) with their cookbook.

Changes
=======

## 1.0.1:

* [COOK-620] ensure handler code is reloaded during daemonized chef runs

Attributes
==========

Expand Down Expand Up @@ -90,6 +83,18 @@ json_file

Leverages the `chef_handler` LWRP to automatically register the `Chef::Handler::JsonFile` handler that ships as part of Chef. This handler serializes the run status data to a JSON file located at `/var/chef/reports`.

Changes/Roadmap
===============

## 1.0.4

* [COOK-654] dont try and access a class before it has been loaded
* fix bad boolean check (if vs unless)

## 1.0.2:

* [COOK-620] ensure handler code is reloaded during daemonized chef runs

License and Author
==================

Expand Down
2 changes: 1 addition & 1 deletion chef_handler/metadata.rb
Expand Up @@ -3,4 +3,4 @@
license "Apache 2.0"
description "Distribute and enable Chef Exception and Report handlers"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.0.2"
version "1.0.4"

0 comments on commit ea17cd5

Please sign in to comment.