v4.2.0
Added:
- support SCSI bus support for OpenStack
- add k3s channel variable
- allow using ephemeral data disk instead of cinder volume
Upgrade notes:
Since the Cinder data volume is optional now the existing Terraform resource needs to be moved to a resource array:
terraform state mv "module.cluster_master1.openstack_blockstorage_volume_v3.data" "module.cluster_master1.openstack_blockstorage_volume_v3.data[0]"