Skip to content

v4.3.5 - Allow Repo Refresh During Drain Mode

Choose a tag to compare

@alex-morgan-o alex-morgan-o released this 03 May 15:21
1442a9a

Why This Matters

Operators can now refresh watched repository and pull request status while drain mode is enabled. This keeps dashboards current during maintenance windows without restarting agent work, release creation, or deployment healing.

Detailed Changes

  • PR #153: The repo sync action now works during drain mode, so Fetch can reconcile GitHub status while automation remains paused.
  • PR #153: Drain mode now allows only watched-repo sync jobs to run and continues blocking babysitter, release, and deployment-healing automation.
  • PR #153: Updated API/runtime documentation and added regression coverage for the new drain-mode sync behavior.
  • PR #152: Added full-app QA coverage, a local browser QA report, screenshots, and a reusable QA runner to strengthen future release validation.