Skip to content

v1.42.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 10:16
· 23 commits to main since this release

Added

  • Storage admin capability: admins can now grant a non-admin account access to disk/RAID/
    LVM/partition management (a new "Storage admin" toggle on the user's account panel) without
    making them a full administrator. Revoking it takes effect on the account's very next request.

Security

  • Storage safety hardening: formatting a disk or wiping/deleting a partition now refuses if
    the device is a live RAID member or LVM physical volume, closing a path that could silently
    corrupt an array or volume group. Removing an LVM volume group now also refuses if any of its
    logical volumes are still mounted. Mount options are validated more strictly to prevent
    malformed /etc/fstab entries.