Update CHANGELOG.md
This commit is contained in:
parent
02230a8121
commit
c9066f9e75
38
CHANGELOG.md
38
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]
|
||||
|
||||
* 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/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/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]
|
||||
|
|
Loading…
Reference in New Issue