diff options
author | Thom May <thom@chef.io> | 2017-10-27 10:45:31 +0100 |
---|---|---|
committer | Thom May <thom@chef.io> | 2017-10-27 10:45:31 +0100 |
commit | 43946081117f265fd40bd500dfd47902c47671cd (patch) | |
tree | eb81a1621d97bf001ece3b97129dff2db2aa9a3c | |
parent | fb1c22392426ea3b45f30f527ad065eb7691a001 (diff) | |
download | chef-43946081117f265fd40bd500dfd47902c47671cd.tar.gz |
prep 13.6 for releasetm/13_6
Signed-off-by: Thom May <thom@chef.io>
-rw-r--r-- | RELEASE_NOTES.md | 19 | ||||
-rw-r--r-- | VERSION | 2 |
2 files changed, 20 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f30417984c..e9e2ec372c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -11,6 +11,25 @@ cookbook will be available to help users migrate during the Chef 14 release cycle. See [the deprecation documentation](https://docs.chef.io/deprecations_deploy_resource.html) for more information. +## zypper\_package supports package downgrades + +`zypper_package` now supports downgrading installed packages with the +`allow_downgrade` property. + +## InSpec updated to 1.42.3 + +## Reserve certain Data Bag names + +It's no longer possible to create data bags named `node`, `role`, +`client`, or `environment`. Existing data bags will continue to work as +before. + +## Properly use yum on RHEL 7 + +If both dnf and yum were installed, in some circumstances the yum +provider might choose to run dnf, which is not what we intended it to +do. It now properly runs yum, all the time. + ## Ohai 13.6 Release Notes: ### Critical Plugins @@ -1 +1 @@ -13.5.28
\ No newline at end of file +13.6.0 |