You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All registry descriptors that are signed should be explicitly versioned so that we can have code that supports multiple versions of the descriptors as we can't do migrations on signed data without invalidating the signatures.
The most recent change that breaks node descriptors is #2514 which changes the node role bitmask so previous node descriptors are now invalid. This makes it impossible to upgrade from 20.1 to 20.2 without regenerating all descriptors.
The text was updated successfully, but these errors were encountered:
All registry descriptors that are signed should be explicitly versioned so that we can have code that supports multiple versions of the descriptors as we can't do migrations on signed data without invalidating the signatures.
The most recent change that breaks node descriptors is #2514 which changes the node role bitmask so previous node descriptors are now invalid. This makes it impossible to upgrade from 20.1 to 20.2 without regenerating all descriptors.
The text was updated successfully, but these errors were encountered: