Skip to content

Releases: vmware/packer-plugin-vmware

v2.1.0

03 Mar 14:20
v2.1.0
8246401

Choose a tag to compare

Note

Release Date: 2026-03-03
Release Announcement: v2.1.0

Enhancements

🧹 Chores

Full Changelog: v2.0.0...v2.1.0

v2.0.0

23 Feb 14:24
v2.0.0
45368ef

Choose a tag to compare

Note

Release Date: 2026-02-23
Release Announcement: v2.0.0

Important

  • Support for VMware ESX has been removed. Please use the Packer Plugin for VMware vSphere.
  • Support for VMware Workstation Player has been removed. Please use VMware Workstation Pro.
  • The network_adapter_type must be provided based on the guest operating system and CPU architecture of the host operating system for the desktop hypervisor based on allowed network adapter types (vmxnet3, e1000e, and e1000). The default for e1000 has been removed.
  • If using the tools_upload_flavor configuration, you must also include tools_mode = upload.

⚠️ Breaking Changes

Enhancements

🐛 Bug Fixes

📄 Documentation

🧹 Chores

Read more

v1.2.0

05 Aug 08:25
77d54c4

Choose a tag to compare

Warning

What's Changed

Bug fixes🧑‍🔧 🐞

Other Changes

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

09 Aug 17:09

Choose a tag to compare

Important

  • The minimum virtual hardware version is now 13 instead of 9.
  • The default virtual hardware version 19 instead of 9.

Refer to Broadcom KB 315655

Warning

What's Changed

Exciting New Features 🎉

Bug fixes🧑‍🔧 🐞

Doc improvements 📚

Other Changes

Full Changelog: v1.0.11...v1.1.0

v1.0.11

17 Jan 19:21

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

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

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

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

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

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