Changelog
- Add support for CRI V1 API for Kubernetes 1.26+ compatibility (#843)
- Add TOC validation on first read (#813)
- Add support for file xattrs (#853)
- Add FUSE trace logs when running the snapshotter with
--log-level trace
(#864) - Add example soci-snapshotter-grpc TOML file (#871)
- Add support for re-authentication on 403 Forbidden (#945)
- Add pretty-print to soci index info (#941)
- Refactor HTTP client for better performance and K8s/CRI credential support (#977)
- Fix broken snapshotter state on daemon SIGINT (#881)
- Fix
soci index info
erroring when using containerd content store (#986) - Fix
--address
flag to allow paths starting withunix://
(#934) - Fix containerd socket address when using containerd as content store (#987)
- Fix bug where loading a layer without a zTOC might fetch all subsequent layers (#1025)
- Fix bug where reading files failed if filename contained
./
prefixes in TAR (#964) - Fix potential race condition in nodes (#833)
- Fix bug where zTOC was held in memory for longer than necessary (#975)
- Remove
soci run
andsoci image rpull
from CLI (#912, #998) - Remove HTTP query values from logs (#930)
- Remove test dependency on docker-compose (#993)
Full Changelog: v0.4.1...v0.5.0