From ca728df02b37d78793e1df0f316fb44d1f6c937d Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 8 Feb 2016 10:55:44 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c97a5fbb..faea2c360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ BREAKING CHANGES: source directory would be unzipped to an existing destination directory without creating the source base directory. This new behavior is more consistent with SCP and other well known shell copy commands. + - The Chef provisioner's `channel` default value has changed from "current" to + "stable". The "current" channel includes nightly releases and should be + opt-in only. Note that users wishing to download the Chef Development Kit + will need to opt into the "current" channel until Chef Software promotes + into the "stable" channel. IMPROVEMENTS: @@ -47,6 +52,8 @@ BUG FIXES: playbook is not present on the guest) [GH-6763] - provisioners/chef: Do not use double sudo when installing [GGH-6805, GH-6804] + - provisioners/chef: Change the default channel to "stable" (previously it + was "current") [GH-7001, GH-6979] - provisioners/puppet: Use `where.exe` to locate puppet binary [GH-6912, GH-6876]