Packer v1.0.0 Release Notes

Release Date: 2017-04-04 // about 7 years ago
  • ๐Ÿ› BUG FIXES:

    • ๐Ÿ— builder/amazon: Fix b/c issue by reporting again the tags we create. [GH-4704]
    • builder/amazon: Fix crash in step_region_copy. [GH-4642]
    • builder/googlecompute: Correct values for on_host_maintenance. [GH-4643]
    • ๐Ÿ— builder/googlecompute: Use "default" service account. [GH-4749]
    • ๐Ÿ— builder/hyper-v: Don't wait for shutdown_command to return. [GH-4691]
    • ๐Ÿ— builder/virtualbox: fix none communicator by allowing skipping upload of version file. [GH-4678]
    • ๐Ÿ— builder/virtualbox: retry removing floppy controller. [GH-4705]
    • communicator/ssh: don't return error if we can't close connection. [GH-4741]
    • communicator/ssh: fix nil pointer error. [GH-4690]
    • core: fix version number
    • core: Invoking packer --help or --version now exits with status 0. [GH-4723]
    • core: show correct step name when debugging. [GH-4672]
    • communicator/winrm: Directory uploads behave more like scp. [GH-4438]

    ๐Ÿ‘Œ IMPROVEMENTS:

    • ๐Ÿ— builder/amazon-chroot: Ability to give an empty list in copy_files to prevent the default /etc/resolv.conf file from being copied. If copy_files isn't given at all, the default behavior remains. [GH-4708]
    • ๐Ÿ— builder/amazon: set force_deregister to true on -force. [GH-4649]
    • ๐Ÿ— builder/amazon: validate ssh key name/file. [GH-4665]
    • ๐Ÿ— builder/ansible: Clearer error message when we have problems getting the ansible version. [GH-4694]
    • ๐Ÿ— builder/hyper-v: validate output dir in step, not in config. [GH-4645]
    • More diligently try to complete azure-setup.sh. [GH-4752]
    • website: fix display on ios devices. [GH-4618]