| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| status-linux-x86_64-musl | 2026-04-08 | 18.1 MB | |
| status-linux-x86_64-musl.sha256 | 2026-04-08 | 91 Bytes | |
| README.md | 2026-04-08 | 1.9 kB | |
| v0.1.6 source code.tar.gz | 2026-04-08 | 1.5 MB | |
| v0.1.6 source code.zip | 2026-04-08 | 1.5 MB | |
| Totals: 5 Items | 21.1 MB | 1 | |
v0.1.6 — Kata Containers Runtime Support
New Features
- Kata Containers runtime support: Deploy containers with hardware-level isolation via lightweight microVMs
ContainerRuntimeenum (Runc/Kata) with serde and Display supportdetect_kata_runtime(): Auto-detect Kata availability viadocker info, cached withOnceLockinject_runtime_into_compose(): Injectruntime: io.containerd.kata.v2per-service in compose YAML- Runtime field on
DeployAppCommandandDeployWithConfigsCommand - Graceful fallback: If Kata is requested but unavailable, deploys with runc + warning
- Capabilities endpoint reports
katafeature when runtime is detected
Improvements
- Async file operations in deploy handler (
tokio::fs::try_existsinstead of blockingPath::exists) - Improved error logging in
unlink_handler - 14 new tests for Kata runtime functionality
Full Changelog
https://github.com/trydirect/status/compare/v0.1.5...v0.1.6
What's Changed
- Improved readme by @vsilent in https://github.com/trydirect/status/pull/70
- Bump time from 0.3.44 to 0.3.47 by @dependabot[bot] in https://github.com/trydirect/status/pull/56
- Bump quinn-proto from 0.11.13 to 0.11.14 by @dependabot[bot] in https://github.com/trydirect/status/pull/61
- Fix env var state leakage in tests via Drop-based EnvGuard by @Copilot in https://github.com/trydirect/status/pull/80
- Copilot/analyze test coverage by @vsilent in https://github.com/trydirect/status/pull/79
- Remove hardcoded urls by @vsilent in https://github.com/trydirect/status/pull/82
- Support kata container runtime by @vsilent in https://github.com/trydirect/status/pull/84
New Contributors
- @Copilot made their first contribution in https://github.com/trydirect/status/pull/80
Full Changelog: https://github.com/trydirect/status/compare/v0.1.4...v0.1.6