Releases: oVirt/terraform-provider-ovirt
Releases · oVirt/terraform-provider-ovirt
v2.0.0-alpha2
What's Changed
- Fixes #362: Serial console support by @janosdebugs in #398
- Moved module to /v2 to conform with the Go module specification by @janosdebugs in #402
Full Changelog: v2.0.0-alpha1...v2.0.0-alpha2
v2.0.0-alpha1
This is the first alpha release of the new Terraform provider.
v0.99.0
Dear community,
We are in the process of catching up on open pull requests. In order to make that happen we are now tagging the version before merging PR's as 0.99.
After this release we will be switching to a versioning system that aligns with the oVirt release it supports. If you have any questions please feel free to raise them as a GitHub issue.
v0.2.0
BACKWARDS INCOMPATIBILITIES / NOTES:
- provider: All the new or existing resources and data sources have been refactored with the oVirt Go SDK to access the oVirt engine API
FEATURES:
- New Resource:
ovirt_disk_attachment
(#1) - New Resource:
ovirt_datacenter
(#3) - New Resource:
ovirt_network
(#6) - New Resource:
ovirt_vnic_profile
(#41) - New Resource:
ovirt_vnic
(#56) - New Data Source:
ovirt_datacenters
(#4) - New Data Source:
ovirt_networks
(#13) - New Data Source:
ovirt_clusters
(#26) - New Data Source:
ovirt_storagedomains
(#27) - New Data Source:
ovirt_vnic_profiles
(#51)
IMPROVEMENTS:
- provider: Add GNU make integration: (#15)
- provider: Add acceptance tests for provider (#8)
- provider: Add acceptance tests for all the resources and data sources
- provider: Add travis CI support (#47)
- provider: Add missing attributes and processing logic for the existing
ovirt_vm
,ovirt_disk
resources andovirt_disk
data source defined in v0.1.0