Packer v1.0.3 Release Notes

Release Date: 2017-07-17 // almost 7 years ago
  • ๐Ÿ‘Œ IMPROVEMENTS:

    • โšก๏ธ builder/azure: Update to latest Azure SDK, enabling support for managed disks. [GH-4511]
    • ๐Ÿ— builder/cloudstack: Add default cidr_list [ 0.0.0.0/0 ]. [GH-5125]
    • builder/cloudstack: Add support for ssh_agent_auth. [GH-5130]
    • ๐Ÿ— builder/cloudstack: Add support for using a HTTP server. [GH-5017]
    • builder/cloudstack: Allow reading api_url, api_key, and secret_key from env vars. [GH-5124]
    • ๐Ÿ— builder/cloudstack: Make expunge optional and improve logging output. [GH-5099]
    • ๐Ÿ— builder/googlecompute: Allow using URL's for network and subnetwork. [GH-5035]
    • ๐Ÿ— builder/hyperv: Add support for floppy_dirs with hyperv-iso builder.
    • ๐Ÿ— builder/hyperv: Add support for override of system %temp% path.
    • ๐Ÿ‘ core: Experimental Android ARM support. [GH-5111]
    • post-processor/atlas: Disallow packer push of vagrant.box artifacts to atlas. [GH-4780]
    • postprocessor/atlas: Disallow pushing vagrant.box artifacts now that Vagrant cloud is live. [GH-4780]

    ๐Ÿ› BUG FIXES:

    • builder/amazon: Fix panic that happens if ami_block_device_mappings is empty. [GH-5059]
    • ๐Ÿ— builder/azure: Write private SSH to file in debug mode. [GH-5070] [GH-5074]
    • ๐Ÿ— builder/cloudstack: Properly report back errors. [GH-5103] [GH-5123]
    • ๐Ÿ builder/docker: Fix windows filepath in docker-toolbox call [GH-4887]
    • ๐Ÿ builder/docker: Fix windows filepath in docker-toolbox call. [GH-4887]
    • ๐Ÿ— builder/hyperv: Use SID to verify membership in Admin group, fixing for non- english users. [GH-5022]
    • ๐Ÿ— builder/hyperv: Verify membership in the group Hyper-V Administrators by SID not name. [GH-5022]
    • โšก๏ธ builder/openstack: Update gophercloud version, fixing builds > 1 hr long. [GH-5046]
    • ๐Ÿ— builder/parallels: Skip missing paths when looking for unnecessary files. [GH-5058]
    • ๐Ÿ— builder/vmware-esxi: Fix VNC port discovery default timeout. [GH-5051]
    • โœ… communicator/ssh: Add ProvisionerTypes to communicator tests, resolving panic [GH-5116]
    • communicator/ssh: Resolve race condition that sometimes truncates ssh provisioner stdout [GH-4719]
    • post-processor/checksum: Fix interpolation of "output". [GH-5112]
    • ๐Ÿ’ป push: Push vars in packer config, not just those set from command line and in var-file. [GH-5101]