• v0.1.14 413af10acc

    v0.1.14 Stable

    gitea_admin released this 2026-07-02 22:06:42 +00:00 | 1292 commits to main since this release

    Fixed

    • Release machinery no longer leaves a FAILED CI row per release: every CI
      sensor now excludes release-cadence/<v> (mirrors _devbump//_promote/).
      The cadence CWT pushes that branch, PR-merges it, then deletes it seconds
      later; CI was firing on the push and racing the delete, so the build cloned
      an already-gone branch (fatal: Remote branch … not found). Applied to all
      13 versioned projects (gitops-flux seanfarm/platform are versionless → no
      cadence → exempt).
    • pipeline-land now deletes the feature branch after a successful merge
      (delete_branch_after_merge) — a landed branch is done, so it's reaped
      instead of accumulating on Forgejo. The branch-delete push (after==000…0)
      is already dropped by every CI filter, so no spurious build fires.
    Downloads