v0.6.0
Quick Start
Wellcome to the v0.6.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.6.0-linux-amd64.tar.gz
cd kuasar-v0.6.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.
What's Changed
- [vmm]: fix cargo test compilation warnings by @flyflypeng in #116
- clippy: truncate with sandbox.json file by @Burning1020 in #118
- sandbox: bugfix infinite loop in new_ttrpc_client() by @Burning1020 in #119
- add targets to .PHONY by @morningtzh in #114
- network: fix private sandbox netns by @Burning1020 in #120
- sandbox: Ignore not found error in sandbox deletion by @Burning1020 in #121
- network: fix private sandbox netns by @Burning1020 in #122
- cgroup: use default sandbox cgroup path by @Burning1020 in #124
- bugfix: residual sync clock thread by @Burning1020 in #123
- build(deps): bump rust-extensions to latest@5f2edcff in /vmm by @Burning1020 in #132
- build: add some commands and make build.sh independent by @Burning1020 in #133
- [bugfix]delete redundant 'make' by @morningtzh in #106
Full Changelog: v0.5.2...v0.6.0