Skip to content

containerd 1.6.27

Choose a tag to compare

@github-actions github-actions released this 12 Jan 19:04
· 5744 commits to main since this release
v1.6.27
a149601

Welcome to the v1.6.27 release of containerd!

The twenty-seventh patch release for containerd 1.6 contains various fixes and updates.

Notable Updates

  • Improve /etc/group handling when appending groups (#9543)
  • Update runc binary to v1.1.11 (#9597)
  • Remove runc import (#9606)
  • Update shim pidfile permissions to 0644 (#9613)
  • Update Go version to 1.20.13 (#9625)

Deprecation Warnings

  • Emit deprecation warning for CRIU config usage (#9448)
  • Emit deprecation warning for some CRI configs (#9447)
  • Emit deprecation warning for containerd.io/restart.logpath label usage (#9572)

See the changelog for complete list of changes

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

Contributors

  • Samuel Karp
  • Akihiro Suda
  • Derek McGowan
  • Sebastiaan van Stijn
  • Djordje Lukic
  • Jaroslav Jindrak
  • Kay Yan
  • Maksym Pavlenko
  • Phil Estes
  • Wei Fu
  • ruiwen-zhao

Changes

26 commits

  • [release/1.6] Prepare release notes for v1.6.27 (#9631)
    • d0edecf28 Prepare release notes for v1.6.27
  • [release/1.6] update to go1.20.13, test go1.21.6 (#9625)
    • 32a515211 update to go1.20.13, test go1.21.6
  • [release/1.6 backport] shim: Create pid-file with 0644 permissions (#9613)
    • 37de14d95 shim: Create pid-file with 0644 permissions
  • [release/1.6 backport] remove github.com/opencontainers/runc dependency (#9606)
    • 3938d63de remove github.com/opencontainers/runc dependency
  • [release/1.6 backport] update runc binary to v1.1.11 (#9597)
  • [release/1.6 backport] go.mod: dario.cat/mergo v1.0.0 (#9570)
    • 6cd8e17ab go.mod: dario.cat/mergo v1.0.0
    • 4f8ff5154 go.mod: github.com/imdario/mergo v0.3.13
  • [release/1.6] restart: containerd.io/restart.logpath warning (#9572)
    • d24d263a4 restart: containerd.io/restart.logpath warning
  • [release/1.6 backport] WithAppendAdditionalGroups: better /etc/group handling (#9543)
    • 9489c0eb0 WithAppendAdditionalGroups: better /etc/group handling
  • [release/1.6] cri: add deprecation warnings for deprecated CRI configs (#9547)
    • 713065793 deprecation: fix missing spaces in warnings
    • de0cc92a7 cri: add deprecation warning for runtime_root
    • 833b94149 cri: add deprecation warning for rutnime_engine
    • 47de3d63d cri: add deprecation warning for default_runtime
    • d421b8fda cri: add warning for untrusted_workload_runtime
    • 802cb64b0 cri: add warning for old form of systemd_cgroup
  • [release/1.6] Add warning for CRIU config usage (#9546)
    • f8447466c Add warning for CRIU config usage

Dependency Changes

  • dario.cat/mergo v1.0.0 new
  • github.com/moby/sys/user v0.1.0 new

Previous release can be found at v1.6.26