Releases: yuchen0cc/overlaybd
Releases · yuchen0cc/overlaybd
Development Build
Commits
- 25e47ef: Introduce tarerofs for TurboOCI-apply (Hongzhen Luo) #320
- 232febb: Fix EROFS support of TurboOCI-apply (zhuangbowei.zbw) #321
- d5778dc: Basic auth (Ben Iofel) #323
- 3e6cfea: update photon to v0.6.16 (liulanzheng) #324
- 00cd32c: [CI/CD] add 'release number' and 'pre-release' version (Yifan Yuan) #325
v1.0.8
Bug Fixes
Builds
Chores
Commits
- 65f005a: support lsmt seal and commit sealed (Haoqi Miao) #204
- dcd9a41: fix release (Bin Du) #205
- 77aab10: Implement commit() in LSMTReadOnlyFile (Haoqi Miao) #207
- 0970db3: fix certificate error when wget cmake (yuchen.cc) #210
- f807f31: fix race condition in bk_download verify; (yuchen.cc) #211
- 048a86a: add mkfs for extfs and overlaybd-apply/create (liulanzheng) #213
- b5b7b30: add initial docs for github pages (liulanzheng) #214
- wait verify finish #215 (yuchen.cc)
- e4b58e9: [Feat] LSMTSparseFile support close_seal() (Yifan Yuan) #217
- 4cb2ae7: fix zfile jump table load (liulanzheng) #218
- 799d835: update photon to v0.6.1 (liulanzheng) #218
- b99e87f: add sha256 verify for input file in overlaybd-apply (liulanzheng) #219
- a8fe26d: fix all sign-compare warnings (liulanzheng) #221
- dfd0d15: add bk_download bs config, audit; fix some warning (yuchen.cc) #222
- update libe2fs #224 (zhuangbowei.zbw)
- 22ecca1: Add '--verify' flag in overlaybd-zfile (Yifan Yuan) #225
- 47c6df4: fix bug in overlaybd-commit for fastoci (Haoqi Miao) #228
- bf6c41d: Add error status in ZFile::BlockReader (Yifan Yuan) #230
- a19cb11: always try evict after loading jump table failed (liulanzheng) #232
- fc255f3: some minor fixes and improvements for tools (liulanzheng) #232
- git tag sort by version #233 (yuchen.cc)
- fix iterator check #234 (liulanzheng)
- 71bb546: fix double free & enhence p2p failover (Haoqi Miao) #235
- 1d71231: Add format spec. for LSMT/ZFile (Yifan Yuan) #236
- 9ae29f4: ensure overlaybd-apply exit normally (lanzheng.liulz) #237
- 7fd3f39: update photon (lanzheng.liulz) #238
- 7d883b5: fix sure file timeout, sync with tcmu timeout (liulanzheng) #240
- e384adf: [FIX] zfile validation check should skip tar header (Yifan Yuan) #242
- acee824: update doc for spec (liulanzheng) #243
- 82237c2: minor fix for spec doc format (liulanzheng) #244
- 0b25677: Update format_spec.md (Yifan Yuan) #245
- bf6c65e: Update format_spec.md (Yifan Yuan)
- dc41618: Update format_spec.md (Yifan Yuan)
- daae82f: fix containerd#246 (Yifan Yuan) #247
- 45d9605: [Feat] A stand-alone tool of fastoci: (Yifan Yuan) #251
- a955159: Rename 'FastOCI' as 'OverlayBD - Turbo OCIv1' (Yifan Yuan) #252
- b1f675f: enhance tar/zfile checking (yuchen.cc) #253
- 712b0ea: refactor io sure (liulanzheng) #254
- 0d835b1: refactor some logs (yuchen.cc) #257
- ad2a737: fix bug in retry open zfile (yuchen.cc) #258
- 8c7b2e7: Fix bugs in zfile evict and build jump table. (yuchen.cc) #259
- ef7ef4e: [bugfix] duplicate bearer (zhuangbowei.zbw) #260
- c69b0d3: [bugfix] enhance bound check on building jumptable (Yifan Yuan) #263
- 7315c31: save digest of zfile's header/trailer and index (Yifan Yuan) #262
- a13e132: print digest and index checksum in ZFile log (Yifan Yuan) #267
- 8e4726c: [bugfix] turboOCI commit with uuid (zhuangbowei.zbw) #269
- 1c2299c: build overlaybd using static compiled libcurl 7.42.1 (鸣舟) #270
- 6e105e3: fix workflow release dependencies (鸣舟) #271
- be948fa: fix segfault in open lower (liulanzheng) #272
- 7f5594d: build static openssl when building static libcurl (Coldwings) #275
- 06e164d: update photon version (liulanzheng) #276
- faa421c: update regitsryfs v2 and use v2 as default (lanzheng.liulz) #277
- 870faa1: multi-processor zfile builder (Lanzheng Liu) #278
- 9046a36: fix the metrics exporter (Coldwings) #282
- 937ef47: fix mkfs by marking inode 1 (Lanzheng Liu) #283
- 9a49a3c: support create raw image, extfs test use make_extfs (yuchen.cc) #284
- aefdee9: Add support for vsize = 0 to overlaybd-create (Lanzheng Liu) #286
- enhanced error handling #287 (liulanzheng)
- 930a1f3: update vsize when lsmt stack files if needed (Lanzheng Liu) #288
- 4ab4465: add retry for zfile decompress and fix (liulanzheng) #289
- 31cb7ac: fix compatible of BUILD_CURL_FROM_SOURCE (yuchen.cc) #290
- 1a3b35f: fix sign-compares and lz4 include (liulanzheng) #291
- 2a65d8d: new cache implementation (Lanzheng Liu) #292
- 6e54f16: update photon to v0.6.12 (liulanzheng) #293
- 09f4b73: update photon to v0.6.13 (liulanzheng) #295
- 8173faf: [bugfix] registry v2 segfault (zhuangbowei.zbw) #296
- 69f9d1d: [bugfix] fix gzip cache (zhuangbowei.zbw) #296
- dfe3574: [bugfix] full file cache on XFS (zhuangbowei.zbw) #297
- 5eb5903: [feat] new features for gzip/tar module: (Yifan Yuan) #264
- fb4356d: [Feat] GzMeta StreamConvertor (Yifan Yuan) #264
- 360e819: [e2e] add E2E test (Yifan Yuan) #264
- 0cba95e: [Feat] Overlaybd-streamConv: (Yifan Yuan) #264
- 0f6baa4: HTTP Server support in StreamConvertor (Yifan Yuan) #264
- dc9a810: [fix] memory leak in streamConvertor (Yifan Yuan) #264
- d38dd2b: Merge branch 'main' into gzstream (Yifan Yuan) #264
- 4be2180: add newline in stream-conv.yaml (Yifan Yuan) #264
- 9c64989: [NIT] repeat RLock (zhuangbowei.zbw) #298
- 232d348: replace 'string_view.h' to 'photon/common/string_view.h' (tuji.yyf) #300
- support pax xattr header #302 ([yuchen.cc](https:/...