v1.45.0
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
- @BtbN made their first contribution in #1432
- @jacksgt made their first contribution in #1440
- @chenrui333 made their first contribution in #1455
Full Changelog: v1.44.0...v1.45.0