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
fix(upgrade): handle version prefix matching in success detection
When version detection returns short form (3.13) but target is full
version (3.13.11), the upgrade success check incorrectly reported
failure. Now checks if versions are prefix-related before warning.
Example: installed=3.13, target=3.13.11 - after upgrade the snapshot
may still show 3.13, but since 3.13 is a prefix of 3.13.11, we
consider the upgrade successful within that version range.
0 commit comments