containerd 1.6.16
Welcome to the v1.6.16 release of containerd!
The sixteenth patch release for containerd 1.6 includes various bug fixes and updates.
Notable Updates
- Fix push error propagation (#7990)
- Fix slice append error with HugepageLimits for Linux (#7995)
- Update default seccomp profile for PKU and CAP_SYS_NICE (#8001)
- Fix overlayfs error when upperdirlabel option is set (#8002)
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
- Derek McGowan
- Samuel Karp
- Sebastiaan van Stijn
- Phil Estes
- Craig Ingram
- Justin Chadwell
- Qasim Sarfraz
- Wei Fu
- bin liu
- cardy.tang
- rongfu.leng
Changes
30 commits
- [release/1.6] Prepare v1.6.16 (#8016)
d3c595aa3Prepare release notes for v1.6.16
- [release/1.6 backport] Fix tx closed error when upperdirlabel specified (#8002)
8c704036aFix tx closed error when upperdirlabel specified
- [release/1.6 backport] assorted test-fixes (#8000)
- [release/1.6 backport] seccomp updates (#8001)
- [release/1.6 backport] Harden GITHUB_TOKEN permissions (#7999)
8b8a21fe4Harden GITHUB_TOKEN permissions
- [release/1.6 backport] assorted updates to Vagrantfile (#7996)
8009948bbVagrantfile: fix comments about SELinux550424f92Vagrantfile: install-rootless-podman: removesetenforce 02c32f8559CI: update Fedora to 37556bb0cc8Vagrantfile: explicitly specify rsync as the shared folder driveredfac1834fix install cni script91d5e53fbVagrantfile: dump containerd log after critest
- [release/1.6 backport] Fix slice append error (#7995)
- [release/1.6] update to go1.18.10 (#7992)
6a8a6531f[release/1.6] update to go1.18.10
- [release/1.6 backport] release/Dockerfile: set DEBIAN_FRONTEND=noninteractive (#7991)
d0dc7988arelease/Dockerfile: set DEBIAN_FRONTEND=noninteractive
- [release/1.6 backport] pushWriter: correctly propagate errors (#7990)
1584c2581pushWriter: correctly propagate errors
- [release/1.6] mod: update github.com/pelletier/[email protected] (#7942)
545f22091mod: update github.com/pelletier/[email protected]
Dependency Changes
- github.com/pelletier/go-toml v1.9.3 -> v1.9.5
Previous release can be found at v1.6.15