packer: Update to 1.5.6

BACKWARDS INCOMPATIBILITIES:

* core/hcl2: HCL2 singular blocks: use key/value or name/value depending on
  how the service names things [GH-9078]
* core/hcl2: Maps are now treated as settable arguments as opposed to
  blocks. For example tags = {} instead of tags {} [GH-9035]
* packer build command: removed option to set parallel=false, use
  -parallel-builds=1 for this.

FEATURES:

* New Builder azure-dtl allows creation of devtestlabs images in Azure
  [GH-8987]
* New Core Feature provisioners now support a max_retries option that can
  be used for retrying a provisioner on error [GH-9061]
* New Post-Processor: yandex-export Upload built image in Yandex Object
  Storage.

IMPROVEMENTS:

* builder/azure-arm: Add boot_diag_storage_account option for enabling boot
  diagnostics on a virtual machine [GH-9053]
* builder/azure-arm: Add support for setting custom resource names
  [GH-9028]
* builder/azure-arm: Data disk names are now randomly generated [GH-8986]
* builder/azure: Add shared image destination for azure-chroot [GH-9021]
* builder/azure: Add shared image source for chroot builder [GH-9070]
* builder/google: Add support for custom shielded images [GH-8970]
* builder/google: Allow source_image_project_id to be a list of several
  projects to search. [GH-8679]
* builder/hyperv: Add boot_order option to override the default boot order
  [GH-9046]
* builder/oracle-oci: Allow Instance Principal Auth for Oracle OCI builder
  [GH-8893]
* builder/oracle-oci: Update Oracle SDK. [GH-9104]
* builder/proxmox: Add ability to add a cloud-init drive [GH-9045]
* builder/vsphere: Add disable_shutdown option to support manual vm
  shutdown over the default automatic shutdown step [GH-9095]
* builder/vsphere: Add vgpu_profile option for specifying vGPU profiles
  [GH-8946]
* builder/vsphere: Add support for EFI Secure Boot [GH-9018]
* builder/vsphere: Add support for specifying vGPU profiles [GH-8946]
* builder/yandex: Add target_image_folder_id option for changing the folder
  where a built image will be saved to [GH-9080]
* core/hcl2: HCL mode builds now honor -only and -except options [GH-8947]
* core/hcl2: Set packer_build_name and packer_builder_type variables for
  builder provisioners and post-processors [GH-8956]
* core/HCL: HCL mode now honors -only and -except options. [GH-8947]
* core: New template function: aws_secretsmanager [GH-9099]
* provisioner/ansible: Add option to not use localhost proxy
  adapter. Removes need for ansible connection_plugin when using
  WinRM. [GH-8625]
* provisioner/powershell: Add debug_mode option to help with debugging
  generated scripts [GH-8996]
* provisioner/powershell: Add cleanup step to remove temporarily created
  scripts; cleanup can be skipped by setting the skip_clean option [GH-8908]

BUG FIXES:

* builder/amazon: Fix bug with launch_block_device_mappings in spot
  instances. [GH-8945]
* builder/azure-arm: Fix issue where managed image builds were using a
  different location then what was specified in the build configuration
  [GH-9068]
* builder/azure: Allow Managed Data Disks to be used with Azure Shared
  Image Gallery [GH-8912]
* builder/azure: Fix SSH connection for temporary admin users specified in
  ssh_username [GH-9103]
* builder/osc: Make compliant with oAPI spec for Outscale osc-bsu builder
  [GH-9093]
* builder/qemu: Remove net_device pre-validation [GH-8979]
* builder/tencentcloud: Update builder to handle the
  InstanceOperationInProgress error [GH-9069]
* builder/vsphere-iso: disk_size is no longer required if storage is
  defined [GH-8975]
* builder/vsphere: Add exported files to VSphere artifact [GH-9020]
* builder/vsphere: Fix issue where -force is not working with vsphere
  builders [GH-9039]
* core: Fix crash in wrapperreadline helper when calling os.NewFile on
  unknown file descriptor [GH-9037]
* core: Make sure CLI variables supersede variables from var files
  [GH-8964]
* provisioner/powershell: Fix integer decoding issue in the execution
  policy parser [GH-8997]
This commit is contained in:
Iku Iwasa 2020-05-30 14:33:34 +09:00
parent 883f49a40e
commit 0186b113e3
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD$
PKGNAME= packer-1.5.5
PKGNAME= packer-1.5.6
DISTNAME= packer-${GITHUB_TAG}
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}

View File

@ -1,6 +1,6 @@
$NetBSD$
SHA1 (packer-v1.5.5.tar.gz) = b6231b279dd40fbd82cc6605c325c132991d06d2
RMD160 (packer-v1.5.5.tar.gz) = d82c86d2fbb04759cc233f99e645b4b4bd204e7f
SHA512 (packer-v1.5.5.tar.gz) = be694d0c2dfb8cfde7e223e5c85f22480b8437f71533696e07605afe5f05587045a03b685a258ba28bd1fa5809efe5c50ad6063ba635e4b3f446aaadfeb67d13
Size (packer-v1.5.5.tar.gz) = 15837472 bytes
SHA1 (packer-v1.5.6.tar.gz) = 2fd132c2cb17e0d9b0116d93072ab5ae9a85d417
RMD160 (packer-v1.5.6.tar.gz) = 3c990c9af1f8870bf54590d10107f571b811244b
SHA512 (packer-v1.5.6.tar.gz) = 993f54a1bf98abd5bc450bafaf202fbbfbad009b661d49783ff82cba9891b8556340801680c0fdc33b90396a3101a2ed93a11798ad51c10d7bd5f81fef4f5a31
Size (packer-v1.5.6.tar.gz) = 16037500 bytes