Packer v0.7.5 Release Notes

Release Date: 2014-12-09 // over 9 years ago
  • ๐Ÿ”‹ FEATURES:

    • ๐Ÿ†• New command: packer push: Push template and files to HashiCorp's Atlas for building your templates automatically.
    • ๐Ÿ†• New post-processor: atlas: Send artifact to HashiCorp's Atlas for versioning and storing artifacts. These artifacts can then be queried using the API, Terraform, etc.

    ๐Ÿ‘Œ IMPROVEMENTS:

    • ๐Ÿ— builder/googlecompute: Support for ubuntu-os-cloud project
    • ๐Ÿ— builder/googlecompute: Support for OAuth2 to avoid client secrets file
    • ๐Ÿ— builder/googlecompute: GCE image from persistent disk instead of tarball
    • ๐Ÿ— builder/qemu: Checksum type "none" can be used
    • provisioner/chef: Generate a node name if none available
    • ๐Ÿ‘Œ provisioner/chef: Added ssl_verify_mode configuration

    ๐Ÿ› BUG FIXES:

    • ๐Ÿ— builder/parallels: Fixed attachment of ISO to cdrom device
    • ๐Ÿ— builder/parallels: Fixed boot load ordering
    • ๐Ÿ— builder/digitalocean: Fixed decoding of size
    • ๐Ÿ— builder/digitalocean: Fixed missing content-type header in request
    • ๐Ÿ— builder/digitalocean: Fixed use of private IP
    • ๐Ÿ— builder/digitalocean: Fixed the artifact ID generation
    • ๐Ÿ— builder/vsphere: Fixed credential escaping
    • ๐Ÿ— builder/qemu: Fixed use of CDROM with disk_image
    • ๐Ÿ— builder/aws: Fixed IP address for SSH in VPC
    • ๐Ÿ— builder/aws: Fixed issue with multiple block devices
    • ๐Ÿ— builder/vmware: Upload VMX to ESX5 after editing
    • ๐Ÿณ communicator/docker: Fix handling of symlinks during upload
    • ๐Ÿ›  provisioner/chef: Fixed use of sudo in some cases
    • ๐Ÿ— core: Fixed build name interpolation
    • ๐Ÿ›  postprocessor/vagrant: Fixed check for Vagrantfile template