containerd 1.6.27
Welcome to the v1.6.27 release of containerd!
The twenty-seventh patch release for containerd 1.6 contains various fixes and updates.
Notable Updates
- Improve
/etc/grouphandling when appending groups (#9543) - Update runc binary to v1.1.11 (#9597)
- Remove runc import (#9606)
- Update shim pidfile permissions to 0644 (#9613)
- Update Go version to 1.20.13 (#9625)
Deprecation Warnings
- Emit deprecation warning for CRIU config usage (#9448)
- Emit deprecation warning for some CRI configs (#9447)
- Emit deprecation warning for
containerd.io/restart.logpathlabel usage (#9572)
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
- Samuel Karp
- Akihiro Suda
- Derek McGowan
- Sebastiaan van Stijn
- Djordje Lukic
- Jaroslav Jindrak
- Kay Yan
- Maksym Pavlenko
- Phil Estes
- Wei Fu
- ruiwen-zhao
Changes
26 commits
- [release/1.6] Prepare release notes for v1.6.27 (#9631)
d0edecf28Prepare release notes for v1.6.27
- [release/1.6] update to go1.20.13, test go1.21.6 (#9625)
32a515211update to go1.20.13, test go1.21.6
- [release/1.6 backport] shim: Create pid-file with 0644 permissions (#9613)
37de14d95shim: Create pid-file with 0644 permissions
- [release/1.6 backport] remove github.com/opencontainers/runc dependency (#9606)
3938d63deremove github.com/opencontainers/runc dependency
- [release/1.6 backport] update runc binary to v1.1.11 (#9597)
9a9b11f73update runc binary to v1.1.11
- [release/1.6 backport] go.mod: dario.cat/mergo v1.0.0 (#9570)
- [release/1.6] restart: containerd.io/restart.logpath warning (#9572)
d24d263a4restart: containerd.io/restart.logpath warning
- [release/1.6 backport] WithAppendAdditionalGroups: better /etc/group handling (#9543)
9489c0eb0WithAppendAdditionalGroups: better /etc/group handling
- [release/1.6] cri: add deprecation warnings for deprecated CRI configs (#9547)
713065793deprecation: fix missing spaces in warningsde0cc92a7cri: add deprecation warning for runtime_root833b94149cri: add deprecation warning for rutnime_engine47de3d63dcri: add deprecation warning for default_runtimed421b8fdacri: add warning for untrusted_workload_runtime802cb64b0cri: add warning for old form of systemd_cgroup
- [release/1.6] Add warning for CRIU config usage (#9546)
f8447466cAdd warning for CRIU config usage
Dependency Changes
- dario.cat/mergo v1.0.0 new
- github.com/moby/sys/user v0.1.0 new
Previous release can be found at v1.6.26