summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-18 08:51:27 -0700
committerTim Smith <tsmith@chef.io>2019-04-18 08:51:27 -0700
commit8e1d940ea1467b23c326f7754501813a4aa92644 (patch)
tree739704989ba8f4b682a0dacc38f49d86cfb629c5
parentae3b09a7120aea8e5e3341e943e1fa8f1b081aeb (diff)
downloadchef-8e1d940ea1467b23c326f7754501813a4aa92644.tar.gz
Update release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 5ff8b9528c..3a822665f3 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -10,6 +10,8 @@ Chef 15 release notes will be added here as development progresses.
### Data Collection Ground-Up Refactor
+### archive resource
+
### windows_uac resource
### windows_dfs resources
@@ -22,6 +24,12 @@ Chef 15 release notes will be added here as development progresses.
Chef now ships with Ruby 2.6.2. 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. Under the hood they are both actually the same codebase, but running knife cookbook site will now product a warning message. In Chef 16 we will remove the knife cookbook site command entirely.
+
## Breaking Changes
### Audit Mode
@@ -127,10 +135,6 @@ The ``knife bootstrap --identity_file`` flag has been removed. This flag was dep
The `knife user` command no longer supports open source Chef Server version prior to 12.
-### knife cookbook site deprecated in favor of knife supermarket
-
-The knife cookbook site command has been deprecated in favor of the knife supermarket command. Under the hood they are both actually the same codebase, but running knife cookbook site will now product a warning message. In Chef 16 we will remove the knife cookbook site command entirely.
-
### attributes in metadata.rb
Chef no longer processes attributes in the metadata.rb file. Attributes could be defined in the metadata.rb file as a form of documentation, which would be shown when running `knife cookbook show COOKBOOK_NAME`, but these attributes often became out of sync with attributes in the actual attributes files. Chef 15 will no longer show these attributes when running `knife cookbook show COOKBOOK_NAME` and will instead throw a warning message upon upload. Foodcritic has warned against the use of attributes in the metadata.rb file since April 2017.