update changelog for v. 1.2.5

This commit is contained in:
Megan Marsh 2018-07-13 16:48:21 -07:00
parent a149dcb029
commit 1b967e60f9
1 changed files with 33 additions and 0 deletions

View File

@ -1,3 +1,36 @@
## 1.2.5 (July 16, 2018)
### BUG FIXES:
* core: Fix bug in parsing of iso checksum files that arose when setting iso_url to a relative filepath. [GH-6488]
* communicator/winrm: Revert an attempt to determine whether remote upload destinations were files or directories, as this broke uploads on systems without Powershell installed. [GH-6481]
* builder/amazon: Replace packer's waiters with those from the AWS sdk, solving several timeout bugs. [GH-6332]
* builder/azure: update the max length of managed_image_resource_group to match new increased length of 90 characters. [GH-6477]
* builder/vmware: Fix bug where we couldn't discover IP if vm_name differed from the vmx displayName. [GH-6448]
* fix: Fix bug where fixer for ssh_private_ip that failed when boolean values are passed as strings. [GH-6458]
* builder/qemu: vnc_bind_address was not being passed to qemu. [GH-6467]
* builder/qemu: Fix error race condition in qemu builder that caused convert to fail on ubuntu 18.x [GH-6437]
* builder/vmware: Fix validation to prevent hang when remopte_password is not sent but vmware is building on esxi. [GH-6424]
* builder/virtualbox: Allow iso_url to be a symlink. [GH-6370]
* builder/vmware: Don't fail on DHCP lease files that cannot be read, fixing bug where builder failed on NAT networks that don't serve DHCP. [GH-6415]
* builder/hyper-v: Fix secure boot template feature so that it properly passes the temolate for MicrosoftUEFICertificateAuthority. [GH-6415]
* builder/alicloud: Fix an issue with VPC cleanup. [GH-6418]
* builder/alickoud: Fix issue where internet_max_bandwidth_out template option was not being passed to builder. [GH-6416]
* builder/hyperv: Fix bug in HyperV IP lookups that was causing breakages in FreeBSD/OpenBSD builds. [GH-6416]
* core: Fix Packer crash caused by improper error handling in the downloader. [GH-6381]
* provisioner/powershell: Make upload of powershell variables retryable, in case of system restarts. [GH-6388]
* builder/amazon-chroot: Fix communicator bug that broke chroot builds. [GH-6363]
* builder/vmware:Correctly default the vm export format to ovf; this is what the docs claimed we already did, but we didn't. [GH-4538]
### IMPROVEMENTS:
* post-processor/googlecompute-import: Added new googlecompute-import post-processor [GH-6451]
* builder/scaleway: Add new "bootscript" parameter, allowing the user to not use the default local bootscript [GH-6439]
* builder/vmware: Add support for linked clones to vmware-vmx. [GH-6394]
* builder/oracle-oci: Add new "instance_name" template option. [GH-6408]
* builder/amazon: Add the ap-northeast-3 region. [GH-6385]
* debug: The -debug flag will now cause Packer to pause between provisioner scripts in addition to Packer steps. [GH-4663]
* provisioner/ansible: Add new "playbook_files" option to execute multiple playbooks within one provisioner call. [GH-5086]
* builder/openstack: Add support for token authorization and cloud.yaml. [GH-6362]
## 1.2.4 (May 29, 2018)
### BUG FIXES: