From c9066f9e751588af4a65f4571c81d81a1065b52e Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Thu, 21 Mar 2019 11:59:29 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 42 ++++++++++++++++++++++++++++-------------- 1 file changed, 28 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 906b8a9a2..220125a49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,36 @@ ## 1.4.0 (Upcoming) ### IMPROVEMENTS: -* post-processor/googlecompute-export: Set network project id to builder [GH-7359] -* builder/virtualbox: create ephemeral SSH key pair for build process [GH-7287] -* builder/OpenStack: Support Application Credential Authentication [GH-7300] -* post-processor/Vagrant: Option to ignore SSL verification when using on-premise vagrant cloud [GH-7377] -* core: Print VerifyChecksum log for the download as ui.Message output [GH-7387] -* builder/amazon-chroot: Allow users to specify custom block device mapping [GH-7370] +* builder/amazon-chroot: Allow users to specify custom block device mapping + [GH-7370] * builder/azure-arm: specify zone resilient image from config [GH-7211] - - -### BUG FIXES: -* builder/amazon-chroot: Fix building PV images and where mount_partition is set [GH-7337] -* builder/vmware-esxi: properly copy .vmxf files in remote vmx builds [GH-7357] -* builder/alibaba: Update to latest Alibaba Cloud official image to fix acceptance tests [GH-7375] -* builder/hcloud: Fix usage of freebsd64 rescue image [GH-7381] +* builder/OpenStack: Support Application Credential Authentication [GH-7300] +* builder/virtualbox: create ephemeral SSH key pair for build process [GH-7287] +* core: Add functionality to marshal a Template to valid Packer JSON [GH-7339] +* core: Allow user variables to be interpreted within the variables section + [GH-7390] +* core: Incorporate the go-getter to handle downloads [GH-6999] +* core: Print VerifyChecksum log for the download as ui.Message output + [GH-7387] +* post-processor/googlecompute-export: Set network project id to builder + [GH-7359] +* post-processor/vagrant-cloud: support for the vagrant builder [GH-7397] +* post-processor/Vagrant: Option to ignore SSL verification when using on- + premise vagrant cloud [GH-7377] +* provisioner/shell provisioner/windows-shell: allow to specify valid exit + codes [GH-7385] + +### BUG FIXES: +* builder/alibaba: Update to latest Alibaba Cloud official image to fix + acceptance tests [GH-7375] +* builder/amazon-chroot: Fix building PV images and where mount_partition is + set [GH-7337] * builder/amazon: Fix http_proxy env var regression [GH-7361] -* core: fix bug where Packer didn't pause in debug on certain linux platforms. [GH-7352] +* builder/hcloud: Fix usage of freebsd64 rescue image [GH-7381] +* builder/vagrant: windows : fix docs and usage [GH-7416] [GH-7417] +* builder/vmware-esxi: properly copy .vmxf files in remote vmx builds [GH-7357] +* core: fix bug where Packer didn't pause in debug on certain linux platforms. + [GH-7352] ### BACKWARDS INCOMPATIBILITIES: * builder/amazon: If users do not pass any encrypt setting, retain any initial encryption setting of the AMI. [GH-6787]