Skip to content

containerd 1.6.11

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 21:59
· 3868 commits to main since this release
v1.6.11
d986545

Welcome to the v1.6.11 release of containerd!

The eleventh patch release for containerd 1.6 contains a various fixes and updates.

Notable Updates

  • Add pod UID annotation in CRI plugin (#7735)
  • Fix nil pointer deference for Windows containers in CRI plugin (#7737)
  • Fix lease labels unexpectedly overwriting expiration (#7745)
  • Fix for simultaneous diff creation using the same parent snapshot (#7756)

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

  • Derek McGowan
  • Wei Fu
  • Austin Vazquez
  • Kirtana Ashok
  • Maksym Pavlenko
  • Phil Estes
  • Qasim Sarfraz
  • Sebastiaan van Stijn
  • cosmoer

Changes

12 commits

  • Prepare release notes for v1.6.11 (#7760)
    • Prepare release notes for v1.6.11
  • [release/1.6] fix: support simultaneous create diff for same parent snapshot (#7756)
    • fix: support simultaneous create diff for same parent snapshot
  • [release/1.6] cherry-pick: Fix order of operations when setting lease labels (#7745)
    • Fix order of operations when setting lease labels
  • [release/1.6] Added nullptr checks to pkg/cri/server and sbserver (#7737)
    • Added nullptr checks to pkg/cri/server and sbserver
  • [release/1.6] cri: add pod uid annotation (#7735)
    • cri: add pod uid annotation
  • [release/1.6] go.mod: use golang_protobuf_extensions v1.0.4 to prevent incompatible versions (#7723)
    • [release/1.6] go.mod: use golang_protobuf_extensions v1.0.4

Dependency Changes

This release has no dependency changes

Previous release can be found at v1.6.10