Skip to content

Releases: containers/storage

v1.14.0

19 Nov 14:10
Compare
Choose a tag to compare
Add indicator for last matched result
Fix to be able to build on  FTBFS on mipsel
overlay: use fusermount to unmount FUSE file systems
overlay: check for FUSE when using mountProgram
Move opts to internal/opts and fork docker filters
Add excluded information to matches
Add pure file matches indicator

release v1.13.5

14 Oct 15:26
Compare
Choose a tag to compare
  • Do not discard errors when panicing on lockfile open
  • config: drop skip_mount_home
  • storage: drop ostree deduplication

v1.13.4

30 Sep 10:48
Compare
Choose a tag to compare
  • Update generated files
  • ImageBigData: distinguish between no-such-image and no-such-item
  • ImageSize: don't get tripped up by images with no layers
  • tarlogger: disable raw accouting

v1.13.2

09 Aug 18:44
69bcd96
Compare
Choose a tag to compare
  • Ignore ro mount options in btrfs and windows drivers

v1.13.1

07 Aug 09:17
Compare
Choose a tag to compare
Don't chown unless you have to
Naive diff should pass in the ro option on parent directory
Don't report IsNotExists errors, when unmounting
Don't chown on safechown if directory exists and has correct ownership
Disable cgo-requiring bits when cgo is not enabled

v1.13.0

05 Aug 19:46
Compare
Choose a tag to compare
Removing need to specify storage driver when using ignore_chown_errors option
We should not be touching internal work dir
pkg/tarlog: use io.Pipe()
allow custom Go binary
go build: use `-mod=vendor` for go >= 1.11.x

v1.12.16

30 Jul 21:13
Compare
Choose a tag to compare
loadMounts(): reset counts before merging just-loaded data
Add support for ignoreChownErrors to vfs
Add storage options to IgnoreChownErrors
overlay: fix small piece of repeated work

v1.12.15

25 Jul 14:15
Compare
Choose a tag to compare
  • make local-cross more reliable for CI
  • Fix cross-compilation

v1.12.14

23 Jul 15:52
Compare
Choose a tag to compare
  • zstd: use github.com/klauspost/compress directly
  • Add support for installing man pages
  • Remove merged directory when it is unmounted
  • Switch to golangci-lint
  • Update generated files
  • Keep track of the UIDs and GIDs used in applied layers
  • Add cirrus vendor check
  • Switch to go modules
  • Use same variable name on both commands
  • cirrus: ubuntu: try removing cryptsetup-initramfs
  • Move lockfiles to their own package
  • getLockfile(): use the absolute path
  • lockfile: don't bother releasing a lock when closing a file
  • locking: take read locks on read-only stores
  • locking test updates

v1.12.13

01 Jul 20:32
Compare
Choose a tag to compare

Add support for UID as well as UserName in /etc/subuid files.