Skip to content

Releases: containers/common

v0.57.3

31 Jan 04:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.57.2...v0.57.3

v0.57.2

18 Jan 13:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.57.1...v0.57.2

v0.57.1

07 Dec 13:05
5655fcf
Compare
Choose a tag to compare

What's Changed

  • Prioritize addtionalHelperBinariesDir over default dirs in #1754

Full Changelog: v0.57.0...v0.57.1

v0.57.0

16 Nov 21:43
Compare
Choose a tag to compare

What's Changed

  • Bump to v0.56.0 by @rhatdan in #1652
  • Fix typo in comment by @c3d in #1653
  • fix(deps): update module github.com/opencontainers/image-spec to v1.1.0-rc5 by @renovate in #1655
  • Fix specification of unix:///run by @rhatdan in #1656
  • libimage/layer_tree: if parent is empty and a manifest list then ignore check. by @flouthoc in #1651
  • fix(deps): update module github.com/onsi/ginkgo/v2 to v2.12.1 by @renovate in #1658
  • Split up util package into pkg/password, pkg/copy, pkg/version by @rhatdan in #1657
  • Remove ActiveDestination method to move into podman by @cgiradkar in #1640
  • Default machine CPUs to Cores/2 by @ashley-cui in #1659
  • pkg/config: do NOT set StaticDir and VolumeDir by @vrothberg in #1660
  • Implement negated label match function by @jakecorrenti in #1661
  • chore: import packages only once by @testwill in #1665
  • CoC: fix email link by @Luap99 in #1669
  • libnetwork/cni: ignore ENOENT while reading networks by @Luap99 in #1668
  • Makefile, libimage: test-unit must cover libimage/manifests_test.go by @flouthoc in #1671
  • Add support for vrf option on netavark by @MrSuicideParrot in #1673
  • Update module github.com/onsi/gomega to v1.28.0 by @renovate in #1674
  • libimage: implement retry logic for manifest push by @flouthoc in #1666
  • Add list members emails to the CoC by @TomSweeneyRedHat in #1670
  • Use MatchNegatedLabelFilter function for networks by @jakecorrenti in #1677
  • pkg/subscriptions: add /etc/crypto-policies/config in fips mode by @Luap99 in #1667
  • Fix ID and Digest filters by @umohnani8 in #1676
  • Update github.com/opencontainers/runtime-tools digest to 408c51e by @renovate in #1679
  • URGENT: heal CI: fix codespell by @vrothberg in #1682
  • Update module github.com/docker/distribution to v2.8.3+incompatible by @renovate in #1680
  • Makefile: simplify unit tests by @Luap99 in #1684
  • POC: appendable string arrays in containers.conf by @vrothberg in #1675
  • containers.conf: add privileged field to containers table by @vrothberg in #1683
  • Update module golang.org/x/term to v0.13.0 by @renovate in #1688
  • Update module golang.org/x/crypto to v0.14.0 by @renovate in #1686
  • apparmor: fix parsing beta/alpha version by @vrothberg in #1689
  • Update module golang.org/x/sync to v0.4.0 by @renovate in #1685
  • Update module github.com/onsi/ginkgo/v2 to v2.13.0 by @renovate in #1690
  • Update module github.com/containerd/containerd to v1.7.7 by @renovate in #1691
  • pkg/config: use empty default for db_backend by @Luap99 in #1692
  • Move platform code to its own directory by @umohnani8 in #1693
  • Update module golang.org/x/net to v0.17.0 [SECURITY] by @renovate in #1694
  • libimage: add compat interfaces for the new platform subpackage by @nalind in #1696
  • libimage: fix computing history by @vrothberg in #1697
  • chore(deps): update dependency containers/automation_images to v20231004 by @renovate in #1699
  • pkg/config: lookup InitPath in HelperBinariesDir by @Luap99 in #1698
  • libimage: support parallel tag/untag by @Luap99 in #1700
  • libimage: Untag should error for non existent name by @Luap99 in #1701
  • fix(deps): update module github.com/onsi/gomega to v1.28.1 by @renovate in #1706
  • Copier: use StringWithinTransport instead of DockerReference by @ygalblum in #1704
  • fix(deps): update module github.com/fsnotify/fsnotify to v1.7.0 by @renovate in #1705
  • libimage: add !remote tag by @Luap99 in #1708
  • containers.conf: appendable string arrays, Part 1 by @vrothberg in #1707
  • fix(deps): update module sigs.k8s.io/yaml to v1.4.0 by @renovate in #1709
  • containers.conf: turn all []string into attributedstring.Slice by @vrothberg in #1710
  • Update module google.golang.org/grpc to v1.57.1 [SECURITY] by @renovate in #1712
  • Update module github.com/docker/docker to v24.0.7+incompatible by @renovate in #1713
  • Update module github.com/onsi/gomega to v1.29.0 by @renovate in #1711
  • Update module go.etcd.io/bbolt to v1.3.8 by @renovate in #1714
  • Update module github.com/containerd/containerd to v1.7.8 by @renovate in #1715
  • cgroups: remove unused files by @giuseppe in #1716
  • Add masked paths and readonly paths to config by @rhatdan in #1717
  • Add back SystemCPUUsage by @rhatdan in #1718
  • containers.conf: append to string arrays by @vrothberg in #1719
  • UserConnection is used by non linux platforms by @rhatdan in #1720
  • fix(deps): update module github.com/containers/ocicrypt to v1.1.9 by @renovate in #1721
  • fix(deps): update module github.com/container-orchestrated-devices/container-device-interface to v0.6.2 by @elezar in #1724
  • cgroups: provide UserConnection for non-linux platforms by @giuseppe in #1726
  • fix(deps): update module golang.org/x/sys to v0.14.0 by @renovate in #1727
  • fix(deps): update module github.com/spf13/cobra to v1.8.0 by @renovate in #1729
  • fix(deps): update module golang.org/x/sync to v0.5.0 by @renovate in #1728
  • fix(deps): update module golang.org/x/term to v0.14.0 by @renovate in #1732
  • fix(deps): update module golang.org/x/crypto to v0.15.0 by @renovate in #1734
  • fix(deps): update module github.com/onsi/gomega to v1.30.0 by @renovate in #1733
  • fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.1 by @renovate in #1736
  • Add --compat-auth-file to login/logout by @mtrmac in #1731
  • fix(deps): update module github.com/containerd/containerd to v1.7.9 by @renovate in #1738
  • fix(deps): update module github.com/containers/storage to v1.51.0 by @renovate in #1739

New Contributors

Full Changelog: v0.56.0...v0.57.0

v0.56.0

14 Sep 00:44
Compare
Choose a tag to compare

What's Changed

  • Bump to v0.55.0 by @rhatdan in #1536
  • Update module github.com/containers/image/v5 to v5.26.1 by @renovate in #1540
  • After secret --replace, make sure old ID is deleted by @rhatdan in #1537
  • Update module github.com/opencontainers/image-spec to v1.1.0-rc4 by @renovate in #1542
  • libimage: HasDifferentDigest: add InsecureSkipTLSVerify option by @vrothberg in #1538
  • fix(deps): update module golang.org/x/sys to v0.10.0 by @renovate in #1544
  • Remove constraints on secret name by @rhatdan in #1541
  • fix(deps): update module golang.org/x/term to v0.10.0 by @renovate in #1545
  • fix(deps): update module golang.org/x/crypto to v0.11.0 by @renovate in #1546
  • fix(deps): update module github.com/docker/docker to v24.0.3+incompatible by @renovate in #1548
  • Update from and copy documentation by @mskott in #1550
  • fix(deps): update module github.com/docker/docker to v24.0.4+incompatible by @renovate in #1552
  • chore: replace github.com/ghodss/yaml with sigs.k8s.io/yaml by @Juneezee in #1553
  • fix(deps): update module github.com/container-orchestrated-devices/container-device-interface to v0.6.0 by @renovate in #1555
  • CI: check for possible diff after make vendor by @Luap99 in #1556
  • pkg/ssh: simplify ssh.Validate by @dfr in #1554
  • libimage: harden lookup by digest by @vrothberg in #1505
  • libnetwork: correctly assign free names by @Luap99 in #1561
  • Secret names can not container "," by @rhatdan in #1562
  • Beautify lookup after #1505 by @mtrmac in #1559
  • containers.conf: Add podmansh_timeout by @lsm5 in #1547
  • Change default image volume mode to "nullfs" on FreeBSD by @dfr in #1564
  • Vendor in latest containers/(storage,image) by @rhatdan in #1565
  • libnetwork: Add support for host-gatway by @geichelberger in #1549
  • Update module github.com/containers/image/v5 to v5.26.1 by @renovate in #1569
  • Update vendor of containers/(storage,image) by @rhatdan in #1574
  • Update module github.com/opencontainers/runtime-spec to v1.1.0 by @renovate in #1576
  • Update module github.com/onsi/gomega to v1.27.9 by @renovate in #1577
  • Use dlocate where available, instead of dpkg search by @afbjorklund in #1578
  • pkg/config: Add ocijail to the RuntimeSupportsJSON list by @dfr in #1579
  • containers.conf: add compose fields by @vrothberg in #1571
  • fix(deps): update module github.com/onsi/gomega to v1.27.10 by @renovate in #1582
  • config: rm cni plugins dir check by @danishprakash in #1583
  • Default to port 22 when dialing by @rhatdan in #1568
  • fix(deps): update module github.com/docker/docker to v24.0.5+incompatible by @renovate in #1580
  • Allow mounts to be specified in containers.conf by @rhatdan in #1584
  • manifests,push: add support for AddCompression by @flouthoc in #1585
  • fix(deps): update module github.com/containerd/containerd to v1.7.3 by @renovate in #1587
  • pkg/config: fix lint reports by @vrothberg in #1588
  • We don't want TERM environment turned on by default by @rhatdan in #1589
  • libimage/ManifestPushOptions: add AddCompression for Manifest.PushOptions by @flouthoc in #1590
  • fix(deps): update github.com/containers/storage digest to c3da76f by @renovate in #1591
  • libnetwork/etchosts: add docker.internal dns entries by @Luap99 in #1592
  • fix(deps): update module golang.org/x/sys to v0.11.0 by @renovate in #1595
  • Add Farms to config by @umohnani8 in #1586
  • fix(deps): update module golang.org/x/crypto to v0.12.0 by @renovate in #1596
  • chore(deps): update dependency containers/automation_images to v20230807 by @renovate in #1601
  • change default machine image for windows by @baude in #1603
  • chore(deps): update dependency ubuntu to v22 by @renovate in #1607
  • default windows machine user change by @baude in #1608
  • libimage: add support for ForceCompressionFormat for image copier and manifest by @flouthoc in #1602
  • cleanup getDefaultMachineUser|Image by @baude in #1611
  • chore(deps): update dependency containers/automation_images to v20230809 by @renovate in #1612
  • fix(deps): update module github.com/pkg/sftp to v1.13.6 by @renovate in #1613
  • containers.conf: implement modules by @vrothberg in #1599
  • fix(deps): update module github.com/containers/ocicrypt to v1.1.8 by @renovate in #1614
  • cgroups_linux: use SessionBusPrivateNoAutoStartup by @jontte75 in #1615
  • Allow rootless AppArmor by @kernelmethod in #1572
  • Revert #1572 by @vrothberg in #1620
  • libnetwork/cni: use 'ifconfig -j' on FreeBSD if it is supported by @dfr in #1619
  • chore(deps): update dependency containers/automation_images to v20230816 by @renovate in #1618
  • fix(deps): update module github.com/jinzhu/copier to v0.4.0 by @renovate in #1621
  • fix(deps): update module github.com/containers/storage to v1.49.0 by @renovate in #1622
  • fix(deps): update module github.com/onsi/ginkgo/v2 to v2.12.0 by @renovate in #1624
  • libimage: pull: increase timeout running under systemd by @vrothberg in #1616
  • containers.conf: add field for AddCompression to Engine table by @flouthoc in #1593
  • fix(deps): update module github.com/containerd/containerd to v1.7.4 by @renovate in #1626
  • fix(deps): update module github.com/containerd/containerd to v1.7.5 by @renovate in #1627
  • libimage: close all ImageClosers by @vrothberg in #1628
  • Move libimage.ManifestList{Descriptor,Data} to libimage/define by @mtrmac in #1629
  • Update CODE-OF-CONDUCT.md with new mailing list by @TomSweeneyRedHat in #1625
  • libimage: preserve optional name when pulling from OCI transport by @vrothberg in #1630
  • golangci.yml: enable all, disable failing linters by @vrothberg in #1631
  • fix(deps): update module golang.org/x/sys to v0.12.0 by @renovate in #1634
  • Add restore handler for password input by @grisu48 in #1312
  • enable more linters by @vrothberg in #1632
  • fix(deps): update module golang.org/x/term to v0.12.0 by @renovate in #1635
  • [skip-ci] Update actions/checkout action to v4 by @renovate in #1636
  • fix(deps): update module github.com/docker/docker to v24.0.6+incompatible by @renovate in #1638
  • fix(deps): update module github.com/cyphar/filepath-securejoin to v0.2.4 by @renovate in #1639
  • fix(deps): update module golang.org/x/crypto to v0.13.0 by @renovate in #1637
  • fix(deps): update module github.com/container-orchestrated-devices/container-device-interface to v0.6.1 by @renovate in #1641
  • Bump vendor of containers/(storage, image) by @rhatdan in #1644
  • cgroups: fix memory usage on cgroup v1 by @giuseppe in #1643
  • libimage: split out search filters by @Luap99 in https:...
Read more

v0.55.4

24 Aug 12:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.55.3...v0.55.4

v0.55.3

09 Aug 17:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.55.2...v0.55.3

v0.55.2

13 Jul 08:49
Compare
Choose a tag to compare
  • libimage: harden lookup by digest
  • libimage: HasDifferentDigest: add InsecureSkipTLSVerify option

v0.55.1

30 Jun 13:33
Compare
Choose a tag to compare

v0.55.0

29 Jun 19:23
Compare
Choose a tag to compare

What's Changed

  • Update module github.com/containers/image/v5 to v5.26.0 by @renovate in #1529
  • Bump to v0.54.0 and bump c/image to v5.26.0 by @TomSweeneyRedHat in #1530
  • pkg/servicereaper: build this for FreeBSD as well as Linux by @dfr in #1531
  • Change secrets Replace to modify the ID by @rhatdan in #1532
  • Relax name length restriction for Secrets/ConfigMaps. by @rhatdan in #1528
  • Vendor in containers/storage by @rhatdan in #1534

Full Changelog: v0.54.0...v0.55.0