Releases: Parallels/packer-plugin-parallels
Releases · Parallels/packer-plugin-parallels
v1.0.4
What's Changed
Other Changes
- goreleaser: add missing target goos/goarch by @lbajolet-hashicorp in #45
- Bump github.com/hashicorp/hcl/v2 from 2.12.0 to 2.13.0 by @dependabot in #46
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.0 to 0.3.1 by @dependabot in #48
- Update Plugin binary releases to match Packer by @nywilken in #54
- builder: remove unnecessary fmt.Sprintf by @lbajolet-hashicorp in #55
- [COMPLIANCE] Update MPL 2.0 LICENSE by @hashicorp-copywrite in #57
- docs: fix references to internal documentation by @lbajolet-hashicorp in #60
- go.mod: bump go version from 1.17 to 1.18 by @lbajolet-hashicorp in #64
- .gitignore: ignore .docs by @lbajolet-hashicorp in #65
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.1 to 0.4.0 by @dependabot in #72
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #69
- .gitignore: ignore crash.log by @lbajolet-hashicorp in #76
- cleanup github workflows by @lbajolet-hashicorp in #78
New Contributors
- @lbajolet-hashicorp made their first contribution in #45
- @hashicorp-copywrite made their first contribution in #57
Full Changelog: v1.0.3...v1.0.4
v1.0.3
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.2...v1.0.3
v1.0.2
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
Breaking Changes 🛠
Doc improvements 📚
- Add missing parallels_tools_flavor options by @gadelkareem in #33
Other Changes
- Validate plugin from the packer-sdc plugin-validate command by @azr in #25
- goreleaser: auto-generate changelog file by @azr in #32
- Update release signing configuration by @nywilken in #34
New Contributors
- @azr made their first contribution in #25
- @nywilken made their first contribution in #34
- @gadelkareem made their first contribution in #33
- @yoonjs2 made their first contribution in #35
Full Changelog: v1.0.0...v1.0.1
v1.0.0
cut v1.0.0 release
v0.0.1
add boot-command.mdx partial content