v0.7.0
Quick Start
Wellcome to the v0.7.0 release of Kuasar!
We're glad to say Kuasar is now a CNCF sandbox project!
To make a better user experience, excutable binaries(sandboxer, containerd) and their supported files(containerd config file and image/kernel of Cloud Hypervisor) are packed in the attached artifacts. If you got error in building Kuasar, come and find in this artifacts. Additionally, a source code package including vendor code is also provieded, allowing to build without network.
tar xzvf kuasar-v0.7.0-linux-amd64.tar.gz
cd kuasar-v0.7.0-linux-amd64
mkdir -p /var/lib/kuasar
cp kuasar.img vmlinux.bin config_clh.toml /var/lib/kuasar
Please use our config.toml by passing a flag -c config.toml
to contaienrd, the config.toml is the minimal config for running containerd with Kuasar.
Notable Updates
Support WasmEdge 0.13.5
wasm-sandboxer
featured wasmedge supports to run pod with WasmEdge 0.13.5. #139
New VMM Guest OS image from Fedora40
Now the guest os image of vmm sandboxes is upgradeed to Fedora40 since the CentOS7 is EOS since July 2024. #141
What's Changed
- refactor: refactor flag parser by @Burning1020 in #134
- wasm: bump wasmedge to 0.13.2 by @Burning1020 in #139
- Add license scan report and status by @fossabot in #136
- doc: update license scan badge by @Burning1020 in #140
- vmm: fix tmpfs bind dir empty by @morningtzh in #138
- building: update guest image to fedora:40 by @Burning1020 in #141
New Contributors
Full Changelog: v0.6.0...v0.7.0