Skip to content

Releases: containers/storage

v1.19.1

01 May 19:12
Compare
Choose a tag to compare
Don't fail trying to read xattrs on platforms that don't support them
prevent chown on read-only mountpoint
lost mountopts when read json from file
build(deps): bump github.com/klauspost/compress from 1.10.4 to 1.10.5
Cirrus: Update Fedora and Ubuntu VM images
storage:provided an interface to specify the configuration file path

v1.19.0

17 Apr 09:30
Compare
Choose a tag to compare
overlay: recreate workdir on UpdateLayerIDMap

v1.18.2

03 Apr 17:36
Compare
Choose a tag to compare
Downgrade logrus to v1.4.2
Run bats jobs in parallel

v1.18.1

31 Mar 17:25
Compare
Choose a tag to compare
DeleteContainer(): wait for all goroutines
Fix CGo builds on non-Linux

v1.18.0

31 Mar 12:38
Compare
Choose a tag to compare

Move containers/common/pkg/unshare to containers/storage/pkg/unshare

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