Skip to content

v0.24.0

Latest

Choose a tag to compare

@bfjelds bfjelds released this 18 Jun 18:06
ab7840b

Full version: 0.24.0-2026061702.vab7840b

New Features

Native Rust osmodifier

The osmodifier module has been completely rewritten from a Go binary to a native Rust crate, improving performance, reliability, and maintainability. Includes atomic writes for module configs, input validation for hostname and overlay settings, improved grub.cfg submenu parsing, and SELinux policy support. (#638)

Improved support for Azure Container Linux

Added support for handling repeated customizations of a single base image by using known consistent partitions UUIDs, verified through verity. Improved ESP (EFI System Partition) space management for ACL COSI configurations. (#673)

Changes

  • Various CVE updates (#670)

Bug Fixes

  • Version-pin all intra-package RPM dependencies (#683)
  • Place addon dir before base UKI on ESP (#671)
  • Correct kebab-case serialization of acronym error codes (#666)

Links