Packer v1.0.4 Release Notes

Release Date: 2017-08-11 // over 6 years ago
  • ๐Ÿ‘Œ IMPROVEMENTS:

    • ๐Ÿ— builder/alicloud: Increase polling timeout. [GH-5148]
    • builder/azure: Add private_virtual_network_with_public_ip option to optionally obtain a public IP. [GH-5222]
    • ๐Ÿ— builder/googlecompute: use a more portable method of obtaining zone. [GH-5192]
    • ๐Ÿ— builder/hyperv: Properly interpolate user variables in template. [GH-5184]
    • ๐Ÿ— builder/parallels: Remove soon to be removed --vmtype flag in createvm. [GH-5172]
    • contrib: add json files to zsh completion. [GH-5195]

    ๐Ÿ› BUG FIXES:

    • ๐Ÿ— builder/amazon: Don't delete snapshots we didn't create. [GH-5211]
    • ๐Ÿ— builder/amazon: fix builds when using the null communicator. [GH-5217]
    • ๐Ÿ— builder/docker: Correctly handle case when uploading an empty directory. [GH-5234]
    • โช command/push: Don't push variables if they are unspecified. Reverts to behavior in 1.0.1. [GH-5235]
    • command/push: fix handling of symlinks. [GH-5226]
    • core: Strip query parameters from ISO URLs when checking against a checksum file. [GH-5181]
    • provisioner/ansible-remote: Fix issue where packer could hang communicating with ansible-remote. [GH-5146]