- Update dependencies for security fixes
- error handling at mount: umount/cleanup if mount fails
- luks encryption support
- fix (retry) mount error "mkdir - file exists"
- fix did not umount when volume is broken
- fix label too long errors at mkfs
- Configurable timeouts and delays: timeoutVolumeState, timeoutDeviceWait, delayVolumeState, delayDeviceWait
- Improve config / command line parameters
- BREAKING: now creates a directory at the root of the volumes - eases giving specific access rights to a volume, and makes it compatible with rexray volumes. Use
"volumeSubDir": ""
in config for previous behaviour.
- Support for "type" volume option (defaults to "classic")
- Config file can set default volume size and default volume type
- Switched from virtio to qemu, for OVH compatibility
- configurable filesystem for new volumes