Releases: containerd/continuity
Releases · containerd/continuity
v0.4.4
What's Changed
- update golangci-lint to vl.55.0 by @henry118 in #233
- fs: add DiffDirChanges function to get changeset fast by @fuweid in #145
- support filesystem magic for linux by @yylt in #239
- build(deps): bump google.golang.org/protobuf from 1.26.0 to 1.33.0 in /cmd/continuity by @dependabot in #237
- build(deps): bump google.golang.org/protobuf from 1.26.0 to 1.33.0 by @dependabot in #238
- fs: implement Atime for Windows by @thaJeztah in #241
- Fix TestDiffDirChangeWithOverlayfs (also updates the CI to use Ubuntu 24.04) by @AkihiroSuda in #249
- switch to github.com/containerd/log module by @thaJeztah in #243
- gha: run CI on go1.22 by @thaJeztah in #242
- go.mod: prune indirect gopkg.in/yaml.v3 by @thaJeztah in #250
- gha: update CodeQL action to v3, run on go1.22 by @thaJeztah in #251
- fs: properly handle ENOTSUP in copyXAttrs by @sondavidb in #245
- go-fix: remove pre-go1.17 build-tags by @thaJeztah in #252
- kind.String(): fix missing case statements for iota consts in switch by @thaJeztah in #256
- cmd/continuity/commands: MountCmd: remove macOS remnants by @thaJeztah in #254
- go.mod: bump up by @AkihiroSuda in #257
New Contributors
- @yylt made their first contribution in #239
- @dependabot made their first contribution in #237
- @sondavidb made their first contribution in #245
Full Changelog: v0.4.3...v0.4.4
v0.4.3
v0.4.2
v0.4.1
What's Changed
- Fall back to Copyfile when Clonefile detects a cross-device request by @jandubois in #225
New Contributors
- @jandubois made their first contribution in #225
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Correctly ignore error wrapping
ErrNotSupported
by @TBBle in #207 - format code with gofumpt by @thaJeztah in #209
- Update GitHub actions CI workflow by @austinvazquez in #210
- Remove references to io/ioutil package by @austinvazquez in #211
- Add paths to windows metadataFiles by @gabriel-samfira in #212
- Add Go 1.20 support to CI by @austinvazquez in #214
- Add CodeQL security scan workflow by @austinvazquez in #215
- Update GitHub Actions runner images by @austinvazquez in #216
- atomicWriteFile: file defer close by @helen-frank in #213
- Add more Windows metadata files by @gabriel-samfira in #219
- Enable tests for all platforms by @dmcgowan in #220
- Update golang.org/x/sys to v0.1.0 by @dmcgowan in #222
- Support darwin clonefile by @dmcgowan in #223
New Contributors
- @TBBle made their first contribution in #207
- @austinvazquez made their first contribution in #210
- @helen-frank made their first contribution in #213
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Fix wrapping errors by @AkihiroSuda in #196
- fs.CopyDir: support sockets and pipes by @AkihiroSuda in #197
- CI: resolve Go path before sudoing ; Remove deprecated io/ioutil (except ioutil.ReadDir) by @AkihiroSuda in #198
- move cmd/continuity to its own go module by @thaJeztah in #200
- update authors and mailmap by @thaJeztah in #201
- Various small fix-ups by @thaJeztah in #202
- Revert "go.mod: update dependencies" by @AkihiroSuda in #205
- go.mod: update dependencies (take 2) by @AkihiroSuda in #204
Full Changelog: v0.2.2...v0.3.0
v0.2.2
What's Changed
- Copy Windows file metadata by @gabriel-samfira in #188
- Do not log errors before returning them by @kzys in #191
- Build containerd/continuity on multiple Unix OSes by @kzys in #190
- Update CI Go version to 1.17 by @estesp in #192
- fs: use syscall.Timespec.Unix by @tklauser in #193
New Contributors
- @gabriel-samfira made their first contribution in #188
- @kzys made their first contribution in #191
Full Changelog: v0.2.1...v0.2.2