Skip to content

Releases: hashicorp/packer-plugin-virtualbox

v1.0.5

23 Jun 18:16
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Automatically enable IOAPIC for multicore machines by @timschumi in #102

Doc improvements 📚

  • fix links: /docs -> /packer/plugins by @rmacd in #87

Other Changes

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

10 Jun 14:37
Compare
Choose a tag to compare

Note

The v0.3.0 release of the Packer plugin SDK contains the following changes which will may affect the downloading of external files such as ISOs used by this plugin.

  • Default timeouts have been added to the GitGetter, HgGetter, S3Getter, and GcsGetter getters to mitigate against resource exhaustion when calling out to external command line applications.
  • Support for the X-Terraform-Get header has been disabled to mitigate against protocol switching, endless redirect, and configuration bypass abuse of custom HTTP response header processing.
  • The default go-getter client has been updated to prevent arbitrary host access via go-getter's path traversal, symlink processing, and command injection flaws.

See Security Options for more details.

What's Changed

Bug fixes🧑‍🔧 🐞

  • Bump packer-plugin-sdk to v0.3.0 to address vulnerabilities in go-getter, as described in
    HCSEC-2022-13.

Full Changelog: v1.0.3...v1.0.4

v1.0.3

25 May 14:38
Compare
Choose a tag to compare

Note

This release contains the latest golang.org/x/crypto/ssh module which implements client authentication support for signature algorithms based on SHA-2 for use with existing RSA keys. Previously, a client would fail to authenticate with RSA keys to servers that reject signature algorithms based on SHA-1.

What's Changed

Bug fixes🧑‍🔧 🐞

  • Bump packer-plugin-sdk to address legacy SSH key algorithms in SSH communicator

Full Changelog: v1.0.2...v1.0.3

v1.0.2

23 Mar 10:19
@azr azr
c0a89d2
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • get go-getter v2.0.2 to avoid untaring OVA files by @azr in #60

Other Changes

  • goreleaser: auto-generate changelog file by @azr in #57
  • Update release signing configuration by @nywilken in #58

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

22 Dec 12:56
@azr azr
067e3e6
Compare
Choose a tag to compare

What's Changed

Bug fixes🧑‍🔧 🐞

  • Fix cd_content is ignored by @puetzk in #35
  • Ensure boot ISO is attached on lowest numbered port, relative to other ISOs by @gberesford in #34

Other Changes

  • Validate plugin from the packer-sdc plugin-validate command by @azr in #46

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

14 Jun 15:41
Compare
Choose a tag to compare
update changelog

v0.0.1

16 Apr 07:56
Compare
Choose a tag to compare
update docs overview page and makefile