Skip to content

Releases: containers/storage

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

v1.13.7

23 Jan 09:40
429125f
Compare
Choose a tag to compare

This update is needed by CRI-O's 1.15 branch. It includes:

  • PR#506: Give devices more time/retries to remove mounts

v1.15.5

25 Dec 11:35
Compare
Choose a tag to compare
Check if the layer is actually mounted.

v1.15.4

23 Dec 15:10
Compare
Choose a tag to compare
store: keep graph lock during Mount
Give devices more time/retries to remove mounts

v1.15.3

10 Dec 21:47
Compare
Choose a tag to compare
overlay: allow storing images with more than 127 layers
Lazy initialize the layer store
tarlogger: drop state mutex

v1.13.6

10 Dec 16:00
Compare
Choose a tag to compare

Needed in stable Podman v1.6.x and presumable CRI-O as well.

  • tarlogger: drop state mutex

v1.15.2

05 Dec 13:12
Compare
Choose a tag to compare
chrootarchive: invokeUnpack: close pipe on all return paths
Fix possible runtime panic in Lgetxattr
Overlayfs has dropped support for skip_mount_home options
Fix compile on mipsel
revert golang.org/x/sys

v1.15.1

28 Nov 16:29
Compare
Choose a tag to compare

limit user xattr value size to math.MaxUint16 bytes

v1.15.0

26 Nov 12:20
Compare
Choose a tag to compare
Remove redundant if statements for nil slices
pkg/archive: strictly handle errors reading xattrs
Move runroot containers storage into containers directory
VFS support for user.* xattrs
Add names-history support