From 9903c4bdd19ba75ecdc1bfd097c223410c20ef08 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Tue, 7 Jan 2020 11:55:59 -0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2f14c3b7..135cdeb89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 1.5.2 (Upcoming) + +### IMPROVEMENTS: +* builder/amazon: Add source AMI owner ID/name to template engines [GH-8550] +* builder/azure: Set expiry for image versions in SIG [GH-8561] +* core: clean up messy log line in plugin execution. [GH-8542] + +### Bug Fixes: +* 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 loading of external plugins. GH-8543] +* post-processor/vagrant: correctly handle the diskSize property as a qemu size + string [GH-8567] +* provisioner/ansible: Fix password sanitization to account for empty string + values. [GH-8570] + ## 1.5.1 (December 20, 2019) This was a fast-follow release to fix a number of panics that we introduced when making changes for HCL2.