Skip to content

v1.19.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 14:40
· 208 commits to main since this release

Changed

  • The prompt review now leaves well-constructed prompts alone in auto-fix
    runs instead of asking for report-only praise.
  • Releases are now assembled as drafts before becoming visible, and rerunning
    a release refuses to replace an already-published version's assets or notes.
  • Pin the govulncheck executable used locally and in CI while continuing to
    scan against the current vulnerability database.
  • Dashboard and launcher panels now use square instrument frames instead of
    generic rounded cards.
  • The run documentation now includes a quiesced backup and restore drill for
    durable state, including restore verification and explicit RPO/RTO guidance.

Fixed

  • Invalid or unrepresentable elapsed values in the run index now fall back to
    the recorded start and end times instead of displaying a wrapped duration.
  • Deduplicate --dirs targets that name the same tree through symlinks.
  • Preserve launcher run options when stacked PR mode is toggled off again.
  • Build and help targets no longer create the test scratch directory; only
    test targets set up and use it.
  • Custom agent files are validated completely before any definitions are
    registered, and blank executable names now fail at startup.

Security

  • Self-update authentication is now sent only to GitHub over HTTPS, preventing
    release metadata from forwarding a GitHub token to another host.