Skip to content

Releases: hashicorp/packer-plugin-hyperv

v1.1.3

28 Nov 17:44
Compare
Choose a tag to compare

What's Changed

Bug fixes🧑‍🔧 🐞

Doc improvements 📚

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

Full Changelog: v1.1.2...v1.1.3

v1.1.2

25 Sep 15:38
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Doc improvements 📚

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

22 Jun 22:12
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Other Changes

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

24 May 19:48
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Add support for disk_size in hyperv-vmcx builder (#63) by @japicken in #64

Bug Fixes 🐛 🐞

  • Fix Host IP detection on Windows 11, 22H2. by @machv in #87

Other Changes

New Contributors

Full Changelog: v1.0.4...v1.1.0

v1.0.4

10 Jun 13:56
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.3...v1.0.4

v1.0.3

25 May 15:11
aa5979d
Compare
Choose a tag to compare

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

27 Jan 19:22
Compare
Choose a tag to compare

What's Changed

Bug fixes🧑‍🔧 🐞

  • Update Get host IP address to use Get-NetIPAddress commandlet. by @machv in #41

Other Changes

  • goreleaser: auto-generate changelog file by @azr in #54

New Contributors

  • @machv made their first contribution in #41

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

v1.0.1

22 Dec 13:12
@azr azr
99d0754
Compare
Choose a tag to compare

What's Changed

Bug fixes🧑‍🔧 🐞

Other Changes

  • Validate plugin from the packer-sdc plugin-validate command by @azr in #47

New Contributors

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

v1.0.0

14 Jun 21:55
Compare
Choose a tag to compare
update to v1.0.0

v0.0.1

21 Apr 12:52
Compare
Choose a tag to compare
Clean up and add multi-component configuration