pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
packer: Update to 1.6.5
Module Name: pkgsrc-wip
Committed By: Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By: iquiw
Date: Sat Oct 31 09:07:14 2020 +0900
Changeset: d505997052afbe2facebfa1bf8bda5f6ba5f7171
Modified Files:
packer/Makefile
packer/distinfo
Log Message:
packer: Update to 1.6.5
FEATURES:
* New Builder(s): Proxmox builder has been split into two new builders
proxmox-iso and promox-clone. See Proxmox Builder for more information on
the builder. For users of the previous proxmox builder please use packer
fix to migrate your templates to the new promox-iso builder. [GH-9262]
BUG FIXES:
* builder/amazon: SSM connection now recovers from reboots. [GH-10003]
* builder/azure-arm: Fix build failures due to the deletion of additional
managed disks defined in "disk_additional_size". [GH-10163]
* builder/azure-chroot: Fix typo in option exlude_from_latest to
exclude_from_latest. Old name will still be respected. [GH-10034]
* builder/googlecompute: Fix HCL image_encryption_key fields and use the
same casing in JSON and HCL2 [GH-10173]
* builder/openstack: Fix source image validation regression when using
filters. [GH-10065]
* builder/proxmox: Fix unhandled buildvar type for HCL2 enabled build
templates. [GH-10154]
* builder/qemu: Fix a regression where Packer would not wait properly in
step_shutdown when a null communicator was used. [GH-10178]
* builder/qemu: Fix crash in step_run of qemu when loading commhostport
form the statebag in a situation where the communicator is none. [GH-10145]
* builder/vsphere-clone: Packer was not respecting the "destroy" flag set
in the content library config, and always keeping the source vm. This has
been fixed. [GH-10165]
* builder/vsphere: Ensure builds are able to continue when no communicator
has been specified "communicator": "none". [GH-9964]
* builder/vsphere: Fix CD uploads so that Packer does not try to delete a
CD that was not successfully uploaded. [GH-10155]
* core/hcl: Hide sensitive variables from output. [GH-10031]
* core/hcl: Packer HCL's "Coalesce" function now behaves same way as
Terraform's. [GH-10016]
* core: Fix artifact handling so that input artifacts are properly
preserved in postprocessors that don't modify artifacts. [GH-9996]
* core: Fix pathing in cd_files to copy proper directory tree when user
provided absolute paths. [GH-10022]
* provisioner/ansible: Ansible galaxy no longer forces use of collections
in v1 files. [GH-10010]
IMPROVEMENTS:
* builder/amazon-ebssurrogate: Apply snapshot tags at snapshot creation
time. [GH-10150]
* builder/amazon: Add io2 as a supported volume type. [GH-10102]
* builder/amazon: Add support for source instance tenancy [GH-10085]
* builder/google: Add service account impersonation. [GH-9968] [GH-10054]
* builder/googlecompute: Add skip_create_image option. [GH-10115]
* builder/googlecompute: Allow users to select the algorithm to use when
generating temporary SSH keypair [GH-10111]
* builder/linode: Add state_timeout attribute to Linode builder. [GH-10128]
* builder/oracle-oci: New option to specify image compartment separate from
build compartment. [GH-10040]
* builder/oracle-oci: New option to specify boot volume size. [GH-10017]
* builder/oracle: Add base_image_filter option as alternative to
base_image_ocid [GH-10116]
* builder/outscale: Migrate to new Outscale SDK. [GH-10056]
* builder/proxmox: split Proxmox into proxmox-iso and
proxmox-clone. [GH-9626] [GH-10166]
* builder/scaleway: Allow the user to use an image label (eg ubuntu_focal)
instead of a hardcoded UUID on the Scaleway builder. [GH-10061]
* builder/vsphere: Skip iso download if hashed file is already present on
remote datastore. [GH-10143]
* builder/yandex: Add support for IAM credentials in the token field and
YC_TOKEN environment variable. [GH-10158]
* core/hcl: Add ability to set version restrictions [GH-10149]
* core/hcl: Add build.name variable so users can access build name in
addition to source name. [GH-10114]
* core/hcl: Add consul_key function to HCL templates. [GH-10119]
* core/hcl: Add HCL2 aws_secretsmanager function [GH-10124]
* core/hcl: Add packer.version variable to hcl configs so users can access
the Packer release version. [GH-10117]
* core: Let user provide type of generated ssh key instead of always doing
ssh- rsa [GH-10101]
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d505997052afbe2facebfa1bf8bda5f6ba5f7171
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 c748c09f2b..cdd70a9c52 100644
--- a/packer/Makefile
+++ b/packer/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-PKGNAME= packer-1.6.4
+PKGNAME= packer-1.6.5
DISTNAME= packer-${GITHUB_TAG}
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}
diff --git a/packer/distinfo b/packer/distinfo
index c688974ab4..80468fa0e0 100644
--- a/packer/distinfo
+++ b/packer/distinfo
@@ -1,6 +1,6 @@
$NetBSD$
-SHA1 (packer-v1.6.4.tar.gz) = e080a58c8d03b6650e9ec93ec4d20116d7d8fa61
-RMD160 (packer-v1.6.4.tar.gz) = d48b53f22e80431b389947ff11a7d815e4b4527d
-SHA512 (packer-v1.6.4.tar.gz) = ab4c0722b3b347a956b6ffee0bcd2b809c0677f690fd575f49dff71e5660e64f0bf580a3050940f86314f449692d9816a63dd94ce5682fd97a22cd1fe72a838c
-Size (packer-v1.6.4.tar.gz) = 17678845 bytes
+SHA1 (packer-v1.6.5.tar.gz) = bba670b4a6546886cfdc4a344a71f136096867d3
+RMD160 (packer-v1.6.5.tar.gz) = 3de2160529c10c894adb4cb36476e0d62f497bdb
+SHA512 (packer-v1.6.5.tar.gz) = 17df612ccac44f6ee987cfee0f5b0422768302a40e7e4177c47e427fd0aa09be136ceda40272e6a1cbdeb52587b5c93f2fe7158f787e19399149ee514fec001d
+Size (packer-v1.6.5.tar.gz) = 17900733 bytes
Home |
Main Index |
Thread Index |
Old Index