Releases: containerd/accelerated-container-image
Releases · containerd/accelerated-container-image
Development Build
Commits
- 17fc0f5: [fix.] Change the default value of 'with-devid' (Yifan Yuan)
v1.4.3
Builds
- deps: bump google.golang.org/grpc from 1.68.1 to 1.79.3 #348 (dependabot[bot])
Commits
- a7b444b: Add Docker runtime support for overlaybd snapshotter (Yifan Yuan) #342
- f341182: .github: remove that target (Wei Fu) #346
- 2553547: update doc for buildkit (南针) #347
- f92fc69: Extend tcmu dev_config to support optional device ID (Xun Chen) #343
- prevent snapshotter from deleting in-use devices during snapshot removal #350 (洛可)
v1.4.2
v1.4.1
Commits
- Make CGO_ENABLED configurable #337 (James Le Cuirot)
- Restore line accidentally dropped in a merge conflict #340 (James Le Cuirot)
- Fix build job when previous tag was X.Y.0 #340 (James Le Cuirot)
v1.4.0
Continuous Integration
- fix project checks #325 (Sebastiaan van Stijn)
Commits
- remove uses of unsafe #324 (Sebastiaan van Stijn)
- ab4f81a: go mod tidy (Sebastiaan van Stijn) #326
- 6659fd6: replace uses of pkg/errors with stdlib (Sebastiaan van Stijn) #326
- 461e64e: pkg/snapshot: replace direct uses of logrus for containerd/log (Sebastiaan van Stijn) #327
- 710f99b: Bump github.com/opencontainers/selinux from 1.11.0 to 1.13.0 (dependabot[bot]) #331
- f1e268c: [fix.] add retry for enable target loop (Yifan Yuan) #332
- f4ff1a0: [feat.] Refactor Attach/Detach functions from private to public. (Yifan Yuan) #333
- f989f8f: bump github.com/opencontainers/selinux to v1.13.1 (Sebastiaan van Stijn) #334
- test with go1.23 #336 (Sebastiaan van Stijn)
- b1d7820: update go version in Dockerfile and docs (Sebastiaan van Stijn) #336
- update actions/setup-go@v6 #336 (Sebastiaan van Stijn)
- update actions/checkout@v6 #336 (Sebastiaan van Stijn)
- update actions/download-artifact@v6 #336 (Sebastiaan van Stijn)
- update actions/upload-artifact@v5 #336 (Sebastiaan van Stijn)
- b7e185b: fix linting issues (Sebastiaan van Stijn) #336
- update golangci/golangci-lint-action@v9, golangci-lint v2.7 #336 (Sebastiaan van Stijn)
- f209cbc: go.mod: update containerd dependency to stable v2.0.x (Sebastiaan van Stijn) #329
- 4b1788e: ci/e2e: align containerd version with main module (Sebastiaan van Stijn) #329
- Release a vendor tarball for distributions to do offline builds #338 (James Le Cuirot)
- 800adcb: [feat.] add 'overlaybd-attacher' (Yifan Yuan) #339
- ae46cdd: Merge branch 'main' into main (Yifan Yuan) #339
v1.3.0
Commits
- 62ab766: [bugfix] convertor: turbo error when vsize != 64 (zhuangbowei.zbw) #313
- 9d992a4: Fix convertor output tagging on manifest dedup (Esteban) #312
- 585f307: [feat.] AsyncRemove support (Yifan Yuan) #314
- a1002a8: Better erofs support checking (Gao Xiang) #316
- d755525: Follow the fstype in the bottom layer if possible (Gao Xiang) #316
- bb9388f: Fallback to EXT4 if .TurboOCI_ext4 for TurboOCI (Gao Xiang) #316
- ba88b6f: Change default TurboOCI fstype to EROFS if images are supported (Gao Xiang) #316
v1.2.3
Commits
- 43ab209: support digest input in convertor (Tian Ouyang) #304
- 9996873: fix ci workflow (zhuangbowei.zbw) #307
- a0492e7: [EROFS] Add a check for erofs (Hongzhen Luo) #306
- 573afbb: fix error MediaType when get dup manifest from db (fourierrr) #308
- c7f1e6b: support priority order for turbo fs type (zhuangbowei.zbw) #309
v1.2.2
Commits
- b72e203: Set the correct fsType for erofs when prefetching through the file list (Hongzhen Luo) #299
- 4096466: Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (dependabot[bot]) #301
- 7a270c8: check if snapshot holds mountpoint before remove (zhuangbowei.zbw) #302
- e8e95c6: update release upload-artifact to v4 (liulanzheng) #303
v1.2.1
v1.2.0
Commits
- 8dcd7a0: Avoid potential connectivity related layer corruption in userspace convertor (Esteban) #289
- daacefc: Move TurboOCI JSON construction to sn.Commit() (Gao Xiang) #291
- eb972a6: cmd/convertor: support
--fstype=erofsfor TurboOCI format (Gao Xiang) #291 - ac10622: Update to containerd v2 (apostasie) #290
- 0426c3c: Add EROFS CI (Hongzhen Luo) #292
- prevent remote code execution through github action #293 (zhuangbowei.zbw)
- support reference API #294 (zhuangbowei.zbw)
- fb61804: [Feat.] Support 'prioritize files' as a new prefetch mode (Yifan Yuan) #296