Skip to content

Latest commit

 

History

History
97 lines (59 loc) · 5.13 KB

CHANGELOG.md

File metadata and controls

97 lines (59 loc) · 5.13 KB

0.3.1 (Jun 10, 2019)

BUG FIXES:

  • resource/ovirt_vm: Prevent reading VM failure in case of the original_template attribute is unavaliable (#140)

FEATURES:

  • New Data Source: ovirt_hosts (#138)

IMPROVEMENTS:

  • provider: Update to Terraform v0.12.1 (#141)

0.3.0 (May 29, 2019)

BACKWARDS INCOMPATIBILITIES / NOTES:

  • provider: This release contains only a Terraform SDK upgrade for compatibility with Terraform v0.12. The provider should remains backwards compatible with Terraform v0.11. This update should have no significant changes in behavior for the provider. Please report any unexpected behavior in new GitHub issues (Terraform oVirt Provider: https://github.com/imjoey/terraform-provider-ovirt/issues) (#133)

0.2.2 (May 27, 2019)

BUG FIXES:

  • resource/ovirt_vm: Prevent creating VM failure and mistaken state diffs due to memory attribute

0.2.1 (May 22, 2019)

FEATURES:

  • New Resource: ovirt_storage_domain (#92)
  • New Resource: ovirt_user (#98)
  • New Resource: ovirt_cluster (#103)
  • New Resource: ovirt_mac_pool (#107)
  • New Resource: ovirt_tag (#107)
  • New Resource: ovirt_host (#121)
  • New Data Source: ovirt_authzs (#97)
  • New Data Source: ovirt_users (#102)
  • New Data Source: ovirt_mac_pools (#109)
  • New Data Source: ovirt_vms (#118)

IMPROVEMENTS:

  • provider: Add header params support for connection settings (#72)
  • resource/ovirt_disk: Add quota_id attribute support (#80)
  • doc: Add webswebsite infrastructure and provider documantations (#81)
  • resource/ovirt_vnic: Add acceptance tests (#90)
  • resource/ovirt_network: Add acceptance tests (#91)
  • resource/ovirt_vm: Add clone support (#131)

0.2.0 (September 26, 2018)

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 and ovirt_disk data source defined in v0.1.0

0.1.0 (March 13, 2018)

BACKWARDS INCOMPATIBILITIES / NOTES:

  • Release by EMSL-MSC Orgnization, please see here for details.

FEATURES:

  • New Resource: ovirt_vm
  • New Resource: ovirt_disk
  • New Data Source: ovirt_disk