Skip to content

Instantly share code, notes, and snippets.

@dcantah
Last active November 12, 2022 02:03
Show Gist options
  • Save dcantah/0816c9cc55e9c8cdba1008e1d77205c9 to your computer and use it in GitHub Desktop.
Save dcantah/0816c9cc55e9c8cdba1008e1d77205c9 to your computer and use it in GitHub Desktop.
1.6.10 Release notes run

containerd 1.6.10

Welcome to the v1.6.10 release of containerd!

The tenth patch release for containerd 1.6 contains various fixes, including a CVE fix for Windows platforms.

Notable Updates

  • Always check userxattr for overlay on kernels >= 5.11 (#7646)
  • Bump hcsshim to 0.9.5 to fix container shutdown bug on Windows (#7610
  • Bump Go version to 1.18.8 to address CVE-2022-41716 (#7634)

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

  • Akihiro Suda
  • Danny Canter
  • Kazuyoshi Kato
  • Austin Vazquez
  • Gavin Inglis
  • Kathryn Baldauf
  • Kevin Parsons
  • Phil Estes
  • Sebastiaan van Stijn
  • Yasin Turan

Changes

13 commits

  • e639ecd7c Prepare release notes for v1.6.10
  • [release/1.6] overlayutils: Add fastpath for userxattr check (#7646)
    • 5af8d89ce overlayutils: Add fastpath for userxattr check
  • [release/1.6] update to Go 1.18.8 to address CVE-2022-41716 (#7634)
    • 303f608dd [release/1.6] update to Go 1.18.8 to address CVE-2022-41716
  • [release/1.6] ctr export strictly match default platform (#7627)
    • 3f9f9508d ctr export strictly match default platform
  • [release/1.6] go.mod: Bump hcsshim to v0.9.5 (#7610)
    • df73acad5 [release/1.6] go.mod: Bump hcsshim to v0.9.5
  • [release/1.6] ctr import: strictly match platform (#7594)
    • 658490b78 ctr import: strictly match platform
  • [release/1.6] cherry-pick: Migrate away from GitHub actions set-output (#7582)
    • 4907b4d72 Migrate away from GitHub actions set-output

Dependency Changes

  • github.com/Microsoft/hcsshim v0.9.4 -> v0.9.5

Previous release can be found at v1.6.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment