diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-12-16 01:08:27 -0800 |
---|---|---|
committer | Serdar Sutay <serdar@opscode.com> | 2014-12-16 01:10:48 -0800 |
commit | 1d5b9bf57df6812b6f6a2961d0995aa6c2d8f695 (patch) | |
tree | 8f0eec8d41a4fe20fabbc2e0e9bc849370170fb1 /CHANGELOG.md | |
parent | b6ad34388a10cb26f5d2413b510684512f4eca81 (diff) | |
download | chef-1d5b9bf57df6812b6f6a2961d0995aa6c2d8f695.tar.gz |
Contribution info for https://github.com/opscode/chef/pull/2658.
Conflicts:
CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e7eca77e97..cf6c2b5b7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,20 +25,23 @@ * Cleaned up script and execute provider + specs * Added deprecation warnings around the use of command attribute in script resources -## 12.0.2 (Unreleased) -* [Issue 2578](https://github.com/opscode/chef/issues/2578) Check that `installed` is not empty for `keg_only` formula in Homebrew provider. +## 12.0.3 +* [**Phil Dibowitz**](https://github.com/jaymzh): +[Issue 2594](https://github.com/opscode/chef/issues/2594) Restore missing require in `digester`. + +## 12.0.2 +* [Issue 2578](https://github.com/opscode/chef/issues/2578) Check that `installed` is not empty for `keg_only` formula in Homebrew provider * [Issue 2609](https://github.com/opscode/chef/issues/2609) Resolve the circular dependency between ProviderResolver and Resource. * [Issue 2596](https://github.com/opscode/chef/issues/2596) Fix nodes not writing to disk * [Issue 2580](https://github.com/opscode/chef/issues/2580) Make sure the relative paths are preserved when using link resource. -* [gh2k](https://github.com/gh2k) - [Issue 2625](https://github.com/opscode/chef/issues/2625) Fix missing `shell_out!` for `windows_package` resource * [Pull 2630](https://github.com/opscode/chef/pull/2630) Improve knife's SSL error messaging * [Issue 2606](https://github.com/opscode/chef/issues/2606) chef 12 ignores default_release for apt_package - - -* [**BackSlasher**](https://github.com/BackSlasher) +* [Issue 2578](https://github.com/opscode/chef/issues/2578) Check that `installed` is not empty for `keg_only` formula in Homebrew provider. +* [**gh2k**](https://github.com/gh2k): + [Issue 2625](https://github.com/opscode/chef/issues/2625) Fix missing `shell_out!` for `windows_package` resource +* [**BackSlasher**](https://github.com/BackSlasher): [Issue 2634](https://github.com/opscode/chef/issues/2634) Fix `option ':command' is not a valid option` error in subversion provider. - * [**Seth Vargo**](https://github.com/sethvargo) +* [**Seth Vargo**](https://github.com/sethvargo): [Issue 2345](https://github.com/opscode/chef/issues/2345) Allow knife to install cookbooks with metadata.json. ## 12.0.1 |