From eaaccb78eddc15d42948bf8f9546ab7f884feff9 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 11 Apr 2013 08:12:28 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 381ea92d3..6ecf17cbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -87,6 +87,10 @@ BUG FIXES: - More robust hostname checking for RedHat. [GH-1566] - Cookbook path existence for Chef is no longer an error, so that things like librarian and berkshelf plugins work properly. [GH-1570] + - Chef solo provisioner uses proper SSH username instead of hardcoded + config. [GH-1576] + - Shell provisioner takes ownership of uploaded files properly so + that they can also be manually executed later. [GH-1576] ## 1.1.6 (April 3, 2013)