Skip to content

Releases: containers/storage

v1.12.2

06 Apr 08:27
Compare
Choose a tag to compare
drivers.DirCopy: fix filemode detection
storage: move the logic to detect rootless into utils.go
Don't set (struct flock).l_pid
Improve documentation of getLockfile
Rename getLockFile to createLockerForPath, and document it
Add FILES section to containers-storage.5 man page
add digest locks
drivers/copy: add a non-cgo fallback

v1.12.1

20 Mar 14:23
f17e56f
Compare
Choose a tag to compare

Fix up v1.12.0 release to be able to cross compile on other platforms.

v1.12.0

19 Mar 14:39
dca3d21
Compare
Choose a tag to compare
Move pkg/util default storage functions from libpod to containers/storage
storage: make [l]chown errors clearer
Move lockfile_dawin.go to lockfile_otherunix.go to compile on freebsd
Add documentation about SELinux labeling
reexec: add CommandContext()
Drop our dependency on github.com/containers/image
imageStore: remove compatibity hacks for adding digests

v1.11

28 Feb 02:47
3d34255
Compare
Choose a tag to compare
lockfile_unix: add a couple of additional safety checks
Lock the mounts list with its own lockfile
Update a comment
layers/images: don't try to clean up with just a read-only lock
Switch to read-only locks in some places
Locker.Locked(): clarify that we're checking for write locks
CLI helper: print backtraces with errors
abs.bats: don't forget to shut things down after the test
stores.bats: hard fail if we unexpected can't use read-only stores
lockfile: use a sync.RWMutex
GetStore(): resolve passed-in paths to absolute paths

v1.10

17 Feb 17:08
Compare
Choose a tag to compare
enable parallel blob reads
lockfile: implement reader-writer locks
avoid `defer x.Unlock()` pattern in loops
Make use of overlay.override_kernel_check a warning instead of an error
images: always set Digest if we have digests
Teach images to hold multiple manifests
image-by-digest.bats: print output
Vendor github.com/containers/image
Don't ignore errors reloading layer/image/container lists
Move structs for storage.conf to pkg/config

v1.9

01 Feb 15:15
Compare
Choose a tag to compare

Move copytar functions from buildah to storage

v1.8

22 Jan 02:09
Compare
Choose a tag to compare
vndr opencontainers/selinux
overlay: do not attempt metacopyup when using a mount program

v1.7

18 Jan 19:17
Compare
Choose a tag to compare
overlay: check if metacopy is happening
Don't fail the mounter test because the kernel added options
overlay: make template results sort-of children
Remove mapped layers first
Add a CreateFromTemplate() method to drivers, and use it for mapped layers
Remove the last traces of the "override_kernel_check" option
Check for the OS when setting btrfs/libdm/ostree tags

v1.6

16 Jan 15:10
Compare
Choose a tag to compare

Remove private mount from zfs driver.

v1: Merge pull request #266 from rhatdan/master

16 Jan 15:10
263351e
Compare
Choose a tag to compare