mirror of
https://github.com/containerd/containerd.git
synced 2026-08-11 09:37:14 +00:00
Deprecate the enable_cdi config option for CRI. Change it to a pointer so we can differentiate between an unset value and one that is set explicitly to false. Treat an omitted setting (nil value) as enabled. Mark it deprecated in RELEASES.md. Add a deprecation warning for it. Log that warning if we start up with enable_cdi explicitly set to false. Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>