Skip to content

Releases: hashicorp/packer-plugin-vmware

v1.0.11

17 Jan 19:21
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1.0.10...v1.0.11

v1.0.10

25 Sep 15:47
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • feat: Add SSHKeyGen Step from SDK by @LIV2 in #96

Bug fixes🧑‍🔧 🐞

  • fix: configuration of additional disks by @LIV2 in #95

Other Changes

  • [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #153

New Contributors

  • @LIV2 made their first contribution in #96

Full Changelog: v1.0.9...v1.0.10

v1.0.9

24 Aug 21:01
Compare
Choose a tag to compare

What's Changed

Bug fixes🧑‍🔧 🐞

Doc improvements 📚

  • Combines the example preseed/late_command and updates example iso url to stable 11.7 endpoint by @jburns24 in #141
  • Migration plugin docs to integration framework by @nywilken in #151

Other Changes

New Contributors

Full Changelog: v1.0.8...v1.0.9

v1.0.8

18 Apr 21:18
Compare
Choose a tag to compare

What's Changed

Bug fixes🧑‍🔧 🐞

  • Ensure the contents of floppy_content gets added to the configured floppy device by @tenthirtyam in #80
  • fix: vmware tools iso path for Fusion 13 by @Stromweld in #112

Doc improvements 📚

Other Changes

New Contributors

Full Changelog: v1.0.7...v1.0.8

v1.0.7

10 Jun 13:50
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.6...v1.0.7

v1.0.6

25 May 14:36
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

  • goreleaser: auto-generate changelog file by @azr in #63
  • Update release signing configuration by @nywilken in #67

Full Changelog: v1.0.4...v1.0.6

v1.0.5

22 Dec 11:09
@azr azr
50602c0
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Makes builder to respect ssh_proxy_* configuration by @sparshev in #62

Bug fixes🧑‍🔧 🐞

  • Restore cleanup of temporary vmware-iso device for iso_path by @puetzk in #42

Doc improvements 📚

Other Changes

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

New Contributors

Full Changelog: v1.0.3...v1.0.5

v1.0.4

22 Dec 10:57
@azr azr
50602c0
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Restore cleanup of temporary vmware-iso device for iso_path by @puetzk in #42
  • Validate plugin from the packer-sdc plugin-validate command by @azr in #50
  • Add Packer configuration context by @tenthirtyam in #53
  • Makes builder to respect ssh_proxy_* configuration by @sparshev in #62

New Contributors

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

v1.0.3

02 Sep 08:56
@azr azr
Compare
Choose a tag to compare
remove dep to packer core

v1.0.2

01 Sep 15:00
@azr azr
Compare
Choose a tag to compare
go mod tidy -go=1.17 && go fmt ./...