diff options
author | Thom May <thom@chef.io> | 2017-05-26 09:21:38 -0500 |
---|---|---|
committer | Thom May <thom@chef.io> | 2017-05-26 09:21:38 -0500 |
commit | e38fd26826dfa53655ba19ef3807331c768e3ed7 (patch) | |
tree | 15159fc13d467083431510067d24add0ce55ca9d /RELEASE_NOTES.md | |
parent | 8f7d2e4f4c4879885432fe05d65e00ba0f3865c1 (diff) | |
download | chef-e38fd26826dfa53655ba19ef3807331c768e3ed7.tar.gz |
Update RELEASE_NOTES for 13.1tm/13_1_relnotes
Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b8a134d9f3..9cf4783024 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,7 +2,7 @@ _This file holds "in progress" release notes for the current release under devel # Chef Client Release Notes -# 13.2 +# 13.1 ## Socketless local mode by default @@ -13,9 +13,13 @@ connects to the internal Zero server for the converge and changes data. If you use Chef Provisioning with Local Mode, you may need to pass `--listen` to `chef-client`. -# 13.1 +## New Deprecations + +### Removal of support for Ohai version 6 plugins (OHAI-10) + +<https://docs.chef.io/deprecations_ohai_v6_plugins.html> -No new major features. +In Chef/Ohai 14 (April 2018) we will remove support for loading Ohai v6 plugins, which we deprecated in Ohai 7/Chef 11.12. # 13.0 @@ -406,10 +410,3 @@ Chef Client will only exit with exit codes defined in RFC 062. This allows othe When Chef Client is running as a forked process on unix systems, the standardized exit codes are used by the child process. To actually have Chef Client return the standard exit code, `client_fork false` will need to be set in Chef Client's configuration file. -## New Deprecations - -### Removal of support for Ohai version 6 plugins (OHAI-10) - -<https://docs.chef.io/deprecations_ohai_v6_plugins.html> - -In Chef/Ohai 14 (April 2018) we will remove support for loading Ohai v6 plugins, which we deprecated in Ohai 7/Chef 11.12. |