diff options
author | Tim Smith <tsmith@chef.io> | 2019-05-13 10:28:29 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-05-13 10:28:29 -0700 |
commit | 7d1f6e97d51ee4e174fdadc0fce0bdd924de7312 (patch) | |
tree | 0747f52c048bbc719d4c8f6c121cc3bd63fe7350 /RELEASE_NOTES.md | |
parent | 059dd914c40902bd67e21a0587c934fe9b913525 (diff) | |
download | chef-7d1f6e97d51ee4e174fdadc0fce0bdd924de7312.tar.gz |
Shuffle release notes further
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7bf71a971b..6531e522db 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -150,16 +150,6 @@ end Chef now ships with Ruby 2.6.3. This new version of Ruby improves performance and includes many new features to make more advanced Chef usage easier. See https://www.rubyguides.com/2018/11/ruby-2-6-new-features/ for a list of some of the new functionality. -## New Deprecations - -### knife cookbook site deprecated in favor of knife supermarket - -The knife cookbook site command has been deprecated in favor of the knife supermarket command. Knife cookbook site will now product a warning message and in Chef 16 we will remove the knife cookbook site command entirely. - -### locale LC_ALL property - -The LC_ALL property in the locale resource has been deprecated as the usage of this environmental variable is not recommended by distribution maintainers. - ## Ohai Improvements ### Improved Linux Platform / Platform Family Detection @@ -184,6 +174,16 @@ Ohai now uses less memory due to internal optimizations of how we track plugin i The FIPS plugin now uses the built-in FIPS detection in Ruby for improved detection. +## New Deprecations + +### knife cookbook site deprecated in favor of knife supermarket + +The knife cookbook site command has been deprecated in favor of the knife supermarket command. Knife cookbook site will now product a warning message and in Chef 16 we will remove the knife cookbook site command entirely. + +### locale LC_ALL property + +The LC_ALL property in the locale resource has been deprecated as the usage of this environmental variable is not recommended by distribution maintainers. + ## Breaking Changes ### Knife Bootstrap |