Packer v0.3.10 Release Notes

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

    • Ansible provisioner

    ๐Ÿ‘Œ IMPROVEMENTS:

    • ๐Ÿ‘ post-processor/vagrant: support instance-store AMIs built by Packer. [GH-502]
    • post-processor/vagrant: can now specify compression level to use when creating the box. [GH-506]

    ๐Ÿ› BUG FIXES:

    • ๐Ÿ— builder/all: timeout waiting for SSH connection is a failure. [GH-491]
    • ๐Ÿ— builder/amazon: Scrub sensitive data from the logs. [GH-521]
    • ๐Ÿ— builder/amazon: Handle the situation where an EC2 instance might not be immediately available. [GH-522]
    • ๐Ÿ— builder/amazon/chroot: Files copied into the chroot remove destination before copy, fixing issues with dangling symlinks. [GH-500]
    • ๐Ÿ— builder/digitalocean: don't panic if erroneous API response doesn't contain error message. [GH-492]
    • ๐Ÿ— builder/digitalocean: scrub API keys from config debug output. [GH-516]
    • ๐Ÿ— builder/virtualbox: error if VirtualBox version cant be detected. [GH-488]
    • ๐Ÿ— builder/virtualbox: detect if vboxdrv isn't properly setup. [GH-488]
    • ๐Ÿ— builder/virtualbox: sleep a bit before export to ensure the session is unlocked. [GH-512]
    • ๐Ÿ— builder/virtualbox: create SATA drives properly on VirtualBox 4.3. [GH-547]
    • ๐Ÿ— builder/virtualbox: support user templates in SSH key path. [GH-539]
    • ๐Ÿ— builder/vmware: support user templates in SSH key path. [GH-539]
    • communicator/ssh: Fix issue where a panic could arise from a nil dereference. [GH-525]
    • post-processor/vagrant: Fix issue with VirtualBox OVA. [GH-548]
    • ๐Ÿšš provisioner/salt: Move salt states to correct remote directory. [GH-513]
    • ๐Ÿ provisioner/shell: Won't block on certain scripts on Windows anymore. [GH-507]