diff --git a/CHANGELOG.md b/CHANGELOG.md index 918c117cc11..4e66418c5d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ ## (Unreleased) +### BUG FIXES: + +* builder/googlecompute: Correct values for `on_host_maintenance`. [GH-4643] +* builder/amazon: Fix crash in `step_region_copy`. [GH-4642] + +### IMRPOVEMENTS: + +* builder/amazon: validate ssh key name/file. [GH-4665] +* builder/amazon: set force_deregister to true on -force. [GH-4649] +* builder/hyper-v: validate output dir in step, not in config. [GH-4645] +* website: fix display on ios devices. [GH-4618] +* builder/openstack: Add ssh agent support. [GH-4655] +* builder/parallels-iso: Configuration of disk type, plain or expanding. + [GH-4621] + ## 0.12.3 (March 1, 2017) ### FEATURES: @@ -32,7 +47,6 @@ * builder/azure:: add two new config variables for temp_compute_name and temp_resource_group_name. [GH-4468] - ### BUG FIXES: * builder/amazon: Fix ssh agent authentication. [GH-4597]