diff options
author | Noah Kantrowitz <noah@coderanger.net> | 2017-10-17 16:59:27 -0700 |
---|---|---|
committer | Noah Kantrowitz <noah@coderanger.net> | 2017-10-19 14:49:04 -0700 |
commit | 1f8b0ad9d02eaf369f28a77d73c1f33f63c366bd (patch) | |
tree | d4e25e4bef8de44ef304352e5f3cf32d29b5871e /RELEASE_NOTES.md | |
parent | 136e467e76fbd18552103b366c6fa33e6005f48f (diff) | |
download | chef-1f8b0ad9d02eaf369f28a77d73c1f33f63c366bd.tar.gz |
Add some release notes.
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3ffac73161..2d293a9b28 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,16 @@ _This file holds "in progress" release notes for the current release under development and is intended for consumption by the Chef Documentation team. Please see <https://docs.chef.io/release_notes.html> for the official Chef release notes._ +# Chef Client Release Notes 13.6: + +## `deploy` Resource Is Deprecated + +The `deploy` resource (and its alter ego `deploy_revision`) have been deprecated, +to be removed in Chef 14. This is being done because this resource is considered +overcomplicated and error-prone in the modern Chef ecosystem. A compatibility +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. + # Chef Client Release Notes 13.5: ## Mount's password property is now marked as sensitive @@ -74,7 +85,7 @@ It is now possible to set `ETHTOOL_OPTS`, `BONDING_OPTS`, `MASTER` and **Platforms:** Fedora, RHEL, Amazon Linux Whether the interface is controlled by the channel bonding interface defined by `master`, above. - + ## Chef Vault is now included Chef Client 13.4 now includes the `chef-vault` gem, making it easier for |