diff options
author | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-03-23 17:26:54 -0700 |
---|---|---|
committer | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-03-23 17:26:54 -0700 |
commit | 157852156703daf96366dd773903147baf0292d9 (patch) | |
tree | 5fd2f1b237e39c81d8a7b54e0cdc0279e7528435 | |
parent | e03f116e52dac5aad1df80131b0d8ea84b95dbaf (diff) | |
download | chef-157852156703daf96366dd773903147baf0292d9.tar.gz |
Udpate CHANGELOG for 12.2.0jdm/prepare-12.2.0
-rw-r--r-- | CHANGELOG.md | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c448adbda..74c6746816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,6 @@ -## Unreleased (12.2.0) +## 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.2 -* [Issue 3022](https://github.com/chef/chef/issues/3022): Homebrew Cask install fails -* [Issue 3059](https://github.com/chef/chef/issues/3059): Chef 12.1.1 yum_package silently fails -* [Issue 3078](https://github.com/chef/chef/issues/3078): Compat break in audit-mode changes - -## 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.2.0 * make deploy resource attributes nillable (`symlink_before_migrate nil`) works now * mixin the LWRP attribute DSL method into Chef::Resource directly |