Packer v0.6.1 Release Notes

Release Date: 2014-07-20 // almost 10 years ago
  • ๐Ÿ”‹ FEATURES:

    • ๐Ÿ†• New post processor: vagrant-cloud - Push box files generated by vagrant post processor to Vagrant Cloud. [GH-1289]
    • Vagrant post-processor can now packer Hyper-V boxes.

    ๐Ÿ‘Œ IMPROVEMENTS:

    • ๐Ÿ— builder/amazon: Support for enhanced networking on HVM images. [GH-1228]
    • ๐Ÿ— builder/amazon-ebs: Support encrypted EBS volumes. [GH-1194]
    • ๐Ÿ— builder/ansible: Add playbook_dir option. [GH-1000]
    • ๐Ÿ— builder/openstack: Add ability to configure networks. [GH-1261]
    • ๐Ÿ— builder/openstack: Skip certificate verification. [GH-1121]
    • ๐Ÿ— builder/parallels/all: Add ability to select interface to connect to.
    • ๐Ÿ— builder/parallels/pvm: Support boot_command. [GH-1082]
    • ๐Ÿ— builder/virtualbox/all: Attempt to use local guest additions ISO before downloading from internet. [GH-1123]
    • โž• builder/virtualbox/ovf: Supports guest_additions_mode [GH-1035]
    • ๐Ÿ— builder/vmware/all: Increase cleanup timeout to 120 seconds. [GH-1167]
    • builder/vmware/all: Add vmx_data_post for modifying VMX data after shutdown. [GH-1149]
    • ๐Ÿ— builder/vmware/vmx: Supports tools uploading. [GH-1154]

    ๐Ÿ› BUG FIXES:

    • ๐Ÿ— core: isotime is the same time during the entire build. [GH-1153]
    • ๐Ÿ— builder/amazon-common: Sort AMI strings before outputting. [GH-1305]
    • ๐Ÿ— builder/amazon: User data can use templates/variables. [GH-1343]
    • ๐Ÿ— builder/amazon: Can now build AMIs in GovCloud.
    • ๐Ÿ— builder/null: SSH info can use templates/variables. [GH-1343]
    • ๐Ÿ— builder/openstack: Workaround for gophercloud.ServerById crashing. [GH-1257]
    • ๐Ÿ— builder/openstack: Force IPv4 addresses from address pools. [GH-1258]
    • ๐Ÿ— builder/parallels: Do not delete entire CDROM device. [GH-1115]
    • ๐Ÿ— builder/parallels: Errors while creating floppy disk. [GH-1225]
    • ๐Ÿ— builder/parallels: Errors while removing floppy drive. [GH-1226]
    • ๐Ÿ— builder/virtualbox-ovf: Supports guest additions options. [GH-1120]
    • ๐Ÿ builder/vmware-iso: Fix esx5 path separator in windows. [GH-1316]
    • ๐Ÿ— builder/vmware: Remote ESXi builder now uploads floppy. [GH-1106]
    • ๐Ÿ— builder/vmware: Remote ESXi builder no longer re-uploads ISO every time. [GH-1244]
    • post-processor/vsphere: Accept DOMAIN\account usernames. [GH-1178]
      • provisioner/chef-*: Fix remotePaths for Windows. [GH-394]