From 1cd667b243f4a263cd5322b6455165cc676b6f7f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 6 Jan 2015 13:42:26 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66fe85b94..a58d59e08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ## 1.7.2 (January 6, 2015) +BREAKING CHANGES: + + - If you depended on the paths that Chef/Puppet provisioners use to + store cookbooks (ex. "/tmp/vagrant-chef-1"), these will no longer be + correct. Without this change, Chef/Puppet didn't work at all with + `vagrant provision`. We expect this to affect only a minor number of + people, since its not something that was every documented or recommended + by Vagrant, or even meant to be supported. + FEATURES: - provisioners/salt: add support for grains [GH-4895]