Skip to content

Commit

Permalink
Clear DOC_CHANGES (empty for 12.13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeiser committed Aug 10, 2016
1 parent 9860fd5 commit 88dfc31
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions DOC_CHANGES.md
Expand Up @@ -6,15 +6,4 @@ Example Doc Change:
Description of the required change.
-->

## Doc changes for Chef 12.11

### RFC 062 Exit Status Support

Starting with Chef Client 12.11, there is support for the consistent, standard exit codes as defined in [Chef RFC 062](https://github.com/chef/chef-rfc/blob/master/rfc062-exit-status.md).

With no additional configuration when Chef Client exits with a non-standard exit code a deprecation warning will be issued advising users of the upcoming change in behavior.

To enable the standardized exit code behavior, there is a new setting in client.rb. The `exit_status` setting, when set to `:enabled` will enforce standarized exit codes. In a future release, this will become the default behavior.

If you need to maintain the previous exit code behavior to support your current workflow, you can disable this (and the deprecation warnings) by setting `exit_status` to `:disabled`.

## Doc changes for Chef 12.13

0 comments on commit 88dfc31

Please sign in to comment.