Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump github.com/hashicorp/packer from 1.6.0 to 1.6.1 #54

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps github.com/hashicorp/packer from 1.6.0 to 1.6.1.

Release notes

Sourced from github.com/hashicorp/packer's releases.

v1.6.1

1.6.1 patch release

Changelog

Sourced from github.com/hashicorp/packer's changelog.

1.6.1 (July 30, 2020)

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
Commits
  • 4c32875 Cut version 1.6.1
  • 214bef3 cut version 1.6.1
  • 3acf99a update changelog
  • f1a14cf Merge pull request #9675 from hashicorp/fix_shell-local_provisioner
  • 2bd2954 fix cty bool passing for provisioners, too
  • 40b1adc add docker import hcl fix
  • aaac193 Merge pull request #9670 from hashicorp/fix_docker-import
  • aa9d06d mention url encoding as potential backwards incompatability
  • a911f9f update CHANGELOG
  • 617e0d2 update CHANGELOG
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [github.com/hashicorp/packer](https://github.com/hashicorp/packer) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/hashicorp/packer/releases)
- [Changelog](https://github.com/hashicorp/packer/blob/master/CHANGELOG.md)
- [Commits](hashicorp/packer@v1.6.0...v1.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 31, 2020
@ddymko ddymko merged commit 3fa7b70 into master Jul 31, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/go_modules/github.com/hashicorp/packer-1.6.1 branch July 31, 2020 13:10
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant