github dmacvicar/terraform-provider-libvirt v0.4.4

latest releases: v0.7.6, v0.7.5, v0.7.4...
5 years ago

0.4.4 (September 16, 2018)

HIGHLIGHTS:

libvirt Domain

  • TF_USE_QEMU_AGENT variable is deprecated and replaced by a domain property qemu_agent.
    Because variables can be interpolated into properties, and variables can be passed via environment variables, the old behavior can be emulated.

Volumes/Disk/Storage

  • Automatic disk driver selection based on volume format and automatic volume format detection(676b5a3)

Networking

  • dhcp paramater is an optional parameter now, disabled by default. (#385)
  • DNS forwarders were reworked. localonly option was added to libvirt-network (7651ee5)
  • A datasource called libvirt_network_dns_hosts_template can be used to populate the dns_host attribute in libvirt_network resources. (a4d0ba6)

General improvements

  • Acceptance tests are now idempotent (no dependency between resource of various tests), which avoids cascade failures. (several PRs and commits)
  • Project dependencies were updated ( 1347e7c)
  • The error message when uploading a volume fails was improved (1aec44e)

Bugs

  • netIface["bridge"] now uses the correct value (2e93c78)

Don't miss a new terraform-provider-libvirt release

NewReleases is sending notifications on new releases.