pkgsrc-WIP-changes archive

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

packer: Update to 1.6.2



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Aug 29 19:00:00 2020 +0900
Changeset:	858900166002cb5754c136a912af5ebeb613e898

Modified Files:
	packer/Makefile
	packer/distinfo

Log Message:
packer: Update to 1.6.2

FEATURES:

* New command hcl2_upgrade is a JSON to HCL2 transpiler that allows users
  to transform an existing JSON configuration template into its HCL2 template
  equivalent. Please see hcl2_upgrade command docs for more
  details. [GH-9659]

IMPROVEMENTS:

* builder/amazon: Add all of the custom AWS template engines to build
  template function for use by provisioners. [GH-9751]
* builder/amazon: Add aws_polling config option to override env
  variables. [GH-9777]
* builder/azure: Add FreeBSD support to azure/chroot builder. [GH-9697]
* builder/vmware-esx: Add network_name option to vmware so that users can
  set a network without using vmx data. [GH-9718]
* builder/vmware-vmx: Add additional disk configuration option. Previously
  only implemented for vmware-iso builder [GH-9815]
* builder/vmware: Add a remote_output_directory option so users can tell
  Packer where on a datastore to create a vm. [GH-9784]
* builder/vmware: Add option to export to ovf or ova from a local vmware
  build [GH-9825]
* builder/vmware: Add progress tracker to vmware-esx5 iso upload. [GH-9779]
* builder/vsphere-iso: Add support for building on a single ESXi host
  [GH-9793]
* builder/vsphere: Add new directory_permission config export
  option. [GH-9704]
* builder/vsphere: Add option to import OVF templates to the Content
  Library [GH-9755]
* builder/vsphere: Add step and options to customize cloned VMs. [GH-9665]
* builder/vsphere: Update iso_paths to support reading ISOs from Content
  Library paths [GH-9801]
* core/hcl: Add provisioner "override" option to HCL2 templates. [GH-9764]
* core/hcl: Add vault integration as an HCL2 function function. [GH-9746]
* core: Add colored prefix to progress bar so it's clearer what build each
  progress bar belongs to. [GH-9780]
* core: Ui now pretty prints build durations. [GH-9749]
* core: When a build is cancelled, Packer will skip postprocessors
  gracefully rather than failing them. [GH-9720]
* integrations/secretsmanager: Add support for plaintext non-key/pair
  secrets. [GH-9773]
* post-processor/vsphere: Improve UI to catch bad credentials and print
  errors. [GH-9649]
* provisioner/ansible-remote: Add ansible_ssh_extra_args so users can
  specify extra arguments to pass to ssh [GH-9821]
* provisioner/file: Clean up, bugfix, and document previously-hidden
  sources option. [GH-9725] [GH-9735]
* provisioner/salt-masterless: Add option to option to download community
  SaltStack formulas. [GH-9726]

BUG FIXES:

* build: Fix bug in code generator that caused generation to fail in nested
  packer/packer dirs [GH-9728]
* build: Fix Makefile so that default target doesn't crash and creates dev
  binaries. [GH-9706]
* builder/amazon-ebssurrogate: Make skip_save_build_region option work in
  the ebssurrogate builder, not just the ebs builder. [GH-9666]
* builder/amazon: Add retry logic to the spot instance creation step to
  handle "Invalid IAM Instance Profile name" errors [GH-9810]
* builder/amazon: Update the aws_secretsmanager function to read from the
  AWS credentials file for obtaining default region information; fixes the
  'MissingRegion' error when AWS_REGION is not set [GH-9781]
* builder/file: Make sure that UploadDir receives the interpolated
  destination. [GH-9698]
* builder/googlecompute: Fix bug where startup script hang would cause
  export to hang. [GH-9708]
* builder/hyperv: Send boot command in small chunks to make it more
  stable. [GH-9765]
* builder/scaleway: Fix config issue that made scaleway builder fail when
  used with HCL2 config. [GH-9677]
* builder/vmware: Fully destroy vm if it was cancelled or errored. This
  will make orphaned vms easier to destroy through vCenter. [GH-9782]
* builder/vsphere: Fix alt, ctrl, and shift keypresses in the
  boot_command. [GH-9702] [GH-9739]
* builder/vsphere: Fix bug where Packer timed out if two interfaces were
  defined but only one had an available IP. [GH-9748]
* builder/vsphere: Fix the configuration_parameters option so that it is
  always applied, not just when the tool sync policy is set. [GH-9713]
* communicator: Fix pause_before_connect option to force a reconnect after
  the pause. [GH-9772]
* core: Make max_retries provisioner option a string to allow variable
  interpolation. [GH-9673]
* post-processor/vsphere-template: Fix ReregisterVM to default to true
  instead of false. [GH-9736]
* post-processor/yandex-export: Fix issue when validating region_name
  [GH-9814]
* provisioner/inspec: Fix the 'Unsupported argument; An argument named
  "command"' error when using the inspec provisioner in an HCL2 configuration
  [GH-9800]

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

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 d9b766ccca..20fd4f6c7c 100644
--- a/packer/Makefile
+++ b/packer/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	packer-1.6.1
+PKGNAME=	packer-1.6.2
 DISTNAME=	packer-${GITHUB_TAG}
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
diff --git a/packer/distinfo b/packer/distinfo
index a9f42e49d0..88c81f272c 100644
--- a/packer/distinfo
+++ b/packer/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (packer-v1.6.1.tar.gz) = b1a2d02e00ea5e022e261518a68a2d02333c7512
-RMD160 (packer-v1.6.1.tar.gz) = 95103869712590089425952ba332a084d7020ccc
-SHA512 (packer-v1.6.1.tar.gz) = 3b4b21eac425fec44a47a5799dcb5387099de06b777906a4b7c5bf169c71d8b82ab4296a21c8b60daefa4546d5a814b8d9f23e4d2afcf0eb91c3338d8f327ce7
-Size (packer-v1.6.1.tar.gz) = 17334870 bytes
+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


Home | Main Index | Thread Index | Old Index