Releases: hashicorp/packer-plugin-qemu
Releases Β· hashicorp/packer-plugin-qemu
v1.1.0
What's Changed
Exciting New Features π
Doc improvements π
- docs: Improvement regarding accel on windows by @ciarancourtney in #119
- fix typo SSHHostPort Config-not-required.mdx by @HolyFredy in #161
Other Changes
- Release 1.0.10 by @lbajolet-hashicorp in #159
- makefile: remove old docs targets by @lbajolet-hashicorp in #157
- build(deps): bump github.com/hashicorp/packer-plugin-sdk from 0.5.1 to 0.5.2 by @dependabot in #162
New Contributors
- @ciarancourtney made their first contribution in #119
- @HolyFredy made their first contribution in #161
- @LIV2 made their first contribution in #165
Full Changelog: v1.0.10...v1.1.0
v1.0.10
What's Changed
Exciting New Features π
- builder: add efi_drop_efivars option to builder by @lbajolet-hashicorp in #142
Doc improvements π
- docs: add links to SMP and EFI configs by @lbajolet-hashicorp in #137
- qemu: add note on HAXM accelerator deprecation by @lbajolet-hashicorp in #135
- Migration plugin docs to integration framework by @nywilken in #152
- docs: harmonise code order for examples by @lbajolet-hashicorp in #156
Other Changes
- Release v1.0.9 by @lbajolet-hashicorp in #120
- .gitignore: ignore crash.log by @lbajolet-hashicorp in #134
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.2 to 0.4.0 by @dependabot in #129
- Add plugin binaries for illumos distribution by @jperkin in #127
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #123
- cleanup github workflows by @lbajolet-hashicorp in #141
- Bump go 1.18 to 1.19 by @lbajolet-hashicorp in #151
- Bump github.com/hashicorp/packer-plugin-sdk from 0.4.0 to 0.5.1 by @dependabot in #150
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #154
- builder: remove superfluous if by @lbajolet-hashicorp in #158
New Contributors
Full Changelog: v1.0.9...v1.0.10
v1.0.9
What's Changed
Exciting New Features π
- CPU model option by @lbajolet-hashicorp in #114
Bug fixesπ§βπ§ π
- Do not set boot device when doing UEFI based QEMU builds by @anish in #118
- builder: only remove efivars on failure by @lbajolet-hashicorp in #116
Doc improvements π
- example: update EFI build example with build_steps by @lbajolet-hashicorp in #117
New Contributors
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
Bug fixesπ§βπ§ π
- builder: fix interpolation for build_steps by @lbajolet-hashicorp in #112: When introducing
build_steps
we did not add an exception for interpolating its contents prior to thetype_boot_command
step. This caused all its contents to be interpolated beforehand, but since it relies on data that was not populated at interpolation-time, we ended-up with the templated content replaced by<no value>
.
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
Exciting New Features π
- builder: add more options for CPU topology by @lbajolet-hashicorp in #94
- qemu: add support for vga card emulation by @lbajolet-hashicorp in #104
Bug fixesπ§βπ§ π
- builder: call Comm.Prepare before resetting host by @lbajolet-hashicorp in #91
Other Changes
- goreleaser: add missing target goos/goarch by @lbajolet-hashicorp in #79
- Bump github.com/hashicorp/hcl/v2 from 2.12.0 to 2.13.0 by @dependabot in #80
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.0 to 0.3.1 by @dependabot in #82
- Update Plugin binary releases to match Packer by @nywilken in #90
- Cut release 1.0.6 by @lbajolet-hashicorp in #92
- goreleaser: add linux/ppc64le to releases by @lbajolet-hashicorp in #96
- [COMPLIANCE] Update MPL 2.0 LICENSE by @hashicorp-copywrite in #99
- qemu: add vTPM support on UNIX by @lbajolet-hashicorp in #95
- builder: add EFI-specific boot values by @lbajolet-hashicorp in #100
- Add boot steps configuration option by @jacob-carlborg in #103
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.1 to 0.3.2 by @dependabot in #89
- Bump github.com/hashicorp/hcl/v2 from 2.13.0 to 2.14.1 by @dependabot in #93
- go.mod: bump required go version to 1.18 by @lbajolet-hashicorp in #107
New Contributors
- @lbajolet-hashicorp made their first contribution in #79
- @hashicorp-copywrite made their first contribution in #99
- @jacob-carlborg made their first contribution in #103
Full Changelog: v1.0.5...v1.0.7
v1.0.6
What's Changed
Bug fixesπ§βπ§ π
- builder: call Comm.Prepare before resetting host by @lbajolet-hashicorp in #91
Other Changes
- goreleaser: add missing target goos/goarch by @lbajolet-hashicorp in #79
- Bump github.com/hashicorp/hcl/v2 from 2.12.0 to 2.13.0 by @dependabot in #80
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.0 to 0.3.1 by @dependabot in #82
- Update Plugin binary releases to match Packer by @nywilken in #90
Full Changelog: v1.0.5...v1.0.6
v1.0.5
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
Exciting New Features π
Bug fixesπ§βπ§ π
- Bump packer-plugin-sdk to v0.3.0 to address vulnerabilities in go-getter, as described in
HCSEC-2022-13. - Fixed bug where skip_nat_mapping would overwrite winrm_host to 127.0.0.1 by @Antoine-Gicquel in #68
Other Changes
New Contributors
- @Antoine-Gicquel made their first contribution in #68
- @furest made their first contribution in #74
Full Changelog: v1.0.4...v1.0.5
v1.0.4
Bumps packer-plugin-sdk from 0.2.11
to 0.2.13
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
Bug fixesπ§βπ§ π
- Add
use_pflash
as optional argument to load firmware via the QEMU pflash parameter by @carenas in #67
Other Changes
New Contributors
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
Exciting New Features π
- Load the platform firmware via pflash by @heroin-moose in #43
- Add sata as a supported disk interface by @LordNoteworthy in #54
Bug fixesπ§βπ§ π
Other Changes
- Validate plugin from the packer-sdc plugin-validate command by @azr in #52
- goreleaser: auto-generate changelog file by @azr in #62
New Contributors
- @azr made their first contribution in #52
- @quyse made their first contribution in #48
- @heroin-moose made their first contribution in #43
- @LordNoteworthy made their first contribution in #54
Full Changelog: v1.0.1...v1.0.2