Skip to content

Releases: containers/storage

v1.17.0

29 Mar 10:46
Compare
Choose a tag to compare
userns: add support for auto
layers: copy UIDs and GIDs
store: change the default user to containers

v1.16.6

24 Mar 11:34
Compare
Choose a tag to compare
store: memoize ReloadConfigurationFile

v1.16.5

17 Mar 13:45
Compare
Choose a tag to compare
mount.Mounted: normalize mountpoints

v1.16.4

16 Mar 20:25
Compare
Choose a tag to compare
utils: do not write default storage.conf
config: honor XDG_CONFIG_HOME
Make mount.Mounted() capable of handling files

v1.16.3

11 Mar 20:24
Compare
Choose a tag to compare
drivers/platformLChown: rm os.Lstat call
drivers/platformLChown: return early
drivers/chown: use pwalk.Walk
vendor: bump selinux to 1.4.0
pkg/system: return nil explicitly
pkg/mount.RecursiveUnmount(): don't call Mounted()
pkg/system.EnsureRemoveAll: don't call Mounted
devmapper: no need to wrap Mount errors
pkg/mount: wrap mount/umount errors
pkg/mount: drop solaris and freebsd support
pkg/mount: mountinfo parser speed up
pkg/system/[l]stat_unix: wrap errors in PathErro

v1.16.2

08 Mar 14:49
Compare
Choose a tag to compare
go mod tidy
pkg/system: improve Llistxattr
pkg/system: handle changed size case
pkg/system/xattrs: minor cleanup
lockfile: drop call to unix.Fsync

v1.16.1

03 Mar 15:23
Compare
Choose a tag to compare
If STORAGE_DRIVER environment set, use it when selecting graphdriver options
Append graphdriver specific options
fix else case for rootless storage path and path match
Add `rootless_storage_path` directive to storage.conf

v1.16.0

18 Feb 21:45
Compare
Choose a tag to compare

Add pkg/homedir as a fork from docker/docker
reexec: drop Pdeathsig

v1.15.8

31 Jan 13:18
Compare
Choose a tag to compare
Remove locking from layer store creation
Revert API break due to lint fixes
Enable all linters and selectively disable them
Bump github.com/opencontainers/selinux from 1.3.0 to 1.3.1
overlay: drop fuse-overlayfs exception
Update lots of vendors.

v1.15.7

18 Jan 10:37
fc67924
Compare
Choose a tag to compare
Handle mount options for overlay2 driver.
Bump github.com/pkg/errors from 0.9.0 to 0.9.1
Bump github.com/mattn/go-shellwords from 1.0.6 to 1.0.7
drivers: btrfs: Allow unprivileged user to delete subvolumes