Skip to content

v1.47.0

Compare
Choose a tag to compare
@TomSweeneyRedHat TomSweeneyRedHat released this 26 Jun 21:45
· 614 commits to main since this release

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 as rwImageStore to support Delete 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

Full Changelog: v0.46.1...v1.47.0