Skip to content

Releases: containers/storage

v1.45.3

20 Jan 10:49
v1.45.3
398641d

Choose a tag to compare

  • released from the release-1.45 branch

v1.45.2

19 Jan 18:29

Choose a tag to compare

What's Changed

Full Changelog: v1.45.1...v1.45.2

v1.45.1

17 Jan 15:16

Choose a tag to compare

  • Only override the graphdriver to vfs if the priority is unset

v1.43.2

16 Jan 14:20
v1.43.2
be2b99d

Choose a tag to compare

  • unshare: fix creating a userns when running as root

v1.45.0

12 Jan 23:48

Choose a tag to compare

What's Changed

  • Bump to v1.44.0 by @rhatdan in #1427
  • pkg/parsers: Enable GetKernelVersion on FreeBSD by @dfr in #1425
  • Fix a typo that breaks build / vedoring by @mtrmac in #1428
  • Clean up inconsistent stores also in readers by @mtrmac in #1407
  • More small locking fixes by @mtrmac in #1430
  • Don't cross mount points when building change lists by @dfr in #1434
  • build(deps): bump github.com/containerd/stargz-snapshotter/estargz from 0.12.1 to 0.13.0 by @dependabot in #1431
  • overlay: allow overlaying on top of zfs by @BtbN in #1432
  • Support transient storage mode by @alexlarsson in #1424
  • Fix minor typo on containers-storage.conf.5.md by @jacksgt in #1440
  • Replace Locker.Modified with a more correct change tracking by @mtrmac in #1436
  • Document and improve store locking by @mtrmac in #1438
  • Avoid unnecessary reloads of store data by @alexlarsson in #1439
  • userns: stop printing size as escaped string in error and instead use %v by @flouthoc in #1447
  • Fix some leaks in maps by @haircommander in #1448
  • build(deps): bump github.com/klauspost/compress from 1.15.12 to 1.15.13 by @dependabot in #1446
  • Use unix.Open instead of os.OpenFile for /dev/zfs by @dfr in #1450
  • build(deps): bump github.com/Microsoft/hcsshim from 0.9.5 to 0.9.6 by @dependabot in #1451
  • fix: workaround field rename in btrfs-progs 6.1 by @chenrui333 in #1455
  • docs: fix fcn name ref for AssertLockedForWriting by @chenrui333 in #1458
  • build(deps): bump github.com/klauspost/compress from 1.15.13 to 1.15.14 by @dependabot in #1459
  • Define error type for ErrNoAvailableIDs by @rhatdan in #1461
  • In-process exclusion of readers and writers by @mtrmac in #1346
  • Make the priority for picking the storage driver configurable by @dcermak in #1460
  • Compile regex on demand not in init by @rhatdan in #1464
  • Create pkg/regexp to better handle init regex by @rhatdan in #1465

New Contributors

Full Changelog: v1.44.0...v1.45.0

v1.43.1

05 Jan 10:42
472e26b

Choose a tag to compare

What's Changed

Full Changelog: v1.43.0...v1.43.1

v1.34.2

05 Dec 11:18
e058188

Choose a tag to compare

What's Changed

Full Changelog: v1.34.1...v1.34.2

v1.32.7

05 Dec 11:20
faa8a9f

Choose a tag to compare

What's Changed

Full Changelog: v1.32.6...v1.32.7

v1.37.3

22 Nov 16:34
f2dcb18

Choose a tag to compare

What's Changed

Full Changelog: v1.37.2...v1.37.3

v1.44.0

08 Nov 18:25

Choose a tag to compare

What's Changed

  • Bump to version v1.43.0 by @rhatdan in #1370
  • Fix accessing containers and image locks by @rhatdan in #1369
  • build(deps): bump github.com/opencontainers/selinux from 1.10.1 to 1.10.2 by @dependabot in #1372
  • pkg/archive: Use archive_unix.go on FreeBSD by @dfr in #1371
  • drivers/overlay: Notify the user if the backing filesystem is not supported with OverlayFS by @aarontomlin in #1374
  • Pen-ultimate? bunch of warning cleanups by @mtrmac in #1377
  • Remove lockfile.Locker.RecursiveLock (alternative to #1344) by @mtrmac in #1376
  • Make {container, layer, image} store APIs private by @mtrmac in #1345
  • container deletion - EBUSY improvement by @vrothberg in #1382
  • Two misc. cleanups by @mtrmac in #1380
  • Factor out the infrastructure for reading primary + additional stores by @mtrmac in #1384
  • Consolidate the common parts of simple writers by @mtrmac in #1383
  • Fix layer locking in CreateContainer by @mtrmac in #1387
  • Lock layers only for reading by @mtrmac in #1386
  • Simplify the name update call stack by @mtrmac in #1385
  • Remove a manual layerStore.Touch() call from store.Shutdown() by @mtrmac in #1381
  • Correctly handle lockfiles without writes by @alexlarsson in #1391
  • overlay: try harder with more layers by @nalind in #1375
  • Another bunch of warning cleanups by @mtrmac in #1364
  • build(deps): bump github.com/containerd/stargz-snapshotter/estargz from 0.12.0 to 0.12.1 by @dependabot in #1390
  • Fixup a comment in the overlay driver by @nalind in #1392
  • Use testing.T.Setenv by @mtrmac in #1393
  • Move locking responsibility from store.go to the container/image/layer stores by @mtrmac in #1395
  • Fix lockfiles never detecting changes by @nalind in #1396
  • Don't create $root/{mounts,tmp}, which we don't use by @nalind in #1398
  • fix break during unmount by @vrothberg in #1401
  • Fix locking bugs by @mtrmac in #1400
  • Add TestLockfileMultiprocessModified() by @nalind in #1397
  • pkg/lockfile.TestLockfileMultiprocessModified(): check for wait errors by @nalind in #1402
  • Add support for exporting and importing file flags on FreeBSD by @dfr in #1378
  • Only read storage.conf once by @rhatdan in #1404
  • build(deps): bump github.com/BurntSushi/toml from 1.2.0 to 1.2.1 by @dependabot in #1409
  • build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #1408
  • API break: Remove Lockfile.Locked by @mtrmac in #1399
  • Fix some warnings again by @mtrmac in #1412
  • Don’t silently ignore errors when decoding JSON or deleting incomplete layers by @mtrmac in #1406
  • overlay: drop relLowers workaround by @giuseppe in #1411
  • Expose System wide config file by @rhatdan in #1405
  • build(deps): bump github.com/Microsoft/hcsshim from 0.9.4 to 0.9.5 by @dependabot in #1416
  • build(deps): bump github.com/klauspost/compress from 1.15.11 to 1.15.12 by @dependabot in #1413
  • overlay: fix call to clone on s390x by @giuseppe in #1418
  • unshare: fix creating a userns when running as root by @giuseppe in #1415
  • fix inconsitent go build tags by @Luap99 in #1417
  • chunked: use io.github.containers by @giuseppe in #1419
  • [main] Recreate missing backingFsBlockDev on setting xfs project quota by @saschagrunert in #1325

New Contributors

Full Changelog: v1.43.0...v1.44.0