diff options
author | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-03-06 15:34:46 -0800 |
---|---|---|
committer | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-03-06 15:39:54 -0800 |
commit | 132e1d37c2129591b22ca48cb8ebb2c838e3e295 (patch) | |
tree | e5d0fbd6de9e8232c3114f75dcb9335797758219 | |
parent | de513403180ee04290b2d462e9868847addf1077 (diff) | |
download | chef-132e1d37c2129591b22ca48cb8ebb2c838e3e295.tar.gz |
Pull in changelog from master
-rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 33fde26d4a..dfbe8580d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ ## Unreleased +* make deploy resource attributes nillable (`symlink_before_migrate nil`) works now +* mixin the LWRP attribute DSL method into Chef::Resource directly +* make all LWRP attributes nillable +* `knife ssh` now has an --exit-on-error option that allows users to + fail-fast rather than moving on to the next machine. +* migrate macosx, windows, openbsd, and netbsd resources to dynamic resolution +* migrate cron and mdadm resources to dynamic resolution + +## 12.1.1 +* [**Phil Dibowitz**](https://github.com/jaymzh): + [Issue 3008](https://github.com/chef/chef/issues/3008) Allow people to pass in `source` to package +* [Issue 3011](https://github.com/chef/chef/issues/3011) `package` provider base should include + `Chef::Mixin::Command` as there are still providers that use it. +* [**Ranjib Dey**](https://github.com/ranjib): + [Issue 3019](https://github.com/chef/chef/issues/3019) Fix data fetching when explicit attributes are passed + ## 12.1.0 * [**Andre Elizondo**](https://github.com/andrewelizondo) |