This release comes with enabling stargz snapshotter to be import
-ed as a builtin snapshotter plugin, supporting exporting prometheus metrics and rootless support for Ubuntu, Debian and any distro newer than Linux 5.11. For more details about rootless mode, please refer to the doc in nerdctl (containerd/nerdctl#123).
Notable Changes
-
Stargz Snapshotter
- Support importing stargz snapshotter as a builtin plugin (#267)
- Support exporting prometheus metrics (#288)
- Support rootless on Linux > 5.11 (support for
userxattr
overlayfs option) (#290), thanks @AkihiroSuda - Add check if snapshotter is supported during starting up of the plugin (#282)
- Add
--version
option tocontainerd-stargz-grpc
(#269) - Refactoring filesystem and cache (#283)
- Use containerd's scope generator function (#278)
-
estargz library
- Support to parse suid/sgid/sticky bits (#286)
-
CI
- Use
nerdctl
in CI (#273)
- Use