Skip to content

v0.56.0

Compare
Choose a tag to compare
@rhatdan rhatdan released this 14 Sep 00:44
· 650 commits to main since this release

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 #1646
  • fix(deps): update module github.com/containerd/containerd to v1.7.6 by @renovate in #1647
  • vendor in containers/(storage,image) by @rhatdan in #1648

New Contributors

Full Changelog: v0.55.0...v0.56.0