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: Add RollingUpdateSpec validation and deploying_revision_id null check
- Add Pydantic model_validator to reject max_surge=0 + max_unavailable=0
(deadlock scenario where no progress is possible)
- Add explicit ValueError when deploying_revision_id is None in
evaluate_cycle to fix mypy arg-type error
- Update test to expect ValueError for None deploying_revision_id
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments