Packer v0.10.0 Release Notes

Release Date: 2016-03-14 // about 8 years ago
  • BACKWARDS INCOMPATIBILITIES:

    • ๐Ÿ— Building Packer now requires go >= 1.5 (>= 1.6 is recommended). If you want to continue building with go 1.4 you can remove the azurearmbuilder line from command/plugin.go.

    ๐Ÿ”‹ FEATURES:

    • ๐Ÿ†• New azure-arm builder: Build virtual machines in Azure Resource Manager

    ๐Ÿ‘Œ IMPROVEMENTS:

    • ๐Ÿ— builder/google: Added support for disk_type [GH-2830]
    • ๐Ÿ— builder/openstack: Added support for retrieving the Administrator password when using WinRM if no winrm_password is set. [GH-3209]
    • provisioner/ansible: Added the empty_groups parameter. [GH-3232]
    • provisioner/ansible: Added the user parameter. [GH-3276]
    • ๐Ÿ—„ provisioner/ansible: Don't use deprecated ssh option with Ansible 2.0 [GH-3291]
    • provisioner/puppet-masterless: Add ignore_exit_codes parameter. [GH-3349]

    ๐Ÿ› BUG FIXES:

    • ๐Ÿ— builders/parallels: Handle output_directory containing . and .. [GH-3239]
    • provisioner/ansible: os.Environ() should always be passed to the ansible command. [GH-3274]