-
v0.1.14 Stable
released this
2026-07-02 22:06:42 +00:00 | 1292 commits to main since this releaseFixed
- Release machinery no longer leaves a FAILED CI row per release: every CI
sensor now excludesrelease-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-landnow 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Release machinery no longer leaves a FAILED CI row per release: every CI