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
The current consensus mechanism permits removing scheduled runtime deployments and/or replacing them with a new deployment, even if the replacement has a lower version number or the same version number but a different bundle checksum. This creates challenges for version management, as versions can go backwards or the binary checksum changes.
To address this issue, the consensus should enforce the following rules:
Scheduled deployments must not be modified once they are defined.
Every new deployment must have a higher version number than the preceding one.
Disallow the removal of scheduled versions entirely and instead require to overwrite them.
The text was updated successfully, but these errors were encountered:
The current consensus mechanism permits removing scheduled runtime deployments and/or replacing them with a new deployment, even if the replacement has a lower version number or the same version number but a different bundle checksum. This creates challenges for version management, as versions can go backwards or the binary checksum changes.
To address this issue, the consensus should enforce the following rules:
The text was updated successfully, but these errors were encountered: