Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@thaJeztah thaJeztah released this 16 Apr 10:58
· 2 commits to main since this release
9ec1e6e

This is the initial release of this module, which was extracted from github.com/docker/docker/pkg/archive, with some additional refactors to align with the equivalent package in containerd. This release should be considered "transitional", and contains various functions and methods that are marked deprecated, which will be removed in a future release once consumers have migrated.

What's Changed

  • Small fixes for compilation in #1
  • gha: add codeQL, test and codecov in #5
  • use wrapper function instead of variable for freebsd in #3
  • fix linting issues in #2
  • ci: add golangci-lint in #4
  • assert interface for nosysFileInfo in #6
  • move compression to a separate package in #7
  • move FileInfoHeaderNoLookups to separate tarheader package in #8

Full Changelog: https://github.com/moby/go-archive/commits/v0.1.0