From 88fecb389dae4b4a15f18f4173e76a7b3919e8d8 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Tue, 12 Sep 2017 12:07:09 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96cb76f1b..a1282bf6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ * builder/cloudstack: Add support for Security Groups. [GH-5175] * provisioner/puppet: Add `guest_os_type` option to add support for Windows. [GH-5252] * builder/googlecompute: Add `labels` option for labeling launched instances. [GH-5308] +* builder/azure: Update pkcs12 package [GH-5301] +* builder/googlecompute: builder now supports accelerator api [GH-5137] +* builder/docker: Upload func in the Docker communicator now uses docker cp [GH-5273] +* core: Remove LGPL dependencies [GH-5262] +* builder/amazon: Upgrade aws-sdk-go to 1.10.14, add tags at instance run time [GH-5196] +* builder/azure: Add object_id to windows_custom_image.json [GH-5285] +* builder/azure: Add support for storage account for managed images [GH-5244] +* core: Build solaris binary by default [GH-5268] [GH-5248] ### BACKWARDS INCOMPATIBILITIES: @@ -17,6 +25,8 @@ * provisioner/shell: Set default for ExpectDisconnect to false. If your script causes the connection to be reset, you should set this to true to prevent errors. [GH-5283] * communicator: Preserve left-sided white-space in remote command output. Make sure any scripts that parse this output can handle the new whitespace before upgrading. [GH-5167] * builder/amazon: Split `enhanced_networking` into `sriov_support` and `ena_support` to support finer grained control. Use `packer fix ` to automatically update your template to use `ena_support` where previously there was only `enhanced_networking`. Make sure to also add `sriov_support` if you need that feature, and to ensure `ena_support` is what you intended to be in your template. [GH-5284] +* builder/cloudstack: Setup temporary SSH keypair; backwards incompatiblein the uncommon case that the source image allowed SSH auth with password but not with keypair. [GH-5174] +* builder/amazon: Changes way that AMI artifacts are printed out after build, aligning them to builder. Could affect output parsing. [GH-5281] ### BUG FIXES: @@ -25,11 +35,15 @@ * builder/amazon: force_deregister works in all regions, not just original region. [GH-5250] * builder/cloudstack: Move ipaddress, host port, and source to statebag. [GH-5173] * builder/docker: Fix file uploads. [GH-5251] +* builder/winrm: WinRM now waits to make sure commands can run successfully before considering itself connected. [GH-5300] +* builder/vmware-esxi: separate localDir and outputDir [GH-4592] ### FEATURES: * **New builder:** `lxc` for building lxc images. [GH-3523] * **New builder:** `lxd` for building lxd images. [GH-3625] * **New builder**: Oracle Cloud Infrastructure (OCI) builder for creating custom images. [GH-4554] +* **New builder**: Oracle Bare Metal Cloud Services (BMCS) builder for creating custom images. [GH-4554] +* **NEW post-processor**: vSphere Template post-processor to be used with vmware-iso builder enabling user to mark a VM as a template. ## 1.0.4 (August 11, 2017)