Releases: hashicorp/packer-plugin-virtualbox
v1.1.1
What's Changed
Bug fixes🧑🔧 🐞
Other Changes
- chore: update
version.go
by @tenthirtyam in #140
New Contributors
- @tenthirtyam made their first contribution in #140
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Notes
This minor release includes changes specific to Virtualbox 7.0 for fixing networking issues related to the disabled access to the host gateway address. Users should test that changes specific to Virtualbox 7.0.x do not cause conflicts with older versions of Virtualbox <=6.1.x, which are no longer supported.
What's Changed
Bug fixes🧑🔧 🐞
Doc improvements 📚
- Migration plugin docs to integration framework by @nywilken in #114
- web-docs: change snapshot builder name to VM by @lbajolet-hashicorp in #116
Other Changes
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #98
- bump go 1.18 to 1.19 by @lbajolet-hashicorp in #112
- Bump github.com/hashicorp/packer-plugin-sdk from 0.4.0 to 0.5.1 by @dependabot in #113
- makefile: remove old docs targets by @lbajolet-hashicorp in #117
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #118
- Bump github.com/hashicorp/packer-plugin-sdk from 0.5.1 to 0.5.2 by @dependabot in #120
- GNUmakefile: make dev uses packer for install by @lbajolet-hashicorp in #127
- [HPR-1702] build: Add LICENSE file to release artifacts by @nywilken in #128
- Bump github.com/hashicorp/packer-plugin-sdk from 0.5.2 to 0.5.4 by @dependabot in #132
- builder/iso: Use
--audio-driver
instead of the deprecated--audio
parameter by @jlduran in #119
New Contributors
Full Changelog: v1.0.5...v1.1.0
v1.0.5
What's Changed
Exciting New Features 🎉
- Automatically enable IOAPIC for multicore machines by @timschumi in #102
Doc improvements 📚
Other Changes
- goreleaser: add missing target goos/goarch by @lbajolet-hashicorp in #68
- Bump github.com/hashicorp/hcl/v2 from 2.12.0 to 2.13.0 by @dependabot in #69
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.0 to 0.3.1 by @dependabot in #72
- Update Plugin binary releases to match Packer by @nywilken in #80
- go.mod: run go mod tidy on go.mod/go.sum by @lbajolet-hashicorp in #81
- [COMPLIANCE] Update MPL 2.0 LICENSE by @hashicorp-copywrite in #83
- go.mod: bump go version from 1.17 to 1.18 by @lbajolet-hashicorp in #93
- .gitignore: ignore .docs by @lbajolet-hashicorp in #94
- docs: fix references to internal documentation by @lbajolet-hashicorp in #89
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.1 to 0.3.4 by @dependabot in #96
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.4 to 0.4.0 by @dependabot in #106
- Fix documentation for rtc_time_base by @SeanKnight in #101
- cleanup github workflows by @lbajolet-hashicorp in #110
New Contributors
- @lbajolet-hashicorp made their first contribution in #68
- @hashicorp-copywrite made their first contribution in #83
- @SeanKnight made their first contribution in #101
- @rmacd made their first contribution in #87
- @timschumi made their first contribution in #102
Full Changelog: v1.0.4...v1.0.5
v1.0.4
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
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
What's Changed
Bug fixes
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
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
New Contributors
- @puetzk made their first contribution in #35
- @gberesford made their first contribution in #34
Full Changelog: v1.0.0...v1.0.1
v1.0.0
update changelog
v0.0.1
update docs overview page and makefile