containerd 2.2.0
Welcome to the v2.2.0 release of containerd!
The second minor release of containerd 2.x focuses on continued stability alongside new features and improvements. This is the second time-based released for containerd.
Highlights
-
Add mount manager (#12063)
The mount manager is a new service that provides lifecycle management for filesystem mounts to support more advanced use cases, such as:
- Device formatting to create formatted filesystems (xfs, ext4) on-demand
- Mount activation to prepare devices such as loopbacks or network fileystems
- Mount transformation to allow mount arguments to be filled in dynamically from previous mounts
- Garbage collection of mounts to ensure temporary mounts are never leaked