Packer v0.3.11 Release Notes

Release Date: 2013-11-04 // over 10 years ago
  • ๐Ÿ”‹ FEATURES:

    • ๐Ÿ— builder/amazon/ebs: Ability to specify which availability zone to create instance in. [GH-536]

    ๐Ÿ‘Œ IMPROVEMENTS:

    • ๐Ÿ— core: builders can now give warnings during validation. warnings won't fail the build but may hint at potential future problems.
    • ๐Ÿ— builder/digitalocean: Can now specify a droplet name
    • ๐Ÿ— builder/virtualbox: Can now disable guest addition download entirely by setting "guest_additions_mode" to "disable" [GH-580]
    • ๐Ÿ— builder/virtualbox,vmware: ISO urls can now be https. [GH-587]
    • ๐Ÿ— builder/virtualbox,vmware: Warning if shutdown command is not specified, since it is a common case of data loss.

    ๐Ÿ› BUG FIXES:

    • core: Won't panic when writing to a bad pipe. [GH-560]
    • ๐Ÿ— builder/amazon/all: Properly scrub access key and secret key from logs. [GH-554]
    • ๐Ÿ— builder/openstack: Properly scrub password from logs. [GH-554]
    • ๐Ÿ— builder/virtualbox: No panic if SSH host port min/max is the same. [GH-594]
    • ๐Ÿ— builder/vmware: checks if ifconfig is in /sbin [GH-591]
    • ๐Ÿ— builder/vmware: Host IP lookup works for non-C locales. [GH-592]
    • common/uuid: Use cryptographically secure PRNG when generating UUIDs. [GH-552]
    • communicator/ssh: File uploads that exceed the size of memory no longer cause crashes. [GH-561]