Update changelog to include Azure

This commit is contained in:
Chris Bednarski 2016-03-14 20:11:42 -07:00
parent 209603ec88
commit e5f755dd37
1 changed files with 11 additions and 13 deletions

View File

@ -1,29 +1,27 @@
## UNRELEASED
BACKWARDS INCOMPATIBILITIES:
## 0.10.0 (March 14, 2016)
FEATURES:
* **New `azure-arm` builder**: Build virtual machines in Azure Resource
Manager
IMPROVEMENTS:
* builder/google: Added support for `disk_type` [GH-2830]
* builder/openstack: Added support for retrieving the Administrator
password when using WinRM if no `winrm_password` is set [GH-3209]
* builder/openstack: Added support for retrieving the Administrator password
when using WinRM if no `winrm_password` is set [GH-3209]
* provisioner/ansible: Added the `empty_groups` parameter [GH-3232]
* provisioner/ansible: Added the `user` parameter [GH-3276]
* provisioner/ansible: Don't use deprecated ssh option with
Ansible 2.0 [GH-3291]
* provisioner/puppet-masterless: Add `ignore_exit_codes` parameter
[GH-3349]
* provisioner/ansible: Don't use deprecated ssh option with Ansible 2.0
[GH-3291]
* provisioner/puppet-masterless: Add `ignore_exit_codes` parameter [GH-3349]
BUG FIXES:
* builders/parallels: Handle `output_directory` containing . and ..
* builders/parallels: Handle `output_directory` containing `.` and `..`
[GH-3239]
* provisioner/ansible: os.Environ() should always be passed to the
ansible command. [GH-3274]
* provisioner/ansible: os.Environ() should always be passed to the ansible
command. [GH-3274]
## 0.9.0 (February 19, 2016)