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
1a1b383ad
Merge pull request #6068 from dmcgowan/prepare-1.5.6bc8fdf832
Update release notes and mailmap77dafa20c
Prepare release notes for v1.5.6063195739
Merge pull request #6045 from dmcgowan/1.5-fix-metadata-content-panica4b51d119
Fix panic in metadata content writer on copy error4de759ab5
Merge pull request #6041 from dmcgowan/backport-1.5-use-ghcr-test-images147705920
Use github images for integration tests3f4f6bca9
Merge pull request #5981 from scuzhanglei/release-1.5-privileged-device980646e3c
Merge pull request #6024 from estesp/cp-6012514137aa0
cri: add devices for privileged container6bfd09f7c
Enable image config labels in ctr and CRI container creation00e5fbe2a
Merge pull request #6013 from AkihiroSuda/cherrypick-5982-1.52726be136
Merge pull request #5983 from AkihiroSuda/runc-v1.0.2-1579e05529e
Merge pull request #5999 from dmcgowan/1.5-fix-unexpected-eof-handling923088852
seccomp: support "clone3" (return ENOSYS unless SYS_ADMIN is granted)4133c775c
go.mod: update runc to v1.0.2011fb4c0b
update runc binary to v1.0.278a5a2c16
Merge pull request #6008 from thaJeztah/1.5_update_go210d3bc15
Fix content copy to not ignore unexpected EOFa863339c5
[release/1.5] update Go to 1.16.8217ab73b1
Merge pull request #6007 from AkihiroSuda/cherrypick-5987-1.5f3d46f828
CI: Switch to available latest images36d09a433
Merge pull request #5941 from alexandref75/release/1.5f40ee0785
Merge pull request #5942 from dcantah/15-hcsshim-backportc7ed09d55
Adding testing of two devices in a directory0ca2e2751
Fix dir support for devices V3 (containerd#4847)0fd19511e
go.mod: Update hcsshim to v0.8.2169e5db821
Merge pull request #5893 from gjkim42/cherry-pick-of-#587827e164648
Allow expanded DNS configuration337ede532
Merge pull request #5894 from estesp/cp-56258cfab161f
CI: Switch to available latest images25ad9449c
Merge pull request #5763 from thaJeztah/1.5_backport_install_apparmor_parser_for_arm64_env84cfadfa4
Merge pull request #5843 from thaJeztah/1.5_backport_update_go_116b9d5cff5d
Update Go to 1.16.78b22de9e4
Merge pull request #5816 from estesp/cp-5809fe195c343
mergo: Upgrade to 0.3.12 to fix paniceb4ba99fe
Install apparmor parser for arm64 environment0bc1e1d8a
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