* Release binaries are now provided via <https://releases.hashicorp.com>.
* Packer 0.9.0 is now built with Go 1.5. Future versions will drop support
for building with Go 1.4.
* builder/amazon: Inline `user_data` for EC2 is now base64 encoded automatically [GH-2539]
* builder/parallels: `parallels_tools_host_path` and `guest_os_distribution` have been replaced by `guest_os_type`; use `packer fix` to update your templates [GH-2751]
* builder/amazon: Inline `user_data` for EC2 is now base64 encoded
automatically [GH-2539]
* builder/parallels: `parallels_tools_host_path` and `guest_os_distribution`
have been replaced by `guest_os_type`; use `packer fix` to update your
templates [GH-2751]
FEATURES:
@ -66,14 +69,15 @@ IMPROVEMENTS:
* builder/qemu: Can now bypass disk cache using `iso_skip_cache` [GH-3105]
* builder/qemu: `<wait>` in `boot_command` now accepts an arbitrary duration
like <wait1m30s> [GH-3129]
* builder/virtualbox: Now supports VRDP for debugging [GH-3188]
* builder/vmware-esxi: Now supports private key auth for remote builds via
* builder/virtualbox: Added VRDP for debugging [GH-3188]
* builder/vmware-esxi: Added private key auth for remote builds via
`remote_private_key_file` [GH-2912]
* post-processor/atlas: Added support for compile ID. [GH-2775]
* post-processor/docker-import: Can now import Artifice artifacts [GH-2718]
* provisioner/chef: Now supports `encrypted_data_bag_secret_path` option
[GH-2653]
* provisioner/puppet: Now accepts the `extra_arguments` parameter [GH-2635]