Skip to content

Releases: vatesfr/terraform-provider-xenorchestra

v0.19.0

30 Apr 06:24
fdc5224
Compare
Choose a tag to compare

Features:

  • Allow vm resource to update cpu and memory for a VM. With the ability to do it without stopping the VM when possible (#144). See the vm resource documentation for more details
  • Add hosts data source (#142)
    Bug fixes:
  • Update all data sources to return an error if the infrastructure is not found (#141)

v0.18.0

30 Apr 06:17
0d721c6
Compare
Choose a tag to compare

Features:

  • Add support for terraformer (#96)

v0.17.1-rc2

12 Mar 06:09
Compare
Choose a tag to compare

Changes:

  • The release binaries are now built through Github actions

v0.17.0

12 Mar 06:24
70b9033
Compare
Choose a tag to compare

Changes:

  • Build the provider's release binaries with Github actions

v0.16.1

11 Mar 05:26
ca3043c
Compare
Choose a tag to compare

Bug fix:

  • Ensure create, update and delete resource timeouts work for the vm resource (#135)

v0.16.0

03 Mar 07:45
Compare
Choose a tag to compare

Features:

  • Add VDI data source (#127)
  • Add support for creating VMs with diskless templates with an ISO
    (#128)

Breaking changes:

  • 386 and ARM6 binaries are no longer created as part of the release
    process (#130)

v0.15.0

17 Feb 03:06
6d0b85c
Compare
Choose a tag to compare

Features:

  • Added ipv4_addresses and ipv6_addresses attributes to the vm resource (more details on the documentation on registry.terraform.io) - Addresses #49 and #112
  • Added host data source #120

v0.14.0

01 Feb 08:11
c9e0089
Compare
Choose a tag to compare
  • Added cloud config data source (#113)

v0.13.1

01 Feb 08:09
924a196
Compare
Choose a tag to compare

Bug fixes:

  • Fixed an issue where a properly formatted mac address would cause vm creation or VIF updates to fail (#114)

v0.13.0

27 Jan 05:18
67c6117
Compare
Choose a tag to compare
  • Added support for tags on the vm resource (#107)
  • Added support for host_affinity attribute on vm resource (#110)