What's Changed
This release is mostly about fixes for the SSH transport, which was released with many bugs in v0.8.0
- Do not panic on invalid SSH key by @scabala in #1103
- Sshconfig missing bugfix - addresses issue #1105 by @memetb in #1109
- allow for multiple default identity key files by @memetb in #1112
Experimental LVM storage pool support
There is a new experimental feature, support for LVM storage pools. I don't use myself this type of pools, so I put together all the contributions and made the code ready for release mostly based on integration tests. Try it and give feedback.
New Contributors
Full Changelog: v0.8.0...v0.8.1