Skip to content

Releases: Parallels/packer-plugin-parallels

v1.0.4

20 Jun 17:08
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

10 Jun 14:31
Compare
Choose a tag to compare

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

25 May 15:00
Compare
Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2

v1.0.1

30 Mar 11:12
@azr azr
319e74d
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • Change python 2.7 to python 3 due to removal of python 2.7 in macOS 12.3 by @yoonjs2 in #35

Doc improvements 📚

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

Full Changelog: v1.0.0...v1.0.1

v1.0.0

15 Jun 02:07
Compare
Choose a tag to compare
cut v1.0.0 release

v0.0.1

20 Apr 14:03
Compare
Choose a tag to compare
add boot-command.mdx partial content