Starting with v2.0, `<DATAROOT>/<ADDRHASH>/names/<NAMESPACE>` is accidentally created as `<DATAROOT>/<ADDRHASH>/<NAMESPACE>`. e.g., ``` /var/lib/nerdctl/1935db59/default/foo ``` - - - Caused by https://github.com/containerd/nerdctl/commit/bf89c084719237ea3f7aca1fa0d64bcb9f2f7df4#diff-7e8241ea95018a415ccbb4d0697f2842179f62d2a4b968671d4ebdb962f2e11aL32 Fixing this regression can be also a breaking change for existing containers, so this regression should not be fixed in a patch release?