From f5a0810e7a6298955a5ad35eca0d090a531da454 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Mon, 14 Oct 2019 13:50:02 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25b0900f1..696a9e236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ -## 1.5.0 (Upcoming) +## 1.4.5 (Upcoming) ### IMPROVEMENTS: * builder/oracle-oci: Support defined tags for oci builder [GH-8172] +* builder/proxmos: Add ability to select CPU type [GH-8201] +* builder/proxmox: Add support for SCSI controller selection [GH-8199] +* communicator/winrm: Prevent busy loop while waiting for WinRM connection + [GH-8213] +* core: Add strftime function in templates [GH-8208] ### BUG FIXES: * builder/amazon: Fix spot instance bug where builder would fail if one @@ -13,12 +18,8 @@ already shut down [GH-8176] * post-processor/digitalocean-import: Fix panic when 'image_regions' not set [GH-8179] - -### BACKWARDS INCOMPATIBILITIES: -* builder/qemu: Provide disk size as a string [GH-7546] -* core: Finish deprecating old tempalte functions clean_ami_name and - clean_image_name in favor of generic clean_resource_name [GH-8193] - +* provisioner/powershell: Fix powershell syntax error causing failed builds + [GH-8195] ## 1.4.4 (October 1, 2019)