Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Releases: jetbrains-infra/packer-builder-vsphere

v2.3

05 Jan 04:48
Compare
Choose a tag to compare
  • Add iso_urls parameter to dynamically download ISO image from remote URL, and upload it into a datastore (#164). Can be mixed with iso_paths.
  • Fix floppy upload into DRS-enabled cluster (#202).

v2.2

25 Dec 22:34
Compare
Choose a tag to compare
  • Add cpu_cores parameter (#198)
  • Add video_ram parameter (#197)
  • Support preseeding by local HTTP server with http_directory, http_port_min,http_port_max, and http_ip parameters (#116). Beware of limitations.
  • Add notes parameter (#185)
  • Support -force command line flag (#186)
  • Support ssh_host parameter (#184)
  • Update dependencies to go 1.11, Packer 1.3.3, and govmomi 0.19

v2.1

06 Nov 21:34
Compare
Choose a tag to compare
  • New "firmware": "efi" parameter (#156)
  • CD-ROMs are connected via IDE by default. New parameter "cdrom_type": "sata" (#174)
  • CD-ROMs are ejected at the end of a build, devices are not removed (#173)
  • A default network is selected from a host (#180)

Bugfixes:

  • Uploaded floppy image is not deleted if build is canceled (#159)
  • Do not set boot_order by default (#172)
  • Deploying VM into a resource pool does not require permissions on host/DRS-cluster level.

v2.0.1

16 Oct 17:06
a3002d2
Compare
Choose a tag to compare

Fix default CPU limit (#163)

v2.0

23 May 00:15
8754ddc
Compare
Choose a tag to compare
Update Docs for v2.0 (#96)

v2.0-beta4

15 Mar 22:35
cb782c2
Compare
Choose a tag to compare
v2.0-beta4 Pre-release
Pre-release

New cluster parameter to support vSphere clusters.
Details in #61.

v2.0-beta3

04 Mar 23:10
92689b6
Compare
Choose a tag to compare
v2.0-beta3 Pre-release
Pre-release
macOS support (#54)

v2.0-beta2

18 Feb 02:34
Compare
Choose a tag to compare
v2.0-beta2 Pre-release
Pre-release

boot_command parameter. Details in #53.

v2.0-beta1

14 Feb 23:24
Compare
Choose a tag to compare
v2.0-beta1 Pre-release
Pre-release

vsphere-iso builder allows building Windows VMs from scratch.
See examples, and comment in #52.

v1.6

16 Jan 15:25
Compare
Choose a tag to compare
  • #46 "NestedHV": true option enables nested hardware-assisted virtualization.
  • #47 "communicator": none option can be used to clone and customize VM without powering it on and provisioning.