Packer v1.3.2 Release Notes

Release Date: 2018-10-29 // over 5 years ago
  • ๐Ÿ‘Œ IMPROVEMENTS:

    • builder/alicloud: Add new disable_stop_instance option. [GH-6764]
    • ๐Ÿ— builder/alicloud: Support adding tags to image. [GH-6719]
    • ๐Ÿ— builder/alicloud: Support ssh with private ip address. [GH-6688]
    • ๐Ÿ— builder/amazon: Add support to explicitly control ENA support [GH-6872]
    • builder/amazon: Add suppport for vpc_filter, subnet_filter, and security_group_filter. [GH-6374]
    • ๐Ÿ— builder/amazon: Add validation for required device_name parameter in block_device_mappings. [GH-6845]
    • ๐Ÿ”’ builder/amazon: Clean up security group wait code. [GH-6843]
    • โšก๏ธ builder/amazon: Update aws-sdk-go to v1.15.54, adding support for credential_source. [GH-6849]
    • ๐Ÿ— builder/amazon: Use DescribeRegions for aws region validation. [GH-6512], [GH-6904]
    • builder/azure: Add new shared_image_gallery option. [GH-6798]
    • builder/googlecompute: Return an error if startup_script_file is specified, but file does not exist. [GH-6848]
    • ๐Ÿ— builder/hcloud: Add Hetzner Cloud builder. [GH-6871]
    • ๐Ÿ— builder/openstack: Add new disk_format option. [GH-6702]
    • builder/openstack: Fix bug where source_image_name wasn't being used to properly find a UUID. [GH-6751]
    • ๐Ÿ— builder/openstack: Wait for volume availability when cleaning up [GH-6703]
    • builder/qemu: Add disk_detect_zeroes option. [GH-6827]
    • ๐Ÿ— builder/scaleway: Add boottype parameter to config. [GH-6772]
    • โšก๏ธ builder/scaleway: Update scaleway-cli vendor. [GH-6771]
    • ๐Ÿ’ป core: New option to add timestamps to UI output. [GH-6784]
    • post-processor/vagrant-cloud: Validate vagrant cloud auth token doing an auth request [GH-6914]
    • provisioner/file: Improve error messaging when file destination is a directory with no trailing slash. [GH-6756]
    • ๐Ÿ‘ provisioner/powershell: Provide better error when Packer can't find Powershell executable. [GH-6817]
    • provisioner/shell-local: Add ability to specify OSs where shell-local can run [GH-6878]

    ๐Ÿ› BUG FIXES:

    • ๐Ÿ— builder/alicloud: Fix ssh configuration pointer issues that could cause a bug [GH-6720]
    • builder/alicloud: Fix type error in step_create_tags [GH-6763]
    • ๐Ÿ— builder/amazon: Error validating credentials is no longer obscured by a region validation error. and some region validation refactors and improvements [GH-6865]
    • ๐Ÿ— builder/amazon: Fix error calculating defaults in AWS waiters. [GH-6727]
    • ๐Ÿ— builder/amazon: Increase default wait for image import to one hour. [GH-6818]
    • ๐Ÿ— builder/amazon: Waiter now fails rather than hanging for extra time when an image import fails. [GH-6747]
    • โšก๏ธ builder/azure: Updated Azure/go-ntlmssp dependency to resolve an issue with the winrm communicator not connecting to Windows machines requiring NTLMv2 session security
    • ๐Ÿ— builder/digitalocean: Fix ssh configuration pointer issues that could cause a panic [GH-6729]
    • ๐Ÿ— builder/hyperv/vmcx: Allow to set generation from buildfile [GH-6909]
    • ๐Ÿ— builder/scaleway: Fix issues with ssh keys. [GH-6768]
    • ๐ŸŒฒ core: Fix error where logging was always enabled when Packer was run from inside Terraform. [GH-6758]
    • core: Fix issue with with names containing spaces in ESX5Driver and in ssh communicator [GH-6891], [GH-6823]
    • core: Fix logger so it doesn't accidentally try to format unescaped strings. [GH-6824]
    • core: Fix race conditions in progress bar code [GH-6858], [GH-6788], [GH-6851]
    • ๐Ÿ— core: Fix various places in multiple builders where config was not being passed as a pointer. [GH-6739]
    • post-processor/manifest: No longer provides an empty ID string for Azure's managed image artifact [GH-6822]
    • provisioner/powershell: Fix a bug in the way we set the ProgressPreference variable in the default execute_command [GH-6838]
    • ๐Ÿ provisioner/windows-restart: Fix extraneous break which forced early exit from our wait loop. [GH-6792]