pkgsrc-WIP-changes archive

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

packer: Update to 1.4.2



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Jun 29 13:34:04 2019 +0900
Changeset:	82ae6563e2ba1a06912ca423dec1240bbd10066f

Modified Files:
	packer/Makefile
	packer/distinfo

Log Message:
packer: Update to 1.4.2

IMPROVEMENTS:

* new feature: Packer console [GH-7726]
* builder/alicloud: cleanup image and snapshot if target image is still not
  available after timeout [GH-7744]
* builder/alicloud: let product API determine the default value of
  io_optimized [GH-7747]
* builder/amazon: Add new skip_save_build_region option to fix naming
  conflicts when building in a region you don't want the final image saved
  in. [GH-7759]
* builder/amazon: Add retry for temp key-pair generation in amazon-ebs
  [GH-7731]
* builder/amazon: Enable encrypted AMI sharing across accounts [GH-7707]
* builder/amazon: New SpotInstanceTypes feature for spot instance
  users. [GH-7682]
* builder/azure: Allow users to publish Managed Images to Azure Shared
  Image Gallery (same Subscription) [GH-7778]
* builder/azure: Update Azure SDK for Go to v30.0.0 [GH-7706]
* builder/cloudstack: Add tags to instance upon creation [GH-7526]
* builder/docker: Better windows defaults [GH-7678]
* builder/google: Add feature to import user-data from a file [GH-7720]
* builder/hyperv: Abort build if there's a name collision [GH-7746]
* builder/hyperv: Clarify pathing requirements for hyperv-vmcx [GH-7790]
* builder/hyperv: Increase MaxRamSize to match modern Windows [GH-7785]
* builder/openstack: Add image filtering on properties. [GH-7597]
* builder/qemu: Add additional disk support [GH-7791]
* builder/vagrant: Allow user to override vagrant ssh-config details
  [GH-7782]
* builder/yandex: Gracefully shutdown instance, allow metadata from file,
  and create preemptible instance type [GH-7734]
* core: scrub out sensitive variables in scrub out sensitive variables logs
  [GH-7743]

BUG FIXES:

* builder/alicloud: Fix describing snapshots issue when
  image_ignore_data_disks is provided [GH-7736]
* builder/amazon: Fix bug in region copy which produced badly-named AMIs in
  the build region. [GH-7691]
* builder/amazon: Fix failure that happened when spot_tags was set but
  ami_tags wasn't [GH-7712]
* builder/cloudstack: Update go-cloudstack sdk, fixing compatability with
  CloudStack v 4.12 [GH-7694]
* builder/proxmox: Update proxmox-api-go dependency, fixing issue
  calculating VMIDs. [GH-7755]
* builder/tencent: Correctly remove tencentcloud temporary
  keypair. [GH-7787]
* core: Allow timestamped AND colorless ui messages [GH-7769]
* core: Apply logSecretFilter to output from ui.Say [GH-7739]
* core: Fix "make bin" command to use reasonbale defaults. [GH-7752]
* core: Fix user var interpolation for variables set via -var-file and from
  command line [GH-7733]
* core: machine-readable UI now writes UI calls to logs. [GH-7745]
* core: Switch makefile to use "GO111MODULE=auto" to allow for modern
  gomodule usage. [GH-7753]
* provisioner/ansible: prevent nil pointer dereference after a language
  change [GH-7738]
* provisioner/chef: Accept chef license by default to prevent hangs in
  latest Chef [GH-7653]
* provisioner/powershell: Fix crash caused by error in retry logic check in
  powershell provisioner [GH-7657]
* provisioner/powershell: Fix null file descriptor error that occurred when
  remote_path provided is a directory and not a file. [GH-7705]

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

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 fe9a3f6ce3..1ffa6eacb3 100644
--- a/packer/Makefile
+++ b/packer/Makefile
@@ -1,7 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	packer-1.4.1
-PKGREVISION=	1
+PKGNAME=	packer-1.4.2
 DISTNAME=	packer-${GITHUB_TAG}
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
diff --git a/packer/distinfo b/packer/distinfo
index f2c21f53c9..70611c290e 100644
--- a/packer/distinfo
+++ b/packer/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (packer-v1.4.1.tar.gz) = f9c55b61e71a9278bfe46cccc9baefea4e519a36
-RMD160 (packer-v1.4.1.tar.gz) = 3cf0e06fb8aa49c1ba8ffc2f9f095dd8546934af
-SHA512 (packer-v1.4.1.tar.gz) = 4038990655eecf412be9dae9edd09a300543a3b0b841c982631cb48f4905388f9dbf26a9b0ac3cb77628d1e650600b7d3b89a1694f746dfdef086a621078cde1
-Size (packer-v1.4.1.tar.gz) = 11279518 bytes
+SHA1 (packer-v1.4.2.tar.gz) = 53e050f5581ea87f20681dfa6e1215c932e399e9
+RMD160 (packer-v1.4.2.tar.gz) = ed655657220c20e84198446be24ca9d6d4143941
+SHA512 (packer-v1.4.2.tar.gz) = 62f5e66de00be045294c96ad90e37190d974a357e1c1c536d0024d4a7473a95ca67d412d26326c679a68db629cd9893903b630bfd0be6c3d04f16936355b22ce
+Size (packer-v1.4.2.tar.gz) = 11421439 bytes


Home | Main Index | Thread Index | Old Index