-
v0.3.14
StableSome checks failedLint / lint-linux (push) Failing after 26sBuild Linux / build-linux (linux-amd64, false, x86_64-unknown-linux-musl) (push) Failing after 47sBuild Linux / build-linux (linux-arm64, true, aarch64-unknown-linux-gnu) (push) Failing after 6m49sTests with Services / test-linux (push) Failing after 8m15sBuild macOS / build-macos (push) Has been cancelledreleased this
2026-02-27 10:37:01 +00:00 | 21 commits to development since this releaseRelease v0.3.14 — Cargo version and git tag now aligned.
See v0.3.5 release notes for full changelog of integrated features.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.3.5
StableSome checks failedLint / lint-linux (push) Failing after 9sBuild Linux / build-linux (linux-amd64, false, x86_64-unknown-linux-musl) (push) Failing after 1m2sTests with Services / test-linux (push) Has been cancelledBuild Linux / build-linux (linux-arm64, true, aarch64-unknown-linux-gnu) (push) Failing after 5m25sBuild macOS / build-macos (push) Has been cancelledreleased this
2026-02-27 10:31:48 +00:00 | 23 commits to development since this releaseWhat'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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Kernel Builder (