Packer v1.1.2 Release Notes

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

    • ๐Ÿ— builder/amazon: Correctly deregister AMIs when force_deregister is set. [GH-5525]
    • ๐Ÿ— builder/digitalocean: Add ipv6 option to enable on droplet. [GH-5534]
    • ๐Ÿ— builder/docker: Add aws_profile option to control the aws profile for ECR. [GH-5470]
    • builder/google: Add clean_image_name template engine. [GH-5463]
    • โšก๏ธ builder/google: Allow selecting container optimized images.ย [GH-5576]
    • ๐Ÿ— builder/google: Interpolate network and subnetwork values, rather than relying on an API call that packer may not have permission for. [GH-5343]
    • โž• builder/hyper-v: Add disk_additional_size option to allow for up to 64 additional disks. [GH-5491]
    • ๐Ÿ— builder/hyper-v: Also disable automatic checkpoints for gen 2 VMs. [GH-5517]
    • ๐Ÿ— builder/lxc: Add new publish_properties field to set image properties. [GH-5475]
    • ๐Ÿ— builder/lxc: Add three new configuration option categories to LXC builder: create_options, start_options, and attach_options. [GH-5530]
    • builder/triton: Add source_machine_image_filter option to select an image ID based on a variety of parameters. [GH-5538]
    • ๐Ÿ— builder/virtualbox-ovf: Error during prepare if source path doesn't exist. [GH-5573]
    • ๐Ÿ— builder/virtualbox-ovf: Retry while removing VM to solve for transient errors. [GH-5512]
    • ๐Ÿ‘ communicator/ssh: Add socks 5 proxy support. [GH-5439]
    • ๐Ÿ‘ core/iso_config: Support relative paths in checksum file. [GH-5578]
    • core: Rewrite vagrantfile code to make cross-platform development easier. [GH-5539]
    • ๐Ÿณ post-processor/docker-push: Add aws_profile option to control the aws profile for ECR. [GH-5470]
    • post-processor/vsphere: Properly capture ovftool output. [GH-5499]

    ๐Ÿ› BUG FIXES:

    • ๐Ÿ”’ builder/amazon: Add a delay option to security group waiter. [GH-5536]
    • ๐Ÿ— builder/amazon: Fix regressions relating to spot instances and EBS volumes. [GH-5495]
    • ๐Ÿ— builder/amazon: Set region from profile, if profile is set, rather than being overridden by metadata. [GH-5562]
    • ๐Ÿ— builder/docker: Remove login_email, which no longer exists in the docker client. [GH-5511]
    • ๐Ÿ— builder/hyperv: Fix admin check that was causing powershell failures. [GH-5510]
    • ๐Ÿ— builder/oracle: Defaulting of OCI builder region will first check the packer template and the OCI config file. [GH-5407]
    • ๐Ÿ— builder/triton: Fix a bug where partially created images can be reported as complete. [GH-5566]
    • post-processor/vsphere: Use the vm disk path information to re-create the vmx datastore path. [GH-5567]
    • ๐Ÿ provisioner/windows-restart: Wait for restart no longer endlessly loops if user specifies a custom restart check command. [GH-5563]