pkgsrc-WIP-changes archive

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

packer: Update to 1.5.5



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Mar 28 14:41:46 2020 +0900
Changeset:	65d2950bd7a0eeca9348326e263cd8596c843224

Modified Files:
	packer/Makefile
	packer/distinfo

Log Message:
packer: Update to 1.5.5

IMPROVEMENTS:

* builder/azure: Add support for configurable KeyVault SKU [GH-8879]
* builder/hyperv: Add first_boot_device setting to allow the selection of
  the initial device or device class used for booting the VM. [GH-8714]
* builder/hyperv: Fix Hyper-V compacted disk size comparison [GH-8811]
* builder/openstack: Add new image_auto_accept_members option [GH-8931]
* builder/proxmox: Add ability to specify vga adapter [GH-8892]
* builder/proxmox: Add onboot directive support [GH-8935]
* builder/tencentcloud: Show tencentcloud image id after copy to desination
  region. [GH-8763]
* builder/vmware-iso: Add cleanup_remote_cache config option to [GH-8917]
* builder/vmware-iso: Do not perform dial test of NIC when ssh bastion is
  required [GH-8877]
* builder/vsphere-clone: Add ability to export VM to OVF file [GH-8764]
* builder/vsphere-iso: Add ability to define multiple disks. [GH-8787]
* builder/vsphere-iso: Add ability to export VM to OVF file [GH-8764]
* builder/vsphere-iso: Add support for eagerly zeroed / scrubbed
  disks. [GH-8756]
* builder/vsphere-iso: Add the remote iso first so that it is first in boot
  order, and clarify boot behavior. [GH-8732]
* communicator/ssh: Add flag to enable support for keyboard-interactive
  auth to connect bastion [GH-8847]
* core/hcl2: Add support for singular blocks [GH-8889]
* core/hcl2: Add support in HCL2 configs for dynamic blocks, document for
  loops and splat expressions [GH-8720]
* core/hcl2: Fix HCL2 local variables decoding to allow local usage within
  another local in the same locals block [GH-8755]
* core/hcl2: Import new replace and regex_replace funcs from go-cty +
  documentation [GH-8863]
* core: Enable hcl files as var files in HCL mode [GH-8882]
* core: Make "build" engine template variables SSHPublicKey and
  SSHPrivateKey strings [GH-8829]

Bug Fixes:

* bilder/proxmox: Bump proxmox-api-go to fix upstream bug where users hit
  open file limit. [GH-8800]
* builder/azure: Fix winrm_password attribution and allow users to set
  winrm_username [GH-8928]
* builder/azure: Fix azure key vault cleanup failure [GH-8905]
* builder/azure: Fix HCL2 bug that prevented Azure and other builders from
  loading properly. [GH-8785]
* builder/googlecompute: Fix WinRMPassword template engine. [GH-8890]
* builder/googlecompute: Replace deprecated "sshKeys" metadata with
  "ssh-keys" to fix SSH authentication issue [GH-8942]
* builder/proxmox: Add new validation to catch that template_name cannot
  contain spaces. [GH-8799]
* builder/vagrant: Fix path validation in ssh config step. [GH-8826]
* builder/virtualbox-vm: Fix crash when VM has no snapshots. [GH-8906]
* builder/virtualbox: Remove all floppy controllers before adding a new
  one. [GH-8828]
* builder/vsphere-clone: Fix issue preventing the cloning of VMs with the
  same name in different folders [GH-8938]
* builder/vsphere-iso: Fix issue preventing the creation of VMs with the
  same name in different folders [GH-8938]
* builder/vsphere: Fix network object interface panic. [GH-8753]
* core/hcl2: Fix crash when an unset variable is used [GH-8837]
* core/hcl2: Fix logic for parsing literal value variables [GH-8834]
* core/hcl2: Make sure locals are evaluated only after variables
  are. [GH-8918]
* core: Fix "build" template engine interpolation for certain fields in
  certain provisioners. [GH-8771]
* core: Fix bug where user var recursion could fail intermittently when
  used with env vars [GH-8875]
* plugins: Make plugin discovery stricter with respect to periods so that
  users can disable plugins by renaming the extension [GH-8735]
* provisioner/shell: "inline" config option is now a template
  engine. [GH-8883]

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

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

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

diffs:
diff --git a/packer/Makefile b/packer/Makefile
index 76bade1df4..1684149200 100644
--- a/packer/Makefile
+++ b/packer/Makefile
@@ -1,7 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	packer-1.5.4
-PKGREVISION=	1
+PKGNAME=	packer-1.5.5
 DISTNAME=	packer-${GITHUB_TAG}
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
diff --git a/packer/distinfo b/packer/distinfo
index 936b66522d..d7e0a092b0 100644
--- a/packer/distinfo
+++ b/packer/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (packer-v1.5.4.tar.gz) = 3cc3b23de8893f9c7af8951914f8de1bca9d1ed1
-RMD160 (packer-v1.5.4.tar.gz) = 313613a50cd77cb5d00a90bf61fa8b593718d891
-SHA512 (packer-v1.5.4.tar.gz) = faa1046030fb46cef907c85fa66a980b8d3abc17130396f6bc00250bc42465f1c7be065508e7dc63970bcb8a064f1585c7f762b9dd337389dbf46e4bbc7193ee
-Size (packer-v1.5.4.tar.gz) = 15675739 bytes
+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


Home | Main Index | Thread Index | Old Index