Releases: containers/storage
Releases · containers/storage
v1.48.0
What's Changed
- Bump to v1.47.0 by @TomSweeneyRedHat in #1649
- Fix error if continueWrite/continueRead pipe open fails by @dvdsk in #1650
- pkg/regexp: make sure that &Regexp implements the interfaces by @nalind in #1651
- Remove use of fillGo18FileTypeBits by @rhatdan in #1652
New Contributors
Full Changelog: v1.47.0...v1.48.0
v1.47.0
What's Changed
- Bump to v1.46.1 by @rhatdan in #1555
- Test helper: add "unshare"/"create-storage-layer"/"storage-layers" by @nalind in #1562
- fix(deps): update module github.com/opencontainers/runc to v1.1.6 by @renovate in #1565
- drivers: chown root mount to root in the userns by @giuseppe in #1564
- Split up DeleteContainer by @nalind in #1568
- Extend driver.ListLayers() by @nalind in #1563
- fix(deps): update module github.com/microsoft/go-winio to v0.6.1 by @renovate in #1573
- Don't use bytes.NewBuffer to read data by @mtrmac in #1572
- Initial implementation of consistency checks by @nalind in #1569
- types: try harder to use overlay with rootless by @giuseppe in #1571
- store: add support to split filesystem using
imagestore
by @flouthoc in #1549 - build(deps): bump github.com/klauspost/compress from 1.16.4 to 1.16.5 by @dependabot in #1575
- fix(deps): update module github.com/opencontainers/runtime-spec to v1.1.0-rc.2 by @renovate in #1576
- store,imagestore: treat
graphRoot
asrwImageStore
to supportDelete
by @flouthoc in #1578 - Use Go 1.18 generics in the store’s locking helpers by @mtrmac in #1577
- vfs,splitstore: add
graphRoot
as additionalStore by @flouthoc in #1580 - pkg/rm: attempt os.RemoveAll() first by @giuseppe in #1581
- cirrus: drop debian additional repos by @giuseppe in #1585
- fix(deps): update module github.com/microsoft/hcsshim to v0.9.9 by @renovate in #1584
- fix(deps): update module github.com/opencontainers/runc to v1.1.7 by @renovate in #1583
- chore(deps): update dependency containers/automation_images to v20230426 by @renovate in #1588
- Cirrus: Update fedora name by @cevich in #1590
- fix(deps): update module golang.org/x/sys to v0.8.0 by @renovate in #1593
- store: lock additional store before validating image by @flouthoc in #1589
- build(deps): bump github.com/klauspost/pgzip from 1.2.5 to 1.2.6 by @dependabot in #1595
- drivers/quota.openDir() log errno if C.opendir() fails by @nalind in #1594
- Move to golang 1.19 for minimum by @rhatdan in #1598
- fix(deps): update module github.com/sirupsen/logrus to v1.9.1 by @renovate in #1599
- fix(deps): update module github.com/sirupsen/logrus to v1.9.2 by @renovate in #1600
- drivers/overlay.get(): only use the relative workdir for mountOverlayFrom() by @nalind in #1601
- chore(deps): update dependency containers/automation_images to v20230517 by @renovate in #1602
- store: ensure lockfile is updated before writes by @giuseppe in #1603
- fix(deps): update module github.com/stretchr/testify to v1.8.3 by @renovate in #1605
- Don't silently ignore errors decoding mountpoints.json by @mtrmac in #1606
- overlay: set
quota
for imagestore if used by @flouthoc in #1609 - Simplify Makefiles, make golangci-lint work again by @kolyshkin in #1615
- build(deps): bump github.com/mistifyio/go-zfs/v3 from 3.0.0 to 3.0.1 by @dependabot in #1613
- Fix typo in storage.conf by @sstosh in #1611
- Fail on unmount/rmdir in overlay.Driver.Put by @mtrmac in #1607
- .cirrus.yml: fix a warning by @kolyshkin in #1616
- options: enable Remap-User/Group setting by @sstosh in #1620
- options: keep using prior drivers if found by @flouthoc in #1618
- ci: enable govet and gosimple linters, fix found bugs by @kolyshkin in #1621
- Enable gofumpt by @kolyshkin in #1617
- fix(deps): update module github.com/stretchr/testify to v1.8.4 by @renovate in #1624
- Document stringid.GenerateRandomID() by @edsantiago in #1625
- fix(deps): update module github.com/burntsushi/toml to v1.3.0 by @renovate in #1626
- build(deps): bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3 by @dependabot in #1630
- fix(deps): update module github.com/burntsushi/toml to v1.3.1 by @renovate in #1633
- quota: unlink tmp file before creating it by @giuseppe in #1631
- chore(deps): update dependency containers/automation_images to v20230601 by @renovate in #1628
- fix(deps): update module github.com/burntsushi/toml to v1.3.2 by @renovate in #1635
- build(deps): bump github.com/BurntSushi/toml from 1.3.1 to 1.3.2 by @dependabot in #1634
- Actually correctly fix problems caused by copying
pkg/regexp.Regexp
values by @mtrmac in #1636 - types/options: check prior drivers using readdir by @flouthoc in #1637
- fix(deps): update module github.com/opencontainers/runtime-spec to v1.1.0-rc.3 by @renovate in #1639
- fix(deps): update module golang.org/x/sys to v0.9.0 by @renovate in #1640
- build(deps): bump github.com/klauspost/compress from 1.16.5 to 1.16.6 by @dependabot in #1643
- fix(deps): update module github.com/klauspost/compress to v1.16.6 - autoclosed by @renovate in #1642
- Audit data flow in applyDiffWithOptions by @mtrmac in #1641
- check: suppress certain errors when pull_options might cause them by @nalind in #1596
- chore(deps): update dependency containers/automation_images to v20230614 by @renovate in #1644
- options,rootless: honor
imagestore
from config file by @flouthoc in #1645 - chunked: generate tar-split as part of zstd:chunked by @giuseppe in #1627
- chunked: include missing package by @giuseppe in #1648
- drivers: add EROFS filesystem magic by @hsiangkao in #1647
New Contributors
- @sstosh made their first contribution in #1611
- @edsantiago made their first contribution in #1625
- @hsiangkao made their first contribution in #1647
Full Changelog: v0.46.1...v1.47.0
v1.45.5
What's Changed
- overlay: allow unknown backing fs with mountProgram
- VERSION: Bump to v1.45.3
v1.46.1
What's Changed
- Bump to v1.46.0 by @rhatdan in #1553
- chore(deps): update dependency containers/automation_images to v20230405 by @renovate in #1559
- build(deps): bump github.com/klauspost/compress from 1.16.3 to 1.16.4 by @dependabot in #1556
- Improve AtomicFileWriter's support for Win and Mac by @n1hility in #1554
- "pull up" images when creating them, too by @nalind in #1560
New Contributors
Full Changelog: v1.46.0...v1.46.1
v1.46.0
What's Changed
- Bump to v1.45.4 by @rhatdan in #1517
- build(deps): bump github.com/klauspost/compress from 1.15.15 to 1.16.0 by @dependabot in #1521
- build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #1520
- chunked: report the correct size by @giuseppe in #1523
- fix(deps): update module golang.org/x/sys to v0.6.0 by @renovate in #1524
- build(deps): bump github.com/containerd/stargz-snapshotter/estargz from 0.14.1 to 0.14.2 by @dependabot in #1527
- Fix typos in error messages by @nalind in #1529
- cirrus: refactor Ubuntu and Fedora test tasks by @nalind in #1530
- build(deps): bump github.com/containerd/stargz-snapshotter/estargz from 0.14.2 to 0.14.3 by @dependabot in #1532
- build(deps): bump github.com/Microsoft/hcsshim from 0.9.7 to 0.9.8 by @dependabot in #1537
- fix(quota): added missed ClearQuota method to fix go-builds without cgo by @distorhead in #1538
- fix(deps): update module github.com/vbatts/tar-split to v0.11.3 by @renovate in #1539
- supportsOverlay: ensure that whiteout creation works by @nalind in #1545
- [CI:DOCS] Document transient_store in man page by @rhatdan in #1544
- Complete "pulling up" of images in updateNames() by @nalind in #1483
- overlay: change error to debug log for unsupported fs by @giuseppe in #1547
- fix(deps): update module github.com/opencontainers/runc to v1.1.5 [security] by @renovate in #1543
- DriverTestSetQuota: Put() after Get() by @nalind in #1548
- Drop nameLooksLikeID() by @nalind in #1550
- Move to golang 1.18 and later by @rhatdan in #1522
- overlay: disable native idmap with mount-program by @giuseppe in #1551
- fix(deps): update module golang.org/x/sys to v0.7.0 by @renovate in #1552
- Cirrus: Migrate Ubuntu to Debian CI VM Images by @cevich in #1535
New Contributors
- @distorhead made their first contribution in #1538
Full Changelog: v1.45.4...v1.46.0
v1.45.4
Do NOT use!
This was mistakenly pulled from the main rather than the release-1.45 branch. Instead, go to v1.45.5
What's Changed
- Bump to v1.45.2 by @rhatdan in #1476
- build(deps): bump github.com/klauspost/compress from 1.15.14 to 1.15.15 by @dependabot in #1478
- build(deps): bump github.com/containerd/stargz-snapshotter/estargz from 0.13.0 to 0.14.0 by @dependabot in #1479
- imageStore: add a GarbageCollect() method by @nalind in #1484
- build(deps): bump github.com/containerd/stargz-snapshotter/estargz from 0.14.0 to 0.14.1 by @dependabot in #1486
- Test btrfs in CI by @nalind in #1485
- idmap: new package by @giuseppe in #1487
- test helper: maxArgs = 0 is actually a meaningful value by @nalind in #1482
- Makefile: remove vestiges of VMs, update $(sources) by @nalind in #1481
- pkg/idmap: add boilerplate for unsupported by @giuseppe in #1489
- [CI:DOCS] Configure Renovate by @renovate in #1490
- Cirrus: Update CI VM Images to F37 by @giuseppe in #1491
- fix(deps): update module github.com/microsoft/go-winio to v0.6.0 by @renovate in #1495
- CI: check that cross-compilation works by @nalind in #1499
- Test zfs in CI by @nalind in #1500
- Migrate from github.com/tchap/go-patricia to github.com/tchap/go-patricia/v2 by @nalind in #1501
- build(deps): bump golang.org/x/sys from 0.4.0 to 0.5.0 by @dependabot in #1502
- Run codespell on codebase by @rhatdan in #1508
- Stop using golang.org/x/net/context by @mtrmac in #1509
- build(deps): bump github.com/opencontainers/selinux from 1.10.2 to 1.11.0 by @dependabot in #1507
- options: reject empty runroot or graphroot by @giuseppe in #1510
- overlay: allow unknown backing fs with mountProgram by @giuseppe in #1512
- Don't hard code SELinux labels into code by @rhatdan in #1514
- build(deps): bump github.com/Microsoft/hcsshim from 0.9.6 to 0.9.7 by @dependabot in #1516
New Contributors
Full Changelog: v1.45.2...v1.45.4