来源: https://github.com/containerd/containerd/releases/tag/v1.7.32
containerd/containerd v1.7.32 Release Notes
Published at: 2026-05-20T21:30:57Z
Welcome to the v1.7.32 release of containerd!
The thirty-second patch release for containerd 1.7 contains various fixes
and updates including a security patch.
containerd
Allow hosts.toml to contain only root-level fields without an explicit [host] section (#10028)
Fix handling of out-of-range USER values in OCI spec to avoid unexpected username/group lookups (#13450)
Apply hardening to block AF_ALG in default socket policy (#13406)
Support both “volatile” and “fsync=volatile” mount options for volatile snapshotter (#13299)
Set AppArmor abi conditionally to support versions < 3.0 (#13273)
Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues.
- Maksym Pavlenko
- Chris Henzie
- Derek McGowan
- Paweł Gronowski
- Samuel Karp
- Wei Fu
- Brad Davidson
- Brian Goff
- LEI WANG
- Phil Estes
17 commits
bc87d865cPrepare release notes for v1.7.32- oci: return explicit error for out-of-range USER values (#13450)
503f47946oci: return explicit error for out-of-range USER values
- seccomp: Block AF_ALG in default socket policy (#13406)
- Fix issue with empty host tree in hosts.toml (#10028)
24007441dFix error parsing hosts.toml without anyhosttree
- Support both styles of volatile mount option (#13299)
940733149Support both styles of volatile mount option
- apparmor: Set abi conditionally (#13273)
2b732c892apparmor: Set abi conditionally
- Add GitHub Action for k8s node e2e tests (#13258)
0db1e143aAdd GitHub Action for k8s node e2e tests
- Update release process after 1.7 (#13236)
This release has no dependency changes
Previous release can be found at v1.7.31