Updated the changelog to include chef validation key fix, add remote_* options for ssh, and put docker privileged in the features section

This commit is contained in:
Chris Bednarski 2016-04-29 19:25:30 -07:00
parent 3b2a4834c5
commit 7a9a1d8025
1 changed files with 6 additions and 1 deletions

View File

@ -1,9 +1,14 @@
## (Unreleased)
FEATURES:
* builder/docker: Add `privileged` build option [GH-3475]
* provisioner/shell: Add `remote_folder` and `remote_file` options [GH-3462]
BUG FIXES:
* core: Fix hang after pressing enter key in `-debug` mode [GH-3346]
* builder/docker: Add `privileged` build option [GH-3475]
* provisioner/chef: Use custom values for remote validation key path [GH-3468]
## 0.10.0 (March 14, 2016)