From e5f755dd3714c12cb99cc4efbff30b9b4114b134 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Mon, 14 Mar 2016 20:11:42 -0700 Subject: [PATCH] Update changelog to include Azure --- CHANGELOG.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02c370b80..541810c07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)