From 653a492f313f7acf58f016e587d828c3bc371c23 Mon Sep 17 00:00:00 2001 From: Teemu Matilainen Date: Tue, 18 Feb 2014 23:56:39 -0300 Subject: [PATCH] Update CHANGLEOG [ci skip] --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e00b81738..43ddefcf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -92,6 +92,12 @@ BUG FIXES: - providers/virtualbox: Bridge network adapters always have their "cable connected" properly. [GH-2906] - provisioners/chef: When chowning folders, don't follow symlinks. + - provisioners/chef: Encrypted data bag secrets also in Chef solo are + now uploaded to the provisioning path to avoid perm issues. [GH-2845] + - provisioners/chef: Encrypted data bag secret is removed from the + machine before and after provisioning also with Chef client. [GH-2845] + - provisioners/chef: Set `encrypted_data_bag_secret` on the VM to `nil` + if the secret is not specified. [GH-2984] - provisioners/docker: Only add SSH user to docker group if the user isn't already in it. [GH-2838] - provisioners/docker: Configuring autostart works properly with