Autor Thema: Diverse Tools rund um die VirtualBox  (Gelesen 4884 mal)

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Packer 1.4.3
« Antwort #15 am: 16 August, 2019, 18:15 »
Packer is a useful application for the users who need to create virtual machine images that can be used on multiple platforms. This package includes multiple command line tools that enable you to create identical images with minimum effort.

The tools support VMware, VirtualBox, Amazon EC2 or DigitalOcean platforms out of the box and enable you to extend their usage by using plugins.

Mozilla Public License

Changelog

IMPROVEMENTS:

new builder UCloud builder [GH-7775] new builder Outscale [GH-7459] new builder VirtualBox Snapshot [GH-7780] new builder JDCloud [GH-7962] new post-processor Exoscale Import post-processor [GH-7822] [GH-7946]

    build: Change Makefile to behave differently inside and outside the gopath when generating code. [GH-7827]
    builder/amazon: Don't calculate spot bids; Amazon has changed spot pricing to no longer require this. [GH-7813]
    builder/google: Add suse-byos-cloud to list of public GCP cloud image projects [GH-7935]
    builder/openstack: New image_min_disk option [GH-7290]
    builder/openstack: New option use_blockstorage_volume to set openstack image metadata [GH-7792]
    builder/openstack: Select instance network on which to assign floating ip [GH-7884]
    builder/qemu: Implement VNC password functionality [GH-7836]
    builder/scaleway: Allow removing volume after image creation for Scaleway builder [GH-7887]
    builder/tencent: Add run_tags to option to tag instance. [GH-7810]
    builder/tencent: Remove unnecessary image name validation check. [GH-7786]
    builder/tencent: Support data disks for tencentcloud builder [GH-7815]
    builder/vmware: Fix intense CPU usage because of poorly handled errors. [GH-7877]
    communicator: Use context for timeouts, interruption in ssh and winrm communicators [GH-7868]
    core: Change how on-error=abort is handled to prevent EOF errors that mask real issues [GH-7913]
    core: Clean up logging vs ui call in step download [GH-7936]
    core: New environment var option to allow user to set location of config directory [GH-7912]
    core: Remove obsolete Cancel functions from builtin provisioners [GH-7917]
    post-processor/vagrant: Add option to allow box Vagrantfiles to be generated during the build [GH-7951]
    provisioner/ansible: Add support for installing roles with ansible-galaxy [GH-7916
    provisioner/salt-masterless: Modify file upload to handle non-root case. [GH-7833]

BUG FIXES:

    builder/amazon: Add error to warn users of spot_tags regression. [GH-7989]
    builder/amazon: Allow EC2 Spot Fleet packer instances to run in parallel [GH-7818]
    builder/amazon: Fix failures and duplication in Amazon region copy and encryption step. [GH-7870] [GH-7923]
    builder/amazon: No longer store names of volumes which get deleted on termination inside ebssurrogate artifact. [GH-7829]
    builder/amazon: Update aws-sdk-go to v1.22.2, resolving some AssumeRole issues [GH-7967]
    builder/azure: Create configurable polling duration and set higher default for image copies to prevent timeouts on successful copies [GH-7920]
    builder/digitalocean: increase timeout for Digital Ocean snapshot creation. [GH-7841]
    builder/docker: Check container os, not host os, when creating container dir default [GH-7939]
    builder/docker: Fix bug where PACKER_TMP_DIR was created with root perms on linux [GH-7905]
    builder/docker: Fix file download hang caused by blocking ReadAll call [GH-7814]
    builder/google: Fix outdated oauth URL. [GH-7835] [GH-7927]
    builder/hyperv: Improve code for detecting IP address [GH-7880]
    builder/ucloud: Update the api about stop instance to fix the read-only image build by ucloud-uhost [GH-7914]
    builder/vagrant: Fix bug where source_path was being used instead of box_name when generating the Vagrantfile. [GH-7859]
    builder/virtualbox: Honor value of 'Comment' field in ssh keypair generation. [GH-7922]
    builder/vmware: Fix validation regression that occurred when user provided a checksum file [GH-7804]
    buildere/azure: Fix crash with managed images not published to shared image gallery. [GH-7837]
    communicator/ssh: Move ssh_interface back into individual builders from ssh communicator to prevent validation issues where it isn't implemented. [GH-7831]
    console: Fix console help text [GH-7960]
    core: Fix bug in template parsing where function errors were getting swallowed. [GH-7854]
    core: Fix regression where a local filepath containing // was no longer properly resolving to /. [GH-7888]
    core: Fix regression where we could no longer access isos on SMB shares. [GH-7800]
    core: Make ssh_host template option always override all builders' IP discovery. [GH-7832]
    core: Regenerate boot_command PEG code [GH-7977]
    fix: clean up help text and fixer order to make sure all fixers are called [GH-7903]
    provisioner/inspec: Use --input-file instead of --attrs to avoid deprecation warning [GH-7893]
    provisioner/salt-masterless: Make salt-masterless provisioner respect disable_sudo directive for all commands [GH-7774]

[close]

https://www.packer.io/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Packer 1.4.4
« Antwort #16 am: 09 Oktober, 2019, 18:45 »
Changelog

IMPROVEMENTS:

** new core feature** Error cleanup provisioner [GH-8155]

    builder/amazon: Add ability to set run_volume_tags [GH-8051]
    builder/amazon: Add AWS API call reties on AMI prevalidation [GH-8034]
    builder/azure: Refactor client config [GH-8121]
    builder/cloudstack: New step to detach iso. [GH-8106]
    builder/googlecompute: Fail fast when image name is invalid. [GH-8112]
    builder/googlecompute: Users can now query Vault for an Oauth token rather than setting an account file [GH-8143]
    builder/hcloud: Allow selecting image based on filters [GH-7945]
    builder/hyper-v: Decrease the delay between Hyper-V VM startup and hyper-v builder's ability to send keystrokes to the target VM. [GH-7970]
    builder/openstack: Store WinRM password for provisioners to use [GH-7940]
    builder/proxmox: Shorten default boot_key_interval to 5ms from 100ms [GH-8088]
    builder/proxmox: Allow running the template VM in a Proxmox resource pool [GH-7862]
    builder/ucloud: Make ucloud builder's base url configurable [GH-8095]
    builder/virtualbox-vm: Make target snapshot optional [GH-8011] [GH-8004]
    builder/vmware: Allow user to attach floppy files to remote vmx builds [GH-8132]
    builder/yandex: Add ability to retry API requests [GH-8142]
    builder/yandex: Support GPU instances and set source image by name [GH-8091]
    communicator/ssh: Support for SSH port tunneling [GH-7918]
    core: Add a new floppy_label option [GH-8099]
    core: Added version compatibility to console command [GH-8080]
    post-processor/vagrant-cloud: Allow blank access_token for private vagrant box hosting [GH-8097]
    post-processor/vagrant-cloud: Allow use of the Artifice post-processor with the Vagrant Cloud post-processor [GH-8018] [GH-8027]
    post-processor/vsphere: Removed redundant whitelist check for builders, allowing users to use post-processor withough the VMWare builder [GH-8064]

BUG FIXES:

    builder/amazon: Fix FleetID crash. [GH-8013]
    builder/amazon: Gracefully handle rate limiting when retrieving winrm password. [GH-8087]
    builder/amazon: Fix race condition in spot instance launching [GH-8165]
    builder/amazon: Amazon builders now respect ssh_host option [GH-8162]
    builder/amazon: Update the AWS sdk to resolve some credential handling issues [GH-8131]
    builder/azure: Avoid a panic in getObjectIdFromToken [GH-8047]
    builder/googlecompute: Fix crash caused by nil account file. [GH-8102]
    builder/hyper-v: Fix when management interface is not part of virtual switch [GH-8017]
    builder/openstack: Fix dropped error when creating image client. [GH-8110]
    builder/openstack: Fix race condition created when adding metadata [GH-8016]
    builder/outscale: Get SSH Host from VM.Nics instead of VM Root [GH-8077]
    builder/proxmox: Bump proxmox api dep, fixing bug with checking http status during boot command [GH-8083]
    builder/proxmox: Check that disk format is set when pool type requires it [GH-8084]
    builder/proxmox: Fix panic caused by cancelling build [GH-8067] [GH-8072]
    builder/qemu: Fix dropped error when retrieving version [GH-8050]
    builder/vagrant: Fix dropped errors in code and tests. [GH-8118]
    builder/vagrant: Fix provisioning boxes, define source and output boxes [GH-7957]
    builder/vagrant: Fix ssh and package steps to use source syntax. [GH-8125]
    builder/vagrant: Use GlobalID when provided [GH-8092]
    builder/virtualbox: Fix windows pathing problem for guest additions checksum download. [GH-7996]
    builder/virtualbox: LoadSnapshots succeeds even if machine has no snapshots [GH-8096]
    builder/vmware: fix dropped test errors [GH-8170]
    core: Fix bug where sensitive variables contianing commas were not being properly sanitized in UI calls. [GH-7997]
    core: Fix handling of booleans where "unset" is a value distinct from "false". [GH-8021]
    core: Fix tests that swallowed errors in goroutines [GH-8094]
    core: Fix bug where Packer could no longer run as background process [GH-8101]
    core: Fix zsh auto-completion [GH-8160]
    communicator/ssh: Friendlier message warning user that their creds may be wrong [GH-8167]
    post-processor/amazon-import: Fix non-default encryption. [GH-8113]
    post-processor/vagrant-cloud: Fix dropped errors [GH-8156]
    provisioner/ansible: Fix provisioner dropped errors [GH-8045]

BACKWARDS INCOMPATIBILITIES:

    core: "sed" template function has been deprecated in favor of "replace" and "replace_all" functins [GH-8119]

[close]

https://www.packer.io/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Packer 1.4.5
« Antwort #17 am: 05 November, 2019, 05:20 »
Changelog

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]

[close]

https://www.packer.io/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Packer 1.5.0
« Antwort #18 am: 19 Dezember, 2019, 16:20 »
Changelog

    IMPROVEMENTS:

    builder/amazon: Add no_ephemeral template option to remove ephemeral drives from launch mappings. [GH-8393]
    builder/amazon: Add validation for "subnet_id" when specifying "vpc_id" [GH-8360] [GH-8387] [GH-8391]
    builder/amazon: allow enabling ena/sr-iov on ebssurrogate spot instances [GH-8397]
    builder/amazon: Retry runinstances aws api call to mitigate throttling [GH-8342]
    builder/hyperone: Update builder schema and tags [GH-8444]
    builder/qemu: Add display template option for qemu. [GH-7676]
    builder/qemu: Add fixer to convert disk size from int to string [GH-8390]
    builder/qemu: Disk Size is now read as a string to support units. [GH-8320] [GH-7546]
    builder/qemu: When a user adds a new drive in qemuargs, process it to make sure that necessary settings are applied to that drive. [GH-8380]
    builder/vmware: Fix error message when ovftool is missing [GH-8371]
    core: Cleanup logging for external plugins [GH-8471]
    core: HCL2 template support is now in beta. [GH-8423]
    core: Interpolation within provisioners can now access build-specific values like Host IP, communicator password, and more. [GH-7866]
    core: Various fixes to error handling. [GH-8343] [GH-8333] [GH-8316] [GH-8354] [GH-8361] [GH-8363] [GH-8370]
    post-processor/shell-local: Add "valid_exit_codes" option to shell-local. [GH-8401]
    provisioner/chef-client: Add version selection option. [GH-8468]
    provisioner/shell-local: Add "valid_exit_codes" option to shell-local. [GH-8401]
    provisioner/shell: Add support for the "env_var_format" parameter [GH-8319]

    BUG FIXES:

    builder/amazon: Fix request retry mechanism to launch aws instance [GH-8430]
    builder/azure: Fix PollDuration option which was overriden in some clients. [GH-8490]
    builder/hyperv: Fix bug in checking VM name that could cause flakiness if many VMs are defined. [GH-8357]
    builder/vagrant: Use absolute path for Vagrantfile [GH-8321]
    builder/virtualbox: Fix panic in snapshot builder. [GH-8336] [GH-8329]
    communicator/winrm: Resolve ntlm nil pointer bug by bumping go-ntlmssp dependency [GH-8369]
    communicator: Fix proxy connection settings to use "SSHProxyUsername" and "SSHProxyPassword" where relevant instead of bastion username and password. [GH-8375]
    core: Fix bug where Packer froze if asked to log an extremely long line [GH-8356]
    core: Fix iso_target_path option; don't cache when target path is non-nil [GH-8394]
    core: Return exit code 1 when builder type is not found [GH-8474]
    core: Return exit code 1 when builder type is not found [GH-8475]
    core: Update to newest version of go-tty to re-enable CTRL-S and CTRL-Q usage [GH-8364]

    BACKWARDS INCOMPATIBILITIES:

    builder/amazon: Complete deprecation of clean_ami_name template func [GH-8320] [GH-8193]
    core: Changes have been made to both the Prepare() method signature on the builder interface and on the Provision() method signature on the provisioner interface. [GH-7866]
    provisioner/ansible-local: The "galaxycommand" option has been renamed to "galaxy_command". A fixer has been written for this, which can be invoked with packer fix. [GH-8411]

[close]

https://www.packer.io/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Packer 1.5.1
« Antwort #19 am: 21 Dezember, 2019, 10:50 »
Changelog

    IMPROVEMENTS:

    builder/alicloud: Add show_expired option for describing images [GH-8425]

    Bug Fixes:

    builder/cloudstack: Fix panics associated with loading config [GH-8513]
    builder/hyperv/iso: Fix panics associated with loading config [GH-8513]
    builder/hyperv/vmcx: Fix panics associated with loading config [GH-8513]
    builder/jdcloud: Update jdcloud statebag to use pointers for config [GH-8518]
    builder/linode: Fix panics associated with loading config [GH-8513]
    builder/lxc: Fix panics associated with loading config [GH-8513]
    builder/lxd: Fix panics associated with loading config [GH-8513]
    builder/oneandone: Fix panics associated with loading config [GH-8513]
    builder/oracle/classic: Fix panics associated with loading config [GH-8513]
    builder/oracle/oci: Fix panics associated with loading config [GH-8513]
    builder/osc/bsuvolume: Fix panics associated with loading config [GH-8513]
    builder/parallels/pvm: Fix panics associated with loading config [GH-8513]
    builder/profitbricks: Fix panics associated with loading config [GH-8513]
    builder/scaleway: Fix panics associated with loading config [GH-8513]
    builder/vagrant: Fix panics associated with loading config [GH-8513]
    builder/virtualbox/ovf: Fix panics associated with loading config [GH-8513]
    builder/virtualbox: Configure NAT interface before forwarded port mapping #8514
    post-processor/vagrant-cloud: Configure NAT interface before forwarded port mapping [GH-8514]

[close]

https://www.packer.io/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Packer 1.5.2
« Antwort #20 am: 13 Februar, 2020, 09:08 »
Changelog

    IMPROVEMENTS:

    Builder/alicloud: Add AlicloudProfile option. [GH-8560]
    Builder/amazon: Add max_retries option to aws builders [GH-8709]
    Builder/amazon: Add source AMI owner ID/name to template engines [GH-8550]
    Builder/amazon: Update instance waiters to use global waiter settings set by AWS_POLL_DELAY_SECONDS and AWS_TIMEOUT_SECONDS [GH-8699]
    Builder/azure: Allow users to use custom key vault for storing Windows certificates [GH-8704]
    Builder/azure: Set expiry for image versions in SIG [GH-8561]
    Builder/proxmox: Add option to upload the boot ISO rather than pointing out a previously manually uploaded one. [GH-8624]
    Builder/vagrant: Fix a crash in the Vagrant driver [GH-8607]
    Builder/yandex: Add service account ID to config [GH-8717]
    Communicator/winrm: Users can now override winrm_host with a static IP even when using cloud builders. [GH-8675]
    Core/hcl2: Fix bug preventing reading slices within other slices [GH-8669]
    Core: Interpolation within post-processors can now access build-specific values like Host IP, communicator password, and more [GH-8632]
    Core: Add PACKER_PLUGIN_PATH to list of supported paths for plugin discovery [GH-8616]
    Core: clean up messy log line in plugin execution. [GH-8542]
    Core: Ensure PACKER_HTTP_ADDR is always set for any builder that provides a HTTP server for file transfer [GH-8654]
    Core: Fix loading external plugins defined in PACKER_CONFIG [GH-8582]
    Core: Log name of postprocessor running to disambiguate long chains of post- processors. [GH-8613]
    Core: Packer can use isos in-place on Windows again, instead of copying them into its cache. [GH-7627]
    Core: step_download: return without error if Urls is empty [GH-8579]
    Post-processor/vsphere-template] Simplify method to use vm.MarkAsTemplate (optionally) [GH-8511]
    Scripts: Fix some issues with mapstructure-to-hcl2 code generator. [GH-8574]
    Scripts: Update Vagrant bootstrapping scripts [GH-8604]

    Bug Fixes:

    Builder/alicloud: Fix "security group doesn't exist" error when there are >10 security groups. [GH-8535]
    Builder/amazon: Allow AWS builder pre-validation to pass when subnet filters are present [GH-8622]
    Builder/azure: Fix bug where deployments were not being cleaned up: [GH-8496]
    Builder/azure: Fix issue where WinRMPassword was being left unset [GH-8670]
    Builder/lxd: Fix file uploading issue when using the file provisioner [GH-8636]
    Builder/null: Fix crash when configuring builder using HCL2. [GH-8612]
    Builder/osc: Fix ssh host detection in Public Cloud and Nets [GH-8414]
    Builder/vagrant: Fix bug with reading key from a path with spaces [GH-8605]
    Builder/virtualbox-ovf: Remove config dependency from StepImport [GH-8509]
    Builder/virtualbox-vm: use config as a non pointer to avoid a panic [GH-8576]
    Core: Fix crash when build.sources is set to an invalid name [GH-8569]
    Core: Fix error loading .packerconfig [GH-8623]
    Core: Fix loading local ISO files when using iso_target_path [GH-8689]
    Core: Fix loading of external plugins. GH-8543]
    Post-processor/docker-tag: Fix regression if no tags were specified. [GH-8593]
    Post-processor/vagrant-cloud: Update error handling for Vagrant Cloud API [GH-8594]
    Post-processor/vagrant: correctly handle the diskSize property as a qemu size string [GH-8567]
    Provisioner/ansible: Fix password sanitization to account for empty string values. [GH-8570]
    Provisioner/shell: Fix bug with shell provisioner failing to clean up the environment var file when env_var_file is true. [GH-8639]

[close]

https://www.packer.io/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Packer 1.5.3
« Antwort #21 am: 15 Februar, 2020, 09:45 »
Changelog

    Improvements:

    Builder/vsphere: Add ability to define multiple NICs for vsphere-iso [GH-8739]
    Builder/vsphere: Add option to remove CD-ROM drives. [GH-8690]
    Core: Add validation to catch when users accidentally add duplicate fields to template [GH-8725]

    Bug Fixes:

    Core/hcl2: Fix template prepare/validation for HCL2 templates [GH-8742]
    Core: Fix build template function interpolation [GH-8727]

[close]

https://www.packer.io/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Packer 1.5.4
« Antwort #22 am: 15 Februar, 2020, 21:10 »
Changelog

no-change release to fix code-signing on OSX binaries. Since checksums for these binaries has changed, we are releasing a second time to prevent confusion.

[close]

https://www.packer.io/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Packer 1.5.5
« Antwort #23 am: 26 März, 2020, 17:15 »
Changelog

    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]


[close]

https://www.packer.io/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Packer 1.5.6
« Antwort #24 am: 02 Mai, 2020, 18:10 »
Changelog

    BACKWARDS INCOMPATIBILITIES:

    core/hcl2: HCL2 singular blocks: use key/value or name/value depending on how the service names things [GH-9078]
    core/hcl2: Maps are now treated as settable arguments as opposed to blocks. For example tags = {} instead of tags {} [GH-9035]

    FEATURES:

    New Builder azure-dtl allows creation of devtestlabs images in Azure [GH-8987]
    New Core Feature provisioners now support a max_retries option that can be used for retrying a provisioner on error [GH-9061]

    IMPROVEMENTS:

    builder/azure-arm: Add boot_diag_storage_account option for enabling boot diagnostics on a virtual machine [GH-9053]
    builder/azure-arm: Add support for setting custom resource names [GH-9028]
    builder/azure-arm: Data disk names are now randomly generated [GH-8986]
    builder/azure: Add shared image destination for azure-chroot [GH-9021]
    builder/azure: Add shared image source for chroot builder [GH-9070]
    builder/google: Add support for custom shielded images [GH-8970]
    builder/google: Allow source_image_project_id to be a list of several projects to search. [GH-8679]
    builder/hyperv: Add boot_order option to override the default boot order [GH-9046]
    builder/oracle-oci: Allow Instance Principal Auth for Oracle OCI builder [GH-8893]
    builder/oracle-oci: Update Oracle SDK. [GH-9104]
    builder/proxmox: Add ability to add a cloud-init drive [GH-9045]
    builder/vsphere: Add disable_shutdown option to support manual vm shutdown over the default automatic shutdown step [GH-9095]
    builder/vsphere: Add vgpu_profile option for specifying vGPU profiles [GH-8946]
    builder/vsphere: Add support for EFI Secure Boot [GH-9018]
    builder/vsphere: Add support for specifying vGPU profiles [GH-8946]
    builder/yandex: Add target_image_folder_id option for changing the folder where a built image will be saved to [GH-9080]
    core/hcl2: HCL mode builds now honor -only and -except options [GH-8947]
    core/hcl2: Set packer_build_name and packer_builder_type variables for builder provisioners and post-processors [GH-8956]
    core/HCL: HCL mode now honors -only and -except options. [GH-8947]
    core: New template function: aws_secretsmanager [GH-9099]
    provisioner/ansible: Add option to not use localhost proxy adapter. Removes need for ansible connection_plugin when using WinRM. [GH-8625]
    provisioner/powershell: Add debug_mode option to help with debugging generated scripts [GH-8996]
    provisioner/powershell: Add cleanup step to remove temporarily created scripts; cleanup can be skipped by setting the skip_clean option [GH-8908]

    BUG FIXES:

    builder/amazon: Fix bug with launch_block_device_mappings in spot instances. [GH-8945]
    builder/azure-arm: Fix issue where managed image builds were using a different location then what was specified in the build configuration [GH-9068]
    builder/azure: Allow Managed Data Disks to be used with Azure Shared Image Gallery [GH-8912]
    builder/azure: Fix SSH connection for temporary admin users specified in ssh_username [GH-9103]
    builder/osc: Make compliant with oAPI spec for Outscale osc-bsu builder [GH-9093]
    builder/qemu: Remove net_device pre-validation [GH-8979]
    builder/tencentcloud: Update builder to handle the InstanceOperationInProgress error [GH-9069]
    builder/vsphere-iso: disk_size is no longer required if storage is defined [GH-8975]
    builder/vsphere: Add exported files to VSphere artifact [GH-9020]
    builder/vsphere: Fix issue where -force is not working with vsphere builders [GH-9039]
    core: Fix crash in wrapperreadline helper when calling os.NewFile on unknown file descriptor [GH-9037]
    core: Make sure CLI variables supersede variables from var files [GH-8964]
    provisioner/powershell: Fix integer decoding issue in the execution policy parser [GH-8997]



[close]

https://www.packer.io/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Packer 1.6.0
« Antwort #25 am: 10 Juni, 2020, 04:50 »
Changelog

    BACKWARDS INCOMPATIBILITIES:

    builder/vsphere-iso: The deprecated fields network, network_card, disk_size, disk_thin_provisioned, and disk_eagerly_scrub have been removed. Run packer fix template.json to migrate an existing template [GH-9149]
    For all iso-based builders, the iso_checksum_type and iso_checksum_url fields have been removed in favor of simply setting the iso_checksum field. Use the packer fix command to update a config file. See the iso_checksum field docs to read more about this. [GH-8437]
    FEATURES:
    New post-processor Yandex Export [GH-9124]
    builder/amazon: Add SSM Session Manager as a SSH interface connection [GH-9082]
    builder/google: Implement iap proxy for googlecompute [GH-9105]
    HCL2/core: Add command/console support for HCL2 config files [GH-9359]
    HCL2/core: Add command/validate support for HCL2 config files [GH-9346]
    HCL2/core: it is now possible to set source fields from the build block [GH-9291]

    IMPROVEMENTS:

    builder/amazon: Added new build template function field: SourceAMICreationDate [GH-9277]
    builder/azure-arm: Support User Assigned Managed Identity [GH-9293]
    builder/azure-chroot: Copy data disks between shared image galleries [GH-9323]
    builder/googlecompute: Changed default disk size. [GH-9071]
    builder/googlecompute: New option to specify storage location for GCP images [GH-9326]
    builder/qemu: Add support for using a network bridge [GH-9159]
    builder/qemu: Added skip_nat_mapping option to skip the communicator (SSH or WinRM) automatic port forward and use the guest port directly. [GH-9307]
    builder/qemu: Replace deprecated ssh_host_port_min and ssh_host_port_max by host_port_min and host_port_max. [GH-9307]
    builder/virtualbox: Add output_filename config option to allow user to set a custom filename instead of forcing it to be the same as vm_name. [GH-9174]
    builder/vsphere: Add floppy_label option. [GH-9187]
    builder/vsphere: Add ip_wait_address to allow packer to wait for an ip address that fits within the range (cidr address). [GH-9358]
    builder/vsphere: Add tools_sync_time and tools_upgrade_policy options to set time synchronization and automatic VMware Tools upgrade. [GH-9366]
    core/hcl: Enable "force", "debug", and "on-error" command line flags for hcl2 builds. [GH-9234]
    core/hcl: Enable only/except for provisioners and post-processors [GH-9357]
    core/hcl: Support named builds in HCL2 templates [GH-9245]
    core/interpolation: Add support for specifying a particular key to fetch from the AWS Secrets Manager [GH-9202] [GH-9286]
    core: HCL logs now display source type and source name (type.name) in logs to differentiate more easily who says what. [GH-9257]
    core: update consul and vault dependencies [GH-9205]
    core: Update vendored "go-getter" library with checksum fixes.
    core: Users can now configure the http bind address of the server launched to serve files from http_directory [GH-9313]
    core: When a template contains a deprecated option, Packer will now encourage the user to call packer fix. [GH-9325]
    post-processor/docker-push: Support pushing multiple tags [GH-9182]
    post-processor/docker-tag: Change field name of docker tag to "tags" instead of "tag" since it's a list. Keep "tag" for backwards compatibility. [GH-9183]
    provisioner/windows-restart: Display full hostname, instead of just the NetBIOS name [GH-9335]

    BUG FIXES:

    buidler/vsphere-iso: Fix bug validating iso_urls [GH-9321]
    builder/azure-arm: Update runtime constants with a valid DataDiskName [GH-9251]
    builder/digitalocean: Use correct image type for Droplet creates. [GH-9212]
    builder/openstack: Don't error if metadata can't be set. Old versions of openstack don't support that API call. [GH-9198]
    builder/vagrant: Use absolute path for package_include files to prevent them from having to be relative to the output vagrant directory. [GH-9260]
    builder/virtualbox: Fix bug using checksum files. [GH-9101]
    builder/vmware: Fix ssh connection when the guest platform's dhcpcd switches the IP address in-between a build. [GH-9322]
    builder/vsphere-iso: Use the Datacenter's VmFolder call instead of manually generating folder path [GH-9342]
    builder/vsphere: Add option not to set host during datastore upload. [GH-9100
    builder/vsphere: Fix crash in the driver for an interface conversion of types.AnyType nil to types.ManagedObjectReference. [GH-9354]
    builder/vsphere: Fix iso config prepare being called incorrectly, which caused iso_url field to fail. [GH-9197]
    builder/yandex: Do not require 'gpu-standard-v1' platform_id for any GPU- based config. [GH-9356]
    core: Ensure HTTP server information PackerHTTPIP, PackerHTTPPort, and PackerHTTPAddr are available via the build template engine for all supported builders [GH-9238]
    core: Fix iso_url to accept SMB shared files UNC and windows network paths. [GH-8954]
    core: Fix regression that broke use of pwd when retrieving the checksum from a file [GH-9129].
    post-processor/vagrant: Add "provider_override" template option to allow artifacts from the Artifice post-processor [GH-9239]
    post-processor/vsphere-template: Add VSphere builder's artifact to vsphere- template's supported types [GH-9146]
    postprocessor/artifice: Update various core post-processors to accept artifacts from the Artifice post-processor [GH-9239]
    provisioner/ansible-remote: Fix the arg order to make sure that the playbook file is the last item in the call [GH-9279]
    provisioner/ansible: Ansible provisioner doesn't force ssh key checking if user wants to use password to connect instead. [GH-9350]
    provisioner/inspec: Fix build variables interpolation [GH-9262]
    provisioner/powershell: fix interpolation of execute_command in cleanup script call. [GH-9275]
    provisioner/powershell: Fix long-wait retry loop caused by cleanup logic [GH-9226]
    provisioner/salt-masterless: Ignore the CmdArgs field in hcl2 [GH-9290]

[close]

https://www.packer.io/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Packer 1.6.1
« Antwort #26 am: 31 Juli, 2020, 13:40 »
Changelog

    BACKWARDS INCOMPATABILITIES:

    HCL: builder/vsphere: Add option to add a xhci/usb3 controller; changes controller value to an array of strings. [GH-9574]
    HCL: New HCL-only post-processors block to run chained post-processors after a build [GH-9638]. Before this, defining multiple post-processor blocks after provisioning steps would run them sequentially, now doing this makes them start from the build artifact. To queue post-processors you now have to define them in a post-processors block. [GH-9638]
    Post-processor/vSphere: We have fixed a bug in the ovftool URL encoding. This may mean that you have performed an encoding workaround that is no longer necessary. [GH-9589]

    FEATURES:

    New post-processor Yandex Import [GH-9553]

    IMPROVEMENTS:

    Builder/amazon-ebs: Wrap CreateImage call in a retry to account for eventual consistency [GH-9579]
    Builder/azure: Disable SSH password authentication unless password is explicitly specified. [GH-9603]
    Builder/docker: Add options for --cap-add, --cap-drop, --tmpfs, --device [GH-9565]
    Builder/file: Create parent directories of target file, if they don't exist. [GH-9452]
    Builder/googlecompute: Add wrap_startup_script configuration option to allow the disabling of Packer's startup script wrapper [GH-9505]
    Builder/googlecompute: Add support for oslogin via the use_os_login configuration option [GH-9339]
    Builder/googlecompute: Make IAP tunnel timeout configurable. [GH-9545]
    Builder/googlecompute: Support using WinRM over an IAP tunnel [GH-9610]
    Builder/hyper-v: Include secure boot template in box.xml [GH-9552]
    Builder/hyperone: Add support for custom username in vm creation. [GH-9497]
    Builder/hyperone: Skip chroot device discovery. [GH-9489]
    Builder/openstack: Bump gophercloud to latest version [GH-9573]
    Builder/proxmox: Add option to disable KVM hardware virtualization in Proxmox builder [GH-9587]
    Builder/proxmox: Add support for multiple NIC packet queues [GH-9597]
    Builder/proxmox: Enable Proxmox builder to toggle the firewall parameter for network interfaces. [GH-9487]
    Builder/proxmox: Update Proxmox storagePoolTypes [GH-9418]
    Builder/qemu: Add 'cdrom_interface' option to QEMU builder [GH-9483]
    Builder/tencentcloud: Add source_image_name to support getting source image by name [GH-9619]
    Builder/tencentcloud: Update cvm root disk type to CLOUD_PREMIUM [GH-9663]
    Builder/ucloud: New access config options and run config options. [GH-9466]
    Builder/vsphere-clone: Add boot_command support to vsphere-clone builder, including support for starting an HTTP server
    Builder/vsphere-clone: Add vapp configuration option [GH-9507]
    Builder/vsphere: Add ability to define multiple disk controllers [GH-9519]
    Builder/vsphere: Add boot_command support to vsphere-clone builder. [GH-9397]
    Builder/vsphere: Add content_library_destination to import VM template to a Content Library [GH-9551]
    Builder/vsphere: Add force_bios_setup configuration option [GH-9563]
    Builder/vsphere: Add option to add a xhci/usb3 controller [GH-9574]
    Builder/vsphere: Create vm output folders if they don't exist [GH-9402]
    Builder/vsphere: Fix file size descriptor when exporting OFV [GH-9568]
    Builder/vsphere: Look at all available IPs in the waiting for IP loop. [GH-9450]
    Builder/vsphere: Match network to host when multiple networks are found [GH-9556]
    Builder/vsphere: Update vsphere boot_command to bring it in line with other builders' boot_command functionality. [GH-9406]
    Builder/vsphere: Use datacenter inventory path for find folder [GH-9390]
    Builder/vsphere: Use value from "ip_wait_address" option to determine the default for the http server IP [GH-9441]
    Builder/yandex: Allow set min_disk_size for an image.
    Builder/yandex: Support authentication by Service Account on instance [GH-9383]
    Builder/yandex: yandex: Add new property min_disk_size of built image [GH-9594]
    Communicator/ssh: Add support for OpenSSH certificate signing [GH-9521]
    Communicator/ssh: Allow users to provide a list of ciphers that they want Packer to support. [GH-9453]
    Core/hcl2: Add possibility to name singular build.source blocks to differentiate their output and to filter on them [GH-9490]
    Core/hcl2: Add the "inspect" command for hcl2 configs. [GH-9468]
    Core/hcl2: HCL configs now respect only/except using build names instead of types. [GH-9454]
    Core/hcl: Allow use of keep_input_artifact in post processors. [GH-9477]
    Core/hcl: Share build info with Provisioner and Post-Processor via HCL2 variables [GH-9444] [GH-9534] [GH-9622]
    Core: Add on-error flag option to run error-cleanup-provisioner [GH-9429]
    Core: communicator/ssh: Add new ssh_key_exchange_algorithms option to supply custom key exchange algorithms in SSH client [GH-9634]
    Core: refactor initialization out from Packer core to allow validate --syntax-only to no error when a variable is not set [GH-9627]
    Hcl2: Handle uint64 buildvars [GH-9585]
    Post-processor/yandex-export: Allow users to utilize generated variables in templating. [GH-9555]
    Post-processor/yandex-export: Support Authentication by Service Account Key file [GH-9379]
    Post-processor/yandex-import: Support creating an Image based on another one [GH-9614]
    Post-processor/yandex-import: Support using URL from yandex-export [GH-9601]
    Provisioner/ansible: Add template option for templating the inventory file lines [GH-9438]

    BUG FIXES:

    Builder/amazon: Change "Resource" field in temporary_iam_instance_profile_policy_document to be an array of strings, not just a single string. [GH-9509]
    Builder/amazon: HCL2: Add singular run_volume_tag block to ebs & ebssurrogate builders. [GH-9457]
    Builder/amazon: Retry fetching block device mappings if empty. [GH-9480]
    Builder/azure: Fix data disks URI. [GH-9467]
    Builder/googlecompute: Fix issue with use_iap globally changing a user's gcloud project configuration, by temporarily setting "project" via project flag and not via gcloud config [GH-9662]
    Builder/googlecompute: Fix the "secure boot" validation for uefi_compatible images. [GH-9371]
    Builder/qemu: Only set up localhost port forwarding if skipnatmapping is false. [GH-9479]
    Builder/vagrant: Fix box file validation for remote box files specified using source_path [GH-9660]
    Builder/vagrant: Improve validation and error handling around synced_folder. Make sure that synced folder can be defined relative to Packer run directory, not the Vagrant output directory. [GH-9577]
    Builder/virtualbox-vm: Fix regression where builder would fail if the vm had no snapshots. [GH-9435]
    Builder/vmware-iso: Try checksum remote file instead of local file. [GH-9584]
    Builder/vmware: Fix a race that occurred when parsing the network config. [GH-9387]
    Builder/vmware: Update vendor library, enabling retries on 502 errors [GH-9391]
    Builder/vsphere-clone: Fix SSH public key injection for cloned templates [GH-9507]
    Builder/vsphere: Clean up folder path to remove leading slashes. [GH-9542]
    Builder/vsphere: Deduplicate where Firmware is set in vsphere-iso builder [GH-9557]
    Builder/vsphere: Fix vsphere ToolsSyncTime and ToolsUpgradePolicy [GH-9515]
    Builder/vsphere: vSphere driver context is no longer cancelled when Packer context is cancelled. [GH-9576]
    Communicator/winrm: Add the "no_proxy" environment variable option to have winrm bypass the proxy set by the http_proxy or https_proxy environment vars, when connecting to the remote instance. [GH-9267]
    Core: Do not print download progress bar if a machine-readable UI is chosen. [GH-9448]
    Post-processor/amazon-import: Add support for retrying RequestLimitExceeded errors when importing an image [GH-9537]
    Post-processor/docker-import: Fix crash when using docker-import with HCL. [GH-9670]
    Post-processor/vsphere: Fix password encoding in vsphere post-processor ovftool call [GH-9589]
    Post-processor/yandex-export: Fix error handling and docs. [GH-9554]
    Provisioner/ansible-local: Fix agent auth in SSH communicator [GH-9639]
    Provisioner/ansible: Correct check for whether PackerHttpAddr is implemented or not [GH-9498]
    Provisioner/ansible: Quote extra-var packer_build_name to handle names with spaces [GH-9590]

[close]

https://www.packer.io/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Packer 1.6.2
« Antwort #27 am: 29 August, 2020, 19:10 »
Changelog

    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]

[close]

https://www.packer.io/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Packer 1.6.3
« Antwort #28 am: 26 September, 2020, 10:50 »
Changelog

    Builder/amazon-ebs: Fix issue where retrying on invalid IAM instance profile error was creating multiple spot instances. [GH-9946]
    Builder/amazon-ebssurrogate: Fix issue where builder defaults to AWS managed key even when custom kms_key_id is set. [GH-9959]
    Builder/amazon: Update ssm_driver log polling logic to prevent infinite loops when SSM driver is terminated outside of Packer. [GH-9991]
    Builder/azure: Fix crash when using HCL2 configs. [GH-9984] [GH-9985]
    Builder/qemu: Fix hardcoded lowerbound causing negative ports [GH-9905]
    Builder/qemu: Skip compaction when backing file is used. [GH-9918]
    Builder/scaleway: Add pre validate step to prevent the creation of multiple images with the same name. [GH-9840]
    Builder/vmware-iso: Prevent the use of reserved SCSI ID 0:7 when attaching multiple disks. [GH-9940]
    Builder/vsphere: Fix overly strict iso_path validation regex. [GH-9855]
    Command/console: Prevent failure when there are unknown vars. [GH-9864]
    Command/inspect: Allow unset variables in HCL2 and JSON. [GH-9832]
    Core: Prevent the UI progressbar from hanging and crashing when there is no TTY available. [GH-9974]
    Core: Use $APPDATA over $HOME on Windows hosts when determining homedir. [GH-9830]
    Post-processor/digitalocean-import: Fix crash caused by empty artifact.Files slice. [GH-9857]
    Post-processor/yandex-export: Check for error after runner completes. [GH-9925]
    Post-processor/yandex-export: Set metadata key to expected value on error. [GH-9849]
    Post-processor/yandex-import: Fix S3 URL construct process. [GH-9931]

[close]

https://www.packer.io/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 189165
  • Ohne Input kein Output
    • DVB-Cube
Packer 1.6.4
« Antwort #29 am: 01 Oktober, 2020, 04:20 »
Changelog

    BUG FIXES:

    builder/amazon: Fix authentication issue when using instance profiles or assumed roles for loading session-derived credentials. [GH-10007]
    builder/azure: Fix crash when using azure_tag or azure_tags configuration options. [GH-10014]
    builder/qemu: Ensure qemu_img_args are honored during the disk convert step. [GH-10001]

[close]

https://www.packer.io/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )