v0.5.0
What's Changed
- fix(test): resolve lint warnings and update translator tests (63e37ac)
- Update infrastructure for new libvirt session (0837960)
- Reorganize documentation structure (6b0b31f)
- Fix cluster address migration and VM boot issues (910b47b)
- fix: Resolve Firecracker/Jailer binary paths using exec.LookPath (d1689c1)
- test: Fix failing jailer unit tests (9efbd35)
- feat: Add Firecracker Jailer integration for production security (e09cb0e)
- docs: use static HTML with Tailwind CDN - no build required (b70c0af)
- docs: restore Tailwind CSS for landing page (c7a9a59)
- ci: fix workflow concurrency to prevent blocking Pages deployment (1ad5922)
- ci: add path filters to prevent unnecessary CI runs (2ec42e5)
- docs: simplify React app - remove Tailwind CSS dependency (4d0e90c)
- ci: fix pages workflow to deploy built dist/ folder (d8df84c)
- docs: restore React + Vite landing page (b668dfc)
- docs: revert to static HTML for reliable GitHub Pages deployment (9e753ad)
- ci: fix pages workflow to use npm install instead of npm ci (217789c)
- docs: rebuild landing page with React + Vite (e1dbb2d)
- docs: fix container structure in installation section (58850c9)
- docs: fix code block formatting in installation section (17b2b76)
- docs: improve code highlighting in installation section (2c4ca5d)
- docs: add install.sh to custom domain for shorter URL (d2dc97c)
- docs: update Open Graph meta to use custom domain (0bac3d9)
- docs: add custom domain CNAME for swarmcracker.restuhaqza.dev (a081a49)
- Create CNAME (f7fc9b1)
- Delete CNAME (0d327b5)
- Create CNAME (18a18f6)
- docs: add landing page deployment summary (afcdbb3)
- docs: add landing page with GitHub Pages deployment (d2f4b4b)
- docs: add cluster initialization test guide (ce62ee1)
Full Changelog: v0.4.0...v0.5.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.