Skip to content

v0.32.0

Latest
Compare
Choose a tag to compare
@gCyrille gCyrille released this 20 Jun 10:17
4d4559b

What's Changed

Improve the disk lifecycle of a VM:

  • Disk size expansion no longer deletes and recreates the disk, but instead shuts down the VM for proper resizing of the disk.
  • Changing the storage repository will no longer delete the disk, but this is not supported (we are waiting for the 'disk migration' feature in the REST API).
  • Overall improvements to disk deletion and resizing, which should not result in errors if the VM is shut down or the disk detached.
  • This should fix #328 and #178 and #214

Commits

  • fix: disk resizing and unexpected disk deletion by @gCyrille in #357

Full Changelog: v0.31.3...v0.32.0