summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2014-03-14 13:11:00 -0700
committerdanielsdeleo <dan@getchef.com>2014-03-14 14:09:37 -0700
commit33b2ae7adef917ddcafb93f3bca6a28d0f750c03 (patch)
treee664df769ecce7e31824bc3db0129760749fd761 /RELEASE_NOTES.md
parentaa9585f2f7d214c667fcba4cbf61e7e8114484ab (diff)
downloadchef-33b2ae7adef917ddcafb93f3bca6a28d0f750c03.tar.gz
Change missing dependency from hard error to warning for now.
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 0a34f5619e..9885663873 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -8,7 +8,7 @@ Details about the thing that changed that needs to get included in the Release N
-->
# Chef Client Release Notes:
-#### Chef Solo Missing Dependency Improvments ([CHEF-4367](https://tickets.opscode.com/browse/CHEF-4367))
+#### Chef Solo Missing Dependency Warning ([CHEF-4367](https://tickets.opscode.com/browse/CHEF-4367))
Chef 11.0 introduced ordered evaluation of non-recipe files in
cookbooks, based on the dependencies specified in your cookbooks'
@@ -23,8 +23,8 @@ did not suggest the actual cause of the failure.
We've added a check to `include_recipe` so that attempting to include a
recipe which is not a dependency of any cookbook specified in the run
-list will now raise an error with a message describing the problem and
-solution.
+list will now log a warning with a message describing the problem and
+solution. In the future, this warning will become an error.
#### reboot_pending?