Skip to content

containerd 1.5.6

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Oct 17:54
v1.5.6
1a1b383

Welcome to the v1.5.6 release of containerd!

The sixth patch release for containerd 1.5 contains minor fixes and updates
including an updated runc and hcsshim.

Notable Updates

  • Install apparmor parser for arm64 and update seccomp to 2.5.1 #5763
  • Update runc binary to 1.0.2 #5899
  • Update hcsshim to v0.8.21 to fix layer issue on Windows Server 2019 #5942
  • Add support for 'clone3' syscall to fix issue with certain images when seccomp is enabled #5982
  • Add image config labels in CRI container creation #6012
  • Fix panic in metadata content writer on copy error #6043

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
  • Akihiro Suda
  • Wei Fu
  • Phil Estes
  • Alexandre Peixoto Ferreira
  • Daniel Canter
  • Sebastiaan van Stijn
  • Davanum Srinivas
  • Gunju Kim
  • Jayme Howard
  • Kohei Tokunaga
  • Mike Brown
  • wanglei
  • zhanglei

Changes

38 commits

  • 1a1b383ad Merge pull request #6068 from dmcgowan/prepare-1.5.6
  • bc8fdf832 Update release notes and mailmap
  • 77dafa20c Prepare release notes for v1.5.6
  • 063195739 Merge pull request #6045 from dmcgowan/1.5-fix-metadata-content-panic
  • a4b51d119 Fix panic in metadata content writer on copy error
  • 4de759ab5 Merge pull request #6041 from dmcgowan/backport-1.5-use-ghcr-test-images
  • 147705920 Use github images for integration tests
  • 3f4f6bca9 Merge pull request #5981 from scuzhanglei/release-1.5-privileged-device
  • 980646e3c Merge pull request #6024 from estesp/cp-6012
  • 514137aa0 cri: add devices for privileged container
  • 6bfd09f7c Enable image config labels in ctr and CRI container creation
  • 00e5fbe2a Merge pull request #6013 from AkihiroSuda/cherrypick-5982-1.5
  • 2726be136 Merge pull request #5983 from AkihiroSuda/runc-v1.0.2-15
  • 79e05529e Merge pull request #5999 from dmcgowan/1.5-fix-unexpected-eof-handling
  • 923088852 seccomp: support "clone3" (return ENOSYS unless SYS_ADMIN is granted)
  • 4133c775c go.mod: update runc to v1.0.2
  • 011fb4c0b update runc binary to v1.0.2
  • 78a5a2c16 Merge pull request #6008 from thaJeztah/1.5_update_go
  • 210d3bc15 Fix content copy to not ignore unexpected EOF
  • a863339c5 [release/1.5] update Go to 1.16.8
  • 217ab73b1 Merge pull request #6007 from AkihiroSuda/cherrypick-5987-1.5
  • f3d46f828 CI: Switch to available latest images
  • 36d09a433 Merge pull request #5941 from alexandref75/release/1.5
  • f40ee0785 Merge pull request #5942 from dcantah/15-hcsshim-backport
  • c7ed09d55 Adding testing of two devices in a directory
  • 0ca2e2751 Fix dir support for devices V3 (containerd#4847)
  • 0fd19511e go.mod: Update hcsshim to v0.8.21
  • 69e5db821 Merge pull request #5893 from gjkim42/cherry-pick-of-#5878
  • 27e164648 Allow expanded DNS configuration
  • 337ede532 Merge pull request #5894 from estesp/cp-5625
  • 8cfab161f CI: Switch to available latest images
  • 25ad9449c Merge pull request #5763 from thaJeztah/1.5_backport_install_apparmor_parser_for_arm64_env
  • 84cfadfa4 Merge pull request #5843 from thaJeztah/1.5_backport_update_go_116
  • b9d5cff5d Update Go to 1.16.7
  • 8b22de9e4 Merge pull request #5816 from estesp/cp-5809
  • fe195c343 mergo: Upgrade to 0.3.12 to fix panic
  • eb4ba99fe Install apparmor parser for arm64 environment
  • 0bc1e1d8a update seccomp version

Dependency Changes

  • github.com/Microsoft/hcsshim v0.8.18 -> v0.8.21
  • github.com/imdario/mergo v0.3.11 -> v0.3.12
  • github.com/opencontainers/runc v1.0.1 -> v1.0.2

Previous release can be found at v1.5.5