summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2014-09-03 12:37:06 -0700
committerdanielsdeleo <dan@getchef.com>2014-09-03 12:44:47 -0700
commit789462db340758a205e19f0339a7b2e7361d11d6 (patch)
tree9e604c4addd201246863e401defbe303a75f00f5 /RELEASE_NOTES.md
parentb6f52b35e77e733c627455e368a5dd30bc22daf5 (diff)
downloadchef-789462db340758a205e19f0339a7b2e7361d11d6.tar.gz
Update doc files for knife `config.rb` support.
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 33e405d273..30c5d0893e 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,18 @@
# Chef Client Release Notes 12.0.0:
+## Knife Prefers `config.rb` to `knife.rb`.
+
+Knife will now look for `config.rb` in preference to `knife.rb` for its
+configuration file. The syntax and configuration options available in
+`config.rb` are identical to `knife.rb`. Also, the search path for
+configuration files is unchanged.
+
+At this time, it is _recommended_ that users use `config.rb` instead of
+`knife.rb`, but `knife.rb` is not deprecated; no warning will be emitted
+when using `knife.rb`. Once third-party application developers have had
+sufficient time to adapt to the change, `knife.rb` will become
+deprecated and config.rb will be preferred.
+
## Boostrap Changes
Chef Client 12 introduces a set of changes to `knife bootstrap`. Here is the list of changes: