v0.6.0
What's Changed
- chore: prepare v0.6.0 release (2da2542)
- feat(swarmctl): add SwarmKit control client (f3dfb12)
- feat(swarmkit): add parent-cgroup config for jailer VMs (ed45893)
- feat(jailer): add cgroup resource limits support (9f92dd0)
- chore: remove test file from main branch (af32e1f)
- fix(jailer): create socket directory and remove unsupported seccomp flag (c26ca15)
- fix(jailer): resolve cgroup version and chroot resource handling (d8732b7)
- fix(image): resolve podman/docker export container ID parsing (b487dd6)
- style: fix Go naming conventions and lint issues for Report Card A rating (848476c)
Full Changelog: v0.5.0...v0.6.0
🐧 Platform Support
Supported Platforms:
- ✅ Linux amd64 (x86_64)
- ✅ Linux arm64 (AArch64)
Requirements:
- KVM support (/dev/kvm)
- Linux kernel 4.14+
- Firecracker v1.14+
Note: macOS and Windows are not supported. SwarmCracker requires KVM virtualization which is Linux-only.