Releases: vatesfr/terraform-provider-xenorchestra
Releases · vatesfr/terraform-provider-xenorchestra
v0.19.0
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
Features:
- Add support for terraformer (#96)
v0.17.1-rc2
Changes:
- The release binaries are now built through Github actions
v0.17.0
Changes:
- Build the provider's release binaries with Github actions
v0.16.1
Bug fix:
- Ensure create, update and delete resource timeouts work for the vm resource (#135)
v0.16.0
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
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
- Added cloud config data source (#113)
v0.13.1
Bug fixes:
- Fixed an issue where a properly formatted mac address would cause vm creation or VIF updates to fail (#114)
v0.13.0
- Added support for tags on the vm resource (#107)
- Added support for host_affinity attribute on vm resource (#110)