pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

packer: Update to 1.6.3



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Sep 26 13:55:31 2020 +0900
Changeset:	9be242a2c240723bc120f141d01eab76b832a824

Modified Files:
	packer/Makefile
	packer/distinfo

Log Message:
packer: Update to 1.6.3

IMPROVEMENTS:

* builder/amazon: Add pause_before_ssm option to pause for some time before
  establishing a Session Manager session; defaults to 10s. [GH-9988]
* builder/amazon: Implement assume_role option that matches Terraform
  behavior. [GH-9981]
* builder/azure: Support publishing to a Shared Image Gallery with a
  different subscription id [GH-9875]
* builder/openstack: Add external_source_image_url and
  external_source_image_format to support building images from external
  source URLs. [GH-9992]
* builder/openstack: Include API requests and responses as part of the
  debug log output. [GH-9972]
* builder/oracle-oci: Add create_vnic_details option for launch
  details. [GH-9856]
* builder/oracle-oci: Allow freeform and defined tags to be added to an
  instance. [GH-9802]
* builder/proxmox: Add io_thread option for supporting io threads when
  using a virtio-scsi-single controller with a scsi or virtio disk
  type. [GH-9969]
* builder/proxmox: Add ability to specify interfaces for http_directroy and
  VM. [GH-9874]
* builder/proxmox: Allow the mounting of multiple ISOs via the cd_drive
  option. [GH-9653]
* builder/proxmox: Fix boot command special keys. [GH-9885]
* builder/qemu: Add qemu_img_args option to set special cli flags for calls
  to qemu-img [GH-9956]
* builder/qemu: Add skip_resize_disk option to skip the resizing of QCOW2
  images. [GH-9896] [GH-9860]
* builder/qemu: Skip qemu-img convert on MacOS to prevent the creation of
  corrupt images QEMU #1776920 [GH-9949]
* builder/scaleway: Change default boottype to local. [GH-9853]
* builder/scaleway: Update scaleway to use non-deprecated sdk. [GH-9902]
* builder/vmware: Add vnc_over_websocket to allow the sending of a
  boot_command to hosts running ESXi 6.7 and above. [GH-9938]
* builder/vmware: Allow user to set vmware tools source path. [GH-9983]
* builder/vsphere-clone: Add ability to set mac_address [GH-9930]
* builder/vsphere-clone: Add floppy_files, cd_files, and iso_paths
  options. [GH-9963]
* builder/vsphere-iso: Add NVMe controller support. [GH-9880]
* builder/vsphere: Look for a default resource pool when root resource pool
  is not found. [GH-9809]
* core: Add support for running cygwin/msys2 based cd/iso creation tool
  [GH-9954]
* core: New cd_files option to mount iso for modern OSes which don't
  support floppies. [GH-9796] [GH-9919] [GH-9928] [GH-9932] [GH-9941]
* HCL2: When the type of a variable is not known evaluate setting as a
  literal string instead of a variable name. [GH-9863]
* post-processor/vagrant: Support the use of template variables within
  Vagrantfile templates. [GH-9923]
* post-processor/yandex-import: Allow custom API endpoint. [GH-9850]
* provisioner/ansible: Add support for Ansible Galaxy
  Collections. [GH-9903]

BUG FIXES:

* builder/amazon-ebs: Fix issue where retrying on invalid IAM instance
  profile error was creating multiple spot instances. [GH-9946]
* builder/amazon-ebssurrogate: Fix issue where builder defaults to AWS
  managed key even when custom kms_key_id is set. [GH-9959]
* builder/amazon: Update ssm_driver log polling logic to prevent infinite
  loops when SSM driver is terminated outside of Packer. [GH-9991]
* builder/azure: Fix crash when using HCL2 configs. [GH-9984] [GH-9985]
* builder/qemu: Fix hardcoded lowerbound causing negative ports [GH-9905]
* builder/qemu: Skip compaction when backing file is used. [GH-9918]
* builder/scaleway: Add pre validate step to prevent the creation of
  multiple images with the same name. [GH-9840]
* builder/vmware-iso: Prevent the use of reserved SCSI ID 0:7 when
  attaching multiple disks. [GH-9940]
* builder/vsphere: Fix overly strict iso_path validation regex. [GH-9855]
* command/console: Prevent failure when there are unknown vars. [GH-9864]
* command/inspect: Allow unset variables in HCL2 and JSON. [GH-9832]
* core: Prevent the UI progressbar from hanging and crashing when there is
  no TTY available. [GH-9974]
* core: Use $APPDATA over $HOME on Windows hosts when determining
  homedir. [GH-9830]
* post-processor/digitalocean-import: Fix crash caused by empty
  artifact.Files slice. [GH-9857]
* post-processor/yandex-export: Check for error after runner
  completes. [GH-9925]
* post-processor/yandex-export: Set metadata key to expected value on
  error. [GH-9849]
* post-processor/yandex-import: Fix S3 URL construct process. [GH-9931]

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9be242a2c240723bc120f141d01eab76b832a824

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 packer/Makefile | 2 +-
 packer/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/packer/Makefile b/packer/Makefile
index 20fd4f6c7c..ed7dc886c3 100644
--- a/packer/Makefile
+++ b/packer/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	packer-1.6.2
+PKGNAME=	packer-1.6.3
 DISTNAME=	packer-${GITHUB_TAG}
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
diff --git a/packer/distinfo b/packer/distinfo
index 88c81f272c..99785a05bc 100644
--- a/packer/distinfo
+++ b/packer/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (packer-v1.6.2.tar.gz) = 324fc297d006f6165016bed38c689c6c4c5a3516
-RMD160 (packer-v1.6.2.tar.gz) = 36d8ad14fe8ab711009e5e49af787e0abbb6f797
-SHA512 (packer-v1.6.2.tar.gz) = c83aa564ec69e527aa929318bd632b8fd7a93a805cd67e85126342d96ee46230005dd1635ace53c399c38a54085b711dbde439a65cbfc57b4f0a278ff02ea00b
-Size (packer-v1.6.2.tar.gz) = 17302396 bytes
+SHA1 (packer-v1.6.3.tar.gz) = 92e65e1e65beee0605f27034e7389a36441dc1cb
+RMD160 (packer-v1.6.3.tar.gz) = e4fb07ea4ccccbd5be292125ab10a5acb5eaf4c2
+SHA512 (packer-v1.6.3.tar.gz) = 7ded292505c5681d1b76856061f844bc4c9b18e3519fa7e2586c54b990ce4b9f3f6d6e4c2bbf0f5b5bfb86b90c461d21d88ef183d421b1e6a2ae73c5b3342612
+Size (packer-v1.6.3.tar.gz) = 17658322 bytes


Home | Main Index | Thread Index | Old Index