Releases: hashicorp/packer-plugin-hyperv
Releases · hashicorp/packer-plugin-hyperv
v1.1.3
What's Changed
Bug fixes🧑🔧 🐞
- fix: #7 by @remi-espie in #115
Doc improvements 📚
- Add a leading slash to fix links by @rkoron007 in #116
Other Changes
- makefile: remove old docs targets by @lbajolet-hashicorp in #112
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #113
- chore(deps): bump github.com/hashicorp/packer-plugin-sdk from 0.5.1 to 0.5.2 by @nywilken in #118
New Contributors
- @rkoron007 made their first contribution in #116
- @remi-espie made their first contribution in #115
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
Exciting New Features 🎉
Doc improvements 📚
- Migration plugin docs to integration framework by @nywilken in #108
- Update integration docs by @nywilken in #110
Other Changes
- bump go 1.18 to 1.19 by @lbajolet-hashicorp in #106
- Bump github.com/hashicorp/packer-plugin-sdk from 0.4.0 to 0.5.1 by @dependabot in #107
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #109
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
Exciting New Features 🎉
Other Changes
- cleanup github workflows by @lbajolet-hashicorp in #103
New Contributors
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
Exciting New Features 🎉
Bug Fixes 🐛 🐞
Other Changes
- goreleaser: add missing target goos/goarch by @lbajolet-hashicorp in #68
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.0 to 0.3.1 by @dependabot in #71
- Update Plugin binary releases to match Packer by @nywilken in #75
- Fix CI by @lbajolet-hashicorp in #76
- [COMPLIANCE] Update MPL 2.0 LICENSE by @hashicorp-copywrite in #78
- docs: fix references to internal documentation by @lbajolet-hashicorp in #82
- go.mod: bump go version from 1.17 to 1.18 by @lbajolet-hashicorp in #85
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.1 to 0.4.0 by @dependabot in #95
- .gitignore: ignore .docs by @lbajolet-hashicorp in #88
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #92
New Contributors
- @lbajolet-hashicorp made their first contribution in #68
- @hashicorp-copywrite made their first contribution in #78
- @japicken made their first contribution in #64
Full Changelog: v1.0.4...v1.1.0
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
Other Changes
New Contributors
Full Changelog: v1.0.2...v1.0.3
v1.0.2
v1.0.1
What's Changed
Bug fixes🧑🔧 🐞
- Fix cd_content is ignored by @danielfdickinson in #33
Other Changes
New Contributors
- @danielfdickinson made their first contribution in #33
- @azr made their first contribution in #47
Full Changelog: v1.0.0...v1.0.1
v1.0.0
update to v1.0.0
v0.0.1
Clean up and add multi-component configuration