From e26df90a6635820b6870a38675bb3d32627de25b Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Fri, 3 Apr 2020 16:47:34 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72613b6fe..828d6e440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,24 @@ ## 1.5.6 (Upcoming) +**New Builder** azure-dtl allows creation of devtestlabs images in Azure. [GH-8987] + +### IMPROVEMENTS: +* builder/google: Allow `source_image_project_id` to be a list of several + projects to search. [GH-8679] +* builder/oracle-oci: Allow Instance Principal Auth for Oracle OCI builder + [GH-8893] +* provisioner/ansible: Add option to not use localhost proxy adapter. Removes + need for ansible connection_plugin when using WinRM. [GH-8625] + ### Bug Fixes: -* builder/azure: Allow Managed Data Disks to be used with Azure Shared Image Gallery [GH-8912] +* builder/amazon: Fix bug with launch_block_device_mappings in spot instances. + [GH-8945] builder/vsphere-iso: disk_size is no longer required if storage + is defined [GH-8975] +* builder/azure: Allow Managed Data Disks to be used with Azure Shared Image + Gallery [GH-8912] * builder/qemu: Remove `net_device` pre-validation [GH-8979] * core: Make sure CLI variables supersede variables from var files [GH-8964] - + ## 1.5.5 (March 25,2020) ### IMPROVEMENTS: