Releases: containerd/accelerated-container-image
Releases · containerd/accelerated-container-image
v0.6.2
v0.6.1
Commits
- a5040cb: support exporting oci spec for userspace convertor (liulanzheng) #171
- 0d66890: support fastoci build and rpull (Bowei Zhuang) #172
- d620bd3: manage all labels in a standalone file (Bowei Zhuang) #172
- 98fc4ce: - support download blobs in rpull (yuchen.cc) #174
- bfb745f: enable using gzip cache when building fastoci (Bowei Zhuang) #176
- 1bf2907: Support overlaybd layer deduplication in convertor (Esteban Rey) #179
- aabf42e: [Bugfix] do not panic when image has index layer (chaofeng.tty) #180
- d049476: Add FastOCI docs (Hile Meow) #175
- 0f8d659: Minor refactor to userspace convertor deduplication functions (Esteban Rey) #179
- 1017c95: userspace convertor: use chainid as commit uuid (yuchen.cc) #183
- fix trace #183 (yuchen.cc)
- 7f32868: bump version v0.6.1 (liulanzheng) #185
v0.6.0
New features from v0.5.2
- add standalone userspace image convertor
- add a simple prometheus exportor
- more configuration items for overlaybd features
- minor fixes
Commits
- e2bae7f: Support auto cleanup overlaybdX (Yifan Yuan) #154
- cf0c3e9: fix ut (Yifan Yuan) #154
- dbbe895: update QUICKSTART.md (Yifan Yuan) #154
- e504a69: Support native writable layer on
nerdctl run
(Yifan Yuan) #154 - 72a123c: Optimization critical area & rename 'mode' to 'rwMode' (Yifan Yuan) #154
- using append file instead of sparse file in lsmt #158 (yuchen.cc)
- e739fc9: Add zstd compress options for image convert (HileQAQ) #159
- update overlaybd version #160 (liulanzheng)
- 5206d55: go.mod: retract v0.5.2 (Akihiro Suda) #161
- 66a6eb7: add doc for standalone userspace image-convertor (Bowei Zhuang) #165
- 717486a: Add support to Prometheus (HileQAQ) #163
- support config sparse file #166 (yuchen.cc)
- 8bd92c2: bump version v0.6.0 (liulanzheng) #167
v0.5.2
Commits
- d5e21c7: use sparse writable for userspace convert (liulanzheng) #147
- fe28ed9: Use containerd-native converter. (HileQAQ) #148
- ef50aa9: Remove io/ioutil package dependency (Austin Vazquez) #149
- 1adf3a7: Update GitHub actions CI workflow (Austin Vazquez) #150
- 8910c0b: Upgrade golangci-lint to v1.50.1 and resolve warnings (Austin Vazquez) #150
- 14c7a83: Upgrade Go version to Go 1.19 (Austin Vazquez) #150
- e3d7773: Add CodeQL security analysis scanner workflow (Austin Vazquez) #152
- 65ef5d6: Update codeql.yml (Lanzheng Liu)
- 05fce96: Refactor interface for obdconv (HileQAQ) #148
- update quick start #156 (Bin Du)
- disable cgo #157 (liulanzheng)
- update version to v0.5.2 #157 (liulanzheng)
v0.5.1
Commits
- b56cb8f: Fix INSTALL.sh in ubuntu (Yifan Yuan) #119
- 44bc06e: update README and add timeout second for overlaybd. (Yifan Yuan) #121
- 41d01ef: update INSTALL.sh (Yifan Yuan) #122
- af92c29: BUG FIX #123 (Yifan Yuan) #124
- 1bcc6c7: Fix #125 (Yifan Yuan) #126
- bf942d9: Update README.md (Yifan Yuan)
- 1b18819: Update README.md (Yifan Yuan)
- combine commit and zfile #131 (liulanzheng)
- bc6cd9b: add default host for docker.io (liulanzheng) #132
- add e2e test #133 (liulanzheng)
- support setting writable layer mode in config file #134 (yuchen.cc)
- make sure service start after local-fs.target #134 (yuchen.cc)
- aaee33e: first version of userspace convertor (liulanzheng) #142
- 7721f56: Create a package for nerdctl image convert (HileQAQ) #138
- ea60743: add remote label for compatibility (liulanzheng) #144
- add config and service to install #144 (liulanzheng)
- add quickstart #144 (liulanzheng)
- update buildkit description in quickstart #145 (liulanzheng)
- auto build packages #146 (liulanzheng)
v0.5.0
Merge pull request #118 from liulanzheng/main remove content about iscsi
v0.4.0
Update EXAMPLE.md Signed-off-by: Yifan Yuan <[email protected]>
v0.3.0
A new feature is added in this release: Trace Prefetch.
With this feature, container's cold start speed will be remarkably enhanced.
ACI image's top layer now has a acceleration-layer
annotation to indicate whether this layer is used for data acceleration.
v0.1.0
This is the first release of accelerated container image. Enjoy~