Releases: containers/storage
Releases · containers/storage
v1.17.0
userns: add support for auto
layers: copy UIDs and GIDs
store: change the default user to containers
v1.16.6
store: memoize ReloadConfigurationFile
v1.16.5
mount.Mounted: normalize mountpoints
v1.16.4
utils: do not write default storage.conf
config: honor XDG_CONFIG_HOME
Make mount.Mounted() capable of handling files
v1.16.3
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
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
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
Add pkg/homedir as a fork from docker/docker
reexec: drop Pdeathsig
v1.15.8
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
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