Update CHANGELOG.md for Azure builder improvements

Add support for custom images.
Check for empty resource groups.
This commit is contained in:
Christopher Boumenot 2016-06-09 09:50:31 -07:00
parent 353ce2f2a6
commit a3ed380413

View File

@ -17,6 +17,7 @@ IMPROVEMENTS:
* builder/amazon: Added `skip_region_validation` option to allow newer or custom AWS regions [GH-3598]
* builder/azure: Now pre-validates `capture_container_name` and
`capture_name_prefix` [GH-3537]
* builder/azure: Support for custom images [GH-3575]
* builder/google: Added support for `image_family` [GH-3503]
* builder/null: Can now be used with WinRM [GH-2525]
* builder/parallels: Now pauses between `boot_command` entries when running
@ -38,6 +39,7 @@ BUG FIXES:
* post-processor/vsphere: Fix upload failures with vsphere [GH-3321]
* provisioner/ansible: Properly set host key checking even when a custom ENV
is specified [GH-3568]
* builder/azure: check for empty resource group [GH-3606]
## 0.10.1 (May 7, 2016)