Releases: moby/go-archive
Releases · moby/go-archive
Release list
v0.2.0
What's Changed
- remove aliases for deprecated types and functions #10
- chrootarchive: remove redundant "init" mitigation for CVE-2019-14271 #11
- xattr: Fix OS matching #20
- TestOverlayTarUntar: remove redundant cmpopts.EquateEmpty #9
- go.mod: bump github.com/klauspost/compress v1.18.2 #19
- gha: update actions #18
Full Changelog: v0.1.0...v0.2.0
v0.1.0
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