Skip to content

Releases: dmacvicar/terraform-provider-libvirt

v0.4.2

03 Aug 21:44

Choose a tag to compare

0.4.2 (August 3, 2018)

HIGHLIGHTS:

  • Fix crashes when using network devices not associated with a
    network name (regression introduced in 0.4)

v0.4.1

28 Jul 09:32

Choose a tag to compare

  • Fix broken ip address detection bug that was introduced in 0.4
  • Add support for importing domain, network, volumes (#336)

v0.4

25 Jul 17:58

Choose a tag to compare

  • Support for multiple provider instances (ie: hypervisors) with different URIs
  • Support for keyword-less and nested equal signs in kernel parameters
  • Adds the running attribute when creating a domain
  • Fix a bug with UEFI/OVMF booting on remote hypervisors
  • Update the project dependencies to more recent versions
  • The project now provides builds
  • The project now has a gitter.im channel
  • Integration tests are fixed and working again