Packer v0.4.1 Release Notes

Release Date: 2013-12-07 // over 10 years ago
  • ๐Ÿ‘Œ IMPROVEMENTS:

    • ๐Ÿ— builder/amazon/ebs: New option allows associating a public IP with non-default VPC instances. [GH-660]
    • ๐Ÿ— builder/openstack: A "proxy_url" setting was added to define an HTTP proxy to use when building with this builder. [GH-637]

    ๐Ÿ› BUG FIXES:

    • core: Don't change background color on CLI anymore, making things look a tad nicer in some terminals.
    • ๐Ÿ— core: multiple ISO URLs works properly in all builders. [GH-683]
    • ๐Ÿ”’ builder/amazon/chroot: Block when obtaining file lock to allow parallel builds. [GH-689]
    • ๐Ÿ— builder/amazon/instance: Add location flag to upload bundle command so that building AMIs works out of us-east-1. [GH-679]
    • ๐Ÿ— builder/qemu: Qemu arguments are templated. [GH-688]
    • ๐Ÿ— builder/vmware: Cleanup of VMX keys works properly so cd-rom won't get stuck with ISO. [GH-685]
    • ๐Ÿ— builder/vmware: File cleanup is more resilient to file delete races with the operating system. [GH-675]
    • provisioner/puppet-masterless: Check for hiera config path existence properly. [GH-656]