fix: bump up registry key version to clear off stale entries in dbs

This commit is contained in:
Ashwin Bharambe 2025-02-26 13:58:03 -08:00
parent 3f0b8c25aa
commit 657efc67bc

View file

@ -33,7 +33,7 @@ class DistributionRegistry(Protocol):
REGISTER_PREFIX = "distributions:registry"
KEY_VERSION = "v7"
KEY_VERSION = "v8"
KEY_FORMAT = f"{REGISTER_PREFIX}:{KEY_VERSION}::" + "{type}:{identifier}"