Skip to content

Releases: containerd/accelerated-container-image

v0.6.2

23 Apr 03:06
115532c
Compare
Choose a tag to compare

Commits

  • 4036c75: [Bugfix] userspace convertor: Fix race condition on error (Esteban Rey) #186
  • support multi-arch release #187 (yuchen.cc)

v0.6.1

11 Apr 00:32
e2f41d7
Compare
Choose a tag to compare

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

20 Jan 05:20
7540814
Compare
Choose a tag to compare

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

v0.5.2

10 Nov 09:35
fd022b9
Compare
Choose a tag to compare

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

28 Oct 02:09
a54cb19
Compare
Choose a tag to compare

Commits

v0.5.0

24 May 08:12
8e110a4
Compare
Choose a tag to compare
Merge pull request #118 from liulanzheng/main

remove content about iscsi

v0.4.0

17 Dec 02:18
Compare
Choose a tag to compare
Update EXAMPLE.md

Signed-off-by: Yifan Yuan <[email protected]>

v0.3.0

25 May 06:14
4bfe19d
Compare
Choose a tag to compare

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

28 Apr 12:33
7067071
Compare
Choose a tag to compare

This is the first release of accelerated container image. Enjoy~