Releases: hashicorp/packer-plugin-qemu
Releases · hashicorp/packer-plugin-qemu
v1.1.3
What's Changed
Other Changes
- dev release prep by @anshulsharma-hashicorp in #196
- Update PR template for PCI by @devashish-patel in #200
- Revert "changes for shutting down the VM for none communicator" by @anshulsharma-hashicorp in #203
- changes for release 1.1.3 by @anshulsharma-hashicorp in #204
New Contributors
- @devashish-patel made their first contribution in #200
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
Doc improvements 📚
- docs: update reference to community templates by @lbajolet-hashicorp in #179
Other Changes
- GNUmakefile: make dev uses packer for install by @lbajolet-hashicorp in #167
- [HPR-1702] build: Add LICENSE file to release artifacts by @nywilken in #171
- build(deps): bump github.com/hashicorp/packer-plugin-sdk from 0.5.2 to 0.5.4 by @dependabot in #176
- build(deps): bump github.com/hashicorp/packer-plugin-sdk from 0.5.4 to 0.6.0 by @dependabot in #188
- changes for shutting down the VM for none communicator by @anshulsharma-hashicorp in #192
- build(deps): bump github.com/hashicorp/packer-plugin-sdk from 0.6.0 to 0.6.1 by @dependabot in #191
- custom VNC password changes by @anshulsharma-hashicorp in #193
- version change by @anshulsharma-hashicorp in #195
New Contributors
- @mogrogan made their first contribution in #189
- @anshulsharma-hashicorp made their first contribution in #192
Full Changelog: v1.1.0...v1.1.2
v1.1.1
What's Changed
Doc improvements 📚
- docs: update reference to community templates by @lbajolet-hashicorp in #179
Other Changes
- GNUmakefile: make dev uses packer for install by @lbajolet-hashicorp in #167
- [HPR-1702] build: Add LICENSE file to release artifacts by @nywilken in #171
- build(deps): bump github.com/hashicorp/packer-plugin-sdk from 0.5.2 to 0.5.4 by @dependabot in #176
- build(deps): bump github.com/hashicorp/packer-plugin-sdk from 0.5.4 to 0.6.0 by @dependabot in #188
Full Changelog: v1.1.0...v1.1.1
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