From 6b52df0c50327a5f6543776ee68e660624c1607f Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Fri, 10 Apr 2020 12:38:21 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1442334f2..b9089c051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,18 @@ ### IMPROVEMENTS: * builder/azure: Add shared image destination for azure-chroot [GH-9021] +* builder/azure: Data disk names are now randomly generated [GH-8986] * 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] +* core/hcl2: Set `packer_build_name` and `packer_builder_type` variables for + builder provisioners and post-processors [GH-8956] * provisioner/ansible: Add option to not use localhost proxy adapter. Removes need for ansible connection_plugin when using WinRM. [GH-8625] +* provisioner/powershell: Add cleanup step to remove temporarily created + scripts; cleanup can be skipped by setting the `skip_clean` option + [GH-8908] ### Bug Fixes: * builder/amazon: Fix bug with launch_block_device_mappings in spot instances. @@ -19,6 +25,8 @@ * builder/qemu: Remove `net_device` pre-validation [GH-8979] * builder/vsphere-iso: disk_size is no longer required if storage is defined [GH-8975] +* core: Fix crash in wrapperreadline helper when calling `os.NewFile` on + unknown file descriptor [GH-9037] * core: Make sure CLI variables supersede variables from var files [GH-8964] * provisioner/powershell: Fix integer decoding issue in the execution policy parser [GH-8997]