Skip to content

Releases: DonBower/terraform-vsphere-ubuntu

v1.4.1 Static IP should persist reboot

22 Oct 20:21
52b9c13
Compare
Choose a tag to compare

🐛 BugFix:

  • Fix static IP to persist over reboots
  • Add Ansible to post provision

💦 Chore:

  • Bump actions/checkout from 4.0.0 to 4.1.1

v1.4.0

09 Oct 19:31
bb7c060
Compare
Choose a tag to compare

Allow for Static IP, Additional Outputs:

  • thisFQDN
  • thisMAC
  • thisTemplateName

v1.3.0 Override Disk Size

08 Oct 16:09
48a9805
Compare
Choose a tag to compare

This release allows the user to specify a disk size as vmDiskSize which until now was ignored.
The VM will be created with a disk size that is the greater of the value of vmDiskSize or the disk size of the image.

v1.2.2 Annotation correction

08 Oct 05:15
5e0e4f9
Compare
Choose a tag to compare
fix built on annotation (#13)

v1.2.1 - use template disk config first

07 Oct 18:55
b5f3657
Compare
Choose a tag to compare
use template disk config (#11)

* use template disk config

* terraform fmt

* add time

v1.2.0 - Add Additional Optional Disks

01 Oct 14:38
8b4c527
Compare
Choose a tag to compare
Enable extra disks (#10)

* add dynamic disk blocks

* update template used

* update changelog

* fix feature

* move bdd github action out of play

* BDD Scenario name

* use semantic versioning

* fix lint errors

* new format

* line too long

v1.1.1 Fix null resource pool assignment

13 Sep 04:14
Compare
Choose a tag to compare
  • Correct the Resource Pool Assignement when null
  • Add Custom Attributes 'Role' and 'Template' (Role is a new variable)
  • Add Manual BDD Testing.

v1.1.0

09 Sep 16:26
7b5328e
Compare
Choose a tag to compare

Fix Resource Allocation
This version fixes a bug where the provided resource was not ignored.
We also added two new outputs - thisResourcePoolId and thisDatastore
Finally some additional tweaks to the CHANGELOG.md file to better reflect the emojis and corrected some internal variable names.

See the CHANGELOG.md file for details.

v1.0.0 Bring your own provider

08 Sep 00:02
df0896e
Compare
Choose a tag to compare

This version requires you to bring your own provider so that it can be used recursively (i.e. in for_each)

v0.1.0 Initial Release

18 Aug 16:49
c84d316
Compare
Choose a tag to compare

Builds a VM created by Packer