Nydus Image Service v2.1.0-rc.1
·
1418 commits
to master
since this release
What's Changed
- storage: convert chunk info per as blob meta regardless of by @changweige in #629
- storage: fix range prefetch algorithm from panic and io hang by @changweige in #614
- rafs: try best to reduce memory overhead by @changweige in #640
- builder: fix rafs v5 dir size for reproducible build by @imeoer in #642
- Clean up code for v2.1 by @jiangliu in #644
- registry: avoid unnecessary memory allocation by @changweige in #646
- Adapt further to rafs v6 format test by @changweige in #645
- nydus-image: move set_v5_dir_size() to Node by @jiangliu in #647
- nydus-image: fix incorrect node offset in rafs v6 for hardlinks by @yixiaojie0x in #643
- nydus-image: ensure has_attr flag is set correctly by @jiangliu in #648
- README.md: add description about community meeting by @hsiangkao in #652
- nydusify: skip tls verification by @imeoer in #616
- builder: remove diff build feature by @imeoer in #649
- storage: reflect prefetch state from each blob cache object by @changweige in #650
- storage: simplify BlobCache::is_prefetch_active() by @jiangliu in #654
- nydus-test: replace frame bin skopeo to static version by @changweige in #657
- Get rid of BlobIoChunk::V5 by @changweige in #656
- nydus-test: delay for some time before verifying prefetch metrics by @changweige in #659
- nydus: prepare for releasing v2.1.0-rc1 by @jiangliu in #660
New Contributors
- @yixiaojie0x made their first contribution in #643
Full Changelog: v2.1.0-alpha.6...v2.1.0-rc.1