Download Latest Version v0.1.9 source code.tar.gz (1.6 MB)
Email in envelope

Get an email when there's a new version of Status

Home / v0.1.6
Name Modified Size InfoDownloads / 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
  • ContainerRuntime enum (Runc / Kata) with serde and Display support
  • detect_kata_runtime(): Auto-detect Kata availability via docker info, cached with OnceLock
  • inject_runtime_into_compose(): Inject runtime: io.containerd.kata.v2 per-service in compose YAML
  • Runtime field on DeployAppCommand and DeployWithConfigsCommand
  • Graceful fallback: If Kata is requested but unavailable, deploys with runc + warning
  • Capabilities endpoint reports kata feature when runtime is detected

Improvements

  • Async file operations in deploy handler (tokio::fs::try_exists instead of blocking Path::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

New Contributors

Full Changelog: https://github.com/trydirect/status/compare/v0.1.4...v0.1.6

Source: README.md, updated 2026-04-08