Skip to content

v0.5.0

Compare
Choose a tag to compare
@dmacvicar dmacvicar released this 10 Oct 20:40
· 548 commits to master since this release

0.5.0 (October 10, 2018)

HIGHLIGHTS:

libvirt Domain

  • cloud_init resource is obsolete and replaced with cloud_init_disk (#410)

    The resource does not allow individual fields anymore, and directly takes the user_data, network_config and meta_data fields, which you can provide directly or reading from a file, optionally using a template resource and the rendered function. See the updated documentation.

Volumes/Disk/Storage

  • Allow to set the size of a volume larger than its backing volume, which allows to resize the partition then using cloud-init, and not be limited by the backing image (#369 and #357). Example.