summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-05-22 12:16:29 -0700
committerClaire McQuin <claire@getchef.com>2014-05-22 12:16:37 -0700
commit8ea047d61c0b7824f0427ee0265f140e1728720e (patch)
treeca7cb23fb67aef5ba5255c8acbf59dba729c4efb
parentccd72cf02fcc4d9533e2b6f4dc55caedbfbd1fa2 (diff)
downloadchef-8ea047d61c0b7824f0427ee0265f140e1728720e.tar.gz
update for fallback cache
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 696ca05e93..191738b9cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,7 @@
* knife now bootstraps node with the latest current version of chef-client. (CHEF-4911)
* Add a threaded download queue for synchronizing cookbooks in parallel. (CHEF-4423)
* Add config options for attribute whitelisting in node.save. (CHEF-3811)
+* Use user's .chef as a fallback cache path if /var/chef is not accessible. (CHEF-5259)
## Last Release: 11.12.0 RC1 (03/31/2014)
* SIGTERM will once-more kill a non-daemonized chef-client (CHEF-5172)