diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-07-23 13:14:09 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-07-26 17:00:35 -0700 |
commit | b17dbb9a6613c4371df73dc558ae1251cd34e52d (patch) | |
tree | 59466cfb42326474097b27fd3f8ba9145f61a756 /RELEASE_NOTES.md | |
parent | cf6ac3eb9b8b6de37972bb4fd07a03c57cdf33ea (diff) | |
download | chef-b17dbb9a6613c4371df73dc558ae1251cd34e52d.tar.gz |
CHEF-3684: do not clear file cache on override run list
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 50e86f8c09..3f32c5acf6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,10 @@ # Chef Client Release Notes: +## When given an override run list Chef does not clean the file_cache + +In order to avoid redownloading the file_cache for all the cookbooks and files that are skipped when an +override run list is used, when an override run list is set the file cache is not cleaned at all. + ## Dropped Support For Ruby 1.8.7/1.9.1/1.9.2 Ruby 1.8.7, 1.9.1 and 1.9.2 are no longer supported. |