Skip to content

containerd 1.6.34

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jul 00:22
· 3780 commits to main since this release
v1.6.34
e9e2c77

Welcome to the v1.6.34 release of containerd!

The thirty-fourth patch release for containerd 1.6 contains various fixes
and updates.

Highlights

  • Remove overlayfs volatile option on temp mounts (#10333)
  • Update runc binary to v1.1.13 (#10335)

Container Runtime Interface (CRI)

  • Handle empty DNSConfig differently than unspecified (#10463)
  • Fix HPC working directory in pkg/cri/server code (#10361)

Runtime

  • Prepare release notes for v1.6.34 (#10480)
  • Support for dropping inheritable capabilities (#10470)

Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.

Contributors

  • Derek McGowan
  • Akihiro Suda
  • Sebastiaan van Stijn
  • Wei Fu
  • Akhil Mohan
  • Maksim An
  • Maksym Pavlenko
  • Mike Brown
  • Phil Estes
  • Samuel Karp
  • Tim Hockin
  • Yuanyuan Lei
  • krglosse

Changes

26 commits

  • Prepare release notes for v1.6.34 (#10480)
    • b2863e9e7 Prepare release notes for v1.6.34
  • Handle empty DNSConfig differently than unspecified (#10463)
    • b7d06a619 CRI: An empty DNSConfig != unspecified
  • Support for dropping inheritable capabilities (#10470)
    • 8d2739857 Support for dropping inheritable capabilities
  • errdefs: denote deprecation as a godoc comment (#10425)
    • ce685376f errdefs: denote deprecation as a godoc comment
  • update to go1.21.12 / go1.22.5 (#10427)
  • Updating hcsshim vendoring to 0.9.12 to include an important backported fix (#10398)
  • golangci-lint: enable depguard for packages that moved (#10368)
    • 3ea0c4983 golangci-lint: enable depguard for packages that moved
  • Fix HPC working directory in pkg/cri/server code (#10361)
    • 086e1f56e [release/1.7]: HPC working directory fix in pkg/cri/server code
  • Remove overlayfs volatile option on temp mounts (#10333)
    • 166283a34 integration: backport upgrade testsuite's utils
    • 990a05d0a *: export RemoveVolatileOption for CRI image volumes
    • a894b5f81 strip-volatile-option-tmp-mounts
  • Update runc binary to v1.1.13 (#10335)
  • Update Fedora and EL linux version in vagrant (#10339)

Dependency Changes

  • github.com/Microsoft/hcsshim v0.9.11 -> v0.9.12

Previous release can be found at v1.6.33