Skip to content

Releases: hashicorp/packer-plugin-vmware

v1.0.2

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

v1.0.1

18 Aug 12:40
@azr azr
048e31a
Compare
Choose a tag to compare
Fix handling of temporary cdrom devices (#31)

* Track  cdrom in temporaryDevices for step_clean_vmx

There was a previous attempt to do this in step_configure_vmx,
but that only covers vmware-iso (missing potential cases when using
cd_files/cd_content in vmware-vmx) and it had the wrong device name
(would mark <type>0:<primary> as temporary when the device name used
for cd_path is actually <type>1:<primary>

* Fix overwriting an existing cdrom device

ParseVMX/EncodeVMX force the keys to lowercase, so inserting with a
mixed-case key fails to replace existing values, resulting in duplicate
lines and vmware potentially still using the previous filename

* Generalize SkipFloppy to SkipDevices

It's not just floppies, it doesn't make sense to create any new
temporaryDevices in between StepCleanFiles and StepCleanVMX.

v1.0.0

15 Jun 10:21
9c5b880
Compare
Choose a tag to compare
  • New Feature: Create an initial snapshot of VM after clean-up [GH-21]
  • Enable hpet by default [GH-3]

v0.0.1

19 Apr 10:29
Compare
Choose a tag to compare
  • VMware Plugin break out from Packer core. Changes prior to break out can be found in Packer's CHANGELOG.