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): exempt dev from the canary rollout gate (#122)
Dev is not part of canary rollouts — dev envs are updated when code is
merged to main. The canary change (#121) started gating dev nodes by
safe_to_upgrade / test_farms, which could make a dev node wait instead of
tracking latest.
Make dev fully exempt: a dev node follows its network `latest` symlink
unconditionally (no safe_to_upgrade / test_farms gating) and skips the
version-match check.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments