pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
packer: Update to 1.4.5
Module Name: pkgsrc-wip
Committed By: Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By: iquiw
Date: Sat Nov 9 10:17:25 2019 +0900
Changeset: 3416cbe9c109c36128644c56d43753fe33120123
Modified Files:
packer/Makefile
packer/distinfo
Log Message:
packer: Update to 1.4.5
IMPROVEMENTS:
* added ucloud-import post-processsor to import custom image for UCloud
UHost instance [GH-8261]
* builder/amazon: New option to specify IAM policy for a temporary instance
profile [GH-8247]
* builder/amazon: improved validation around encrypt_boot and kms_key_id
for a better experience [GH-8288]
* builder/azure-arm: Allow specification of polling duration [GH-8226]
* builder/azure-chroot: Add Azure chroot builder [GH-8185] & refactored
some common code together after it [GH-8269]
* builder/azure: Deploy NSG if list of IP addresses is provided in config
[GH-8203]
* builder/azure: Set correct user agent for Azure client set [GH-8259]
* builder/cloudstack: Add instance_display_name for cloudstack builder
[GH-8280]
* builder/hyperv: Add the additional_disk_size option tho the hyperv vmcx
builder. [GH-8246]
* builder/openstack: Add option to discover provisioning network [GH-8279]
* builder/oracle-oci: Support defined tags for oci builder [GH-8172]
* builder/proxmox: Add ability to select CPU type [GH-8201]
* builder/proxmox: Add support for SCSI controller selection [GH-8199]
* builder/proxmoz: Bump Proxmox dependency: [GH-8241]
* builder/tencent: Add retry on remote api call [GH-8250]
* builder/vagrant: Pass through logs from vagrant in real time rather than
buffering until command is complete [GH-8274]
* builder/vagrant: add insert_key option for toggling whether to add
Vagrant's insecure key [GH-8274]
* builder/virtualbox: enabled pcie disks usage, but this feature is in beta
and won't work out of the box yet [GH-8305]
* communicator/winrm: Prevent busy loop while waiting for WinRM connection
[GH-8213]
* core: Add strftime function in templates [GH-8208]
* core: Improve error message when comment is bad [GH-8267]
* post-processor/amazon-import: delete intermediary snapshots [GH-8307]
* Fix various dropped errors an removed unused code: [GH-8230] [GH-8265]
[GH-8276] [GH-8281] [GH-8309] [GH-8311] [GH-8304] [GH-8303] [GH-8293]
BUG FIXES:
* builder/amazon: Fix region copy for non-ebs amazon builders [GH-8212]
* builder/amazon: Fix spot instance bug where builder would fail if one
availability zone could not support the requested spot instance type, even
if another AZ could do so. [GH-8184]
* builder/azure: Fix build failure after a retry config generation
error. [GH-8209]
* builder/docker: Use a unique temp dir for each build to prevent
concurrent builds from stomping on each other [GH-8192]
* builder/hyperv: Improve filter for determining which files to compact
[GH-8248]
* builder/hyperv: Use first adapter, rather than failing, when multiple
adapters are attached to host OS's VM switch [GH-8234]
* builder/openstack: Fix setting openstack metadata for
use_blockstorage_volume [GH-8186]
* builder/openstack: Warn instead of failing on terminate if instance is
already shut down [GH-8176]
* post-processor/digitalocean-import: Fix panic when 'image_regions' not
set [GH-8179]
* provisioner/powershell: Fix powershell syntax error causing failed builds
[GH-8195]
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3416cbe9c109c36128644c56d43753fe33120123
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 634a9c6727..14e4a19b04 100644
--- a/packer/Makefile
+++ b/packer/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-PKGNAME= packer-1.4.4
+PKGNAME= packer-1.4.5
DISTNAME= packer-${GITHUB_TAG}
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}
diff --git a/packer/distinfo b/packer/distinfo
index 1957dfa79a..847fa1bc96 100644
--- a/packer/distinfo
+++ b/packer/distinfo
@@ -1,6 +1,6 @@
$NetBSD$
-SHA1 (packer-v1.4.4.tar.gz) = 9870c96a81527f7bd7b74694e6a9874bf7264cda
-RMD160 (packer-v1.4.4.tar.gz) = 0b35d22647211fb409e07519e49fa9e59a7925bb
-SHA512 (packer-v1.4.4.tar.gz) = c4d2ca049b442fbbc65214ae75f5c85dc87b09eac8711891c4678ff3b2a676d00a051c08448a7a99b7a0977d4a04ad8bc559fd09885b520e6a8eb2dfc33ba50a
-Size (packer-v1.4.4.tar.gz) = 12811202 bytes
+SHA1 (packer-v1.4.5.tar.gz) = 7bcd462386e1be8ce20f891b165f937eda80ebe0
+RMD160 (packer-v1.4.5.tar.gz) = f9f501f6f3d186d49af67738fe9db50c196903c9
+SHA512 (packer-v1.4.5.tar.gz) = b2a3ae27612c78fcfcb2ac655437faf2cff6e587fd10033b39ddaca8b92b634b93ecd0ae7e3ee43253ee716a2c0f7da532b3ae0ce33c59d1d3896f9187d9a657
+Size (packer-v1.4.5.tar.gz) = 13705057 bytes
Home |
Main Index |
Thread Index |
Old Index