containerd 1.5.6
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
1a1b383adMerge pull request #6068 from dmcgowan/prepare-1.5.6bc8fdf832Update release notes and mailmap77dafa20cPrepare release notes for v1.5.6063195739Merge pull request #6045 from dmcgowan/1.5-fix-metadata-content-panica4b51d119Fix panic in metadata content writer on copy error4de759ab5Merge pull request #6041 from dmcgowan/backport-1.5-use-ghcr-test-images147705920Use github images for integration tests3f4f6bca9Merge pull request #5981 from scuzhanglei/release-1.5-privileged-device980646e3cMerge pull request #6024 from estesp/cp-6012514137aa0cri: add devices for privileged container6bfd09f7cEnable image config labels in ctr and CRI container creation00e5fbe2aMerge pull request #6013 from AkihiroSuda/cherrypick-5982-1.52726be136Merge pull request #5983 from AkihiroSuda/runc-v1.0.2-1579e05529eMerge pull request #5999 from dmcgowan/1.5-fix-unexpected-eof-handling923088852seccomp: support "clone3" (return ENOSYS unless SYS_ADMIN is granted)4133c775cgo.mod: update runc to v1.0.2011fb4c0bupdate runc binary to v1.0.278a5a2c16Merge pull request #6008 from thaJeztah/1.5_update_go210d3bc15Fix content copy to not ignore unexpected EOFa863339c5[release/1.5] update Go to 1.16.8217ab73b1Merge pull request #6007 from AkihiroSuda/cherrypick-5987-1.5f3d46f828CI: Switch to available latest images36d09a433Merge pull request #5941 from alexandref75/release/1.5f40ee0785Merge pull request #5942 from dcantah/15-hcsshim-backportc7ed09d55Adding testing of two devices in a directory0ca2e2751Fix dir support for devices V3 (#4847)0fd19511ego.mod: Update hcsshim to v0.8.2169e5db821Merge pull request #5893 from gjkim42/cherry-pick-of-#587827e164648Allow expanded DNS configuration337ede532Merge pull request #5894 from estesp/cp-56258cfab161fCI: Switch to available latest images25ad9449cMerge pull request #5763 from thaJeztah/1.5_backport_install_apparmor_parser_for_arm64_env84cfadfa4Merge pull request #5843 from thaJeztah/1.5_backport_update_go_116b9d5cff5dUpdate Go to 1.16.78b22de9e4Merge pull request #5816 from estesp/cp-5809fe195c343mergo: Upgrade to 0.3.12 to fix paniceb4ba99feInstall apparmor parser for arm64 environment0bc1e1d8aupdate 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