v0.3.2
What's Changed
- Fix silent initialization failures by @DorianZheng in #15
- refactor: extract hardcoded constants to centralized modules by @stormltf in #17
- Implement shared filesystem layout and code refinements by @DorianZheng in #16
- refactor: add FsLayoutConfig for bind mount configuration by @DorianZheng in #18
- refactor: implement dual bind mount strategy (native + FUSE) by @DorianZheng in #19
- refactor: rename InitRootfs to GuestRootfs for clarity by @DorianZheng in #20
- fix: add missing SHARED virtiofs in DiskImage mode by @DorianZheng in #21
- refactor: extract disk module from volumes by @DorianZheng in #22
- feat(volumes): add GuestVolumeManager and ContainerVolumeManager by @DorianZheng in #24
- refactor: rename init stages for clarity by @DorianZheng in #25
- feat(volumes): implement convention-based paths with container_id by @DorianZheng in #26
- refactor(layout): improve mount isolation validation and API by @DorianZheng in #27
- refactor(examples): remove hardcoded paths from example scripts by @DorianZheng in #28
- chore: bump version to 0.3.2 by @DorianZheng in #29
New Contributors
Full Changelog: v0.3.0...v0.3.2