From 25a61d977d19f99dc8f44da0cb088a39b5c53f41 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Mon, 27 Jan 2020 12:00:36 -0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39fe6c223..222a32ffb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ Packer team at HashiCorp moving forward. [GH-8480] * builder/vagrant: Fix a crash in the Vagrant driver [GH-8607] * core: clean up messy log line in plugin execution. [GH-8542] * core: Fix loading external plugins defined in PACKER_CONFIG [GH-8582] +* core: Log name of postprocessor running to disambiguate long chains of post- + processors. [GH-8613] +* core: step_download: return without error if Urls is empty [GH-8579] * post-processor/vsphere-template] Simplify method to use vm.MarkAsTemplate (optionally) [GH-8511] * scripts: Fix some issues with mapstructure-to-hcl2 code generator. [GH-8574] @@ -20,12 +23,16 @@ Packer team at HashiCorp moving forward. [GH-8480] ### Bug Fixes: * builder/alicloud: Fix "security group doesn't exist" error when there are >10 security groups. [GH-8535] +* builder/amazon: Allow AWS builder pre-validation to pass when subnet filters + are present [GH-8622] +* builder/azure: Fix bug where deployments were not being cleaned up: [GH-8496] * builder/null: Fix crash when configuring builder using HCL2. [GH-8612] * builder/osc: Fix ssh host detection in Public Cloud and Nets [GH-8414] * builder/vagrant: Fix bug with reading key from a path with spaces [GH-8605] * builder/virtualbox-ovf: Remove config dependency from StepImport [GH-8509] * builder/virtualbox-vm: use config as a non pointer to avoid a panic [GH-8576] * core: Fix crash when build.sources is set to an invalid name [GH-8569] +* core: Fix error loading .packerconfig [GH-8623] * core: Fix loading of external plugins. GH-8543] * post-processor/docker-tag: Fix regression if no tags were specified. [GH-8593] @@ -35,6 +42,8 @@ Packer team at HashiCorp moving forward. [GH-8480] string [GH-8567] * provisioner/ansible: Fix password sanitization to account for empty string values. [GH-8570] +* provisioner/shell: Fix bug with shell provisioner failing to clean up the + environment var file when env_var_file is true. [GH-8639] ## 1.5.1 (December 20, 2019) This was a fast-follow release to fix a number of panics that we introduced when