• v0.3.5 cdae78d770

    v0.3.5
    Some checks failed
    Lint / lint-linux (push) Failing after 9s
    Build Linux / build-linux (linux-amd64, false, x86_64-unknown-linux-musl) (push) Failing after 1m2s
    Tests with Services / test-linux (push) Has been cancelled
    Build Linux / build-linux (linux-arm64, true, aarch64-unknown-linux-gnu) (push) Failing after 5m25s
    Build macOS / build-macos (push) Has been cancelled
    Stable

    despiegk released this 2026-02-27 10:31:48 +00:00 | 23 commits to development since this release

    What's New

    New Modules

    • Kernel Builder (crates/os/src/kernel/): Linux kernel source management, building, and packaging with Rhai bindings
    • RootFS Builder (crates/os/src/rootfs/): Root filesystem building for Alpine and Ubuntu with Rhai bindings
    • Podman (crates/virt/src/podman/): Podman container management with builder pattern and Rhai bindings

    Fixes

    • Hetzner API: detect installation success when server reboots out of rescue mode
    • Git URL test assertions fixed to match clone_url() output
    • CI: added podman validation check in Rhai test runner

    Housekeeping

    • Consolidated all development branches into single integration
    • Cleaned up old branch references
    • All 438 unit tests passing
    Downloads