Skip to content

19.11.1

Compare
Choose a tag to compare
@mwhudson mwhudson released this 11 Nov 23:55
19.11.1
330bbeb

New feature in this release:

  • Information about errors is gathered into a crash report which can be used with apport-cli to report a bug with useful information attached

Fixes in this release:

  • Improve the size calculation for RAID devices, fixing the problem where sometimes subiquity would try to create partitions that would not fit (LP: #1816777, LP: #1784124)
  • Monitor udev block subsystem events and reprobe block devices when a change is detected. (LP: #1847074)
  • Add post-refresh hook to restart subiquity on the serial line on snap refresh (LP: #1848182)
  • Do not display the WWN for a multipath capable device that is not actually multipathed (LP: #1848533)
  • Bundle new version of curtin, fixing two issues:
    • Do not crash when presented with an unknown partition table types (LP: 1848535)
    • More robust location of block devices (especially NVMe) by serial (LP: #1849322)
  • Bundle new version of probert, fixing two issues:
    • Ensure that downing and upping a network interface generates appropriate route DEL / NEW events
    • Fix calculation of size of block devices where the logical block size is not 512 bytes