Commit 9f6a5c38b4
Verified · cmc ci/build: success
CHANGELOG.org +15
| @@ -4,6 +4,21 @@ Versioning follows semver from v0.1.0. Database migrations run | ||
| 4 | 4 | automatically on daemon start; upgrade notes appear per release when |
| 5 | 5 | anything beyond "replace the binary and restart" is needed. |
| 6 | 6 | |
| 7 | * v1.0.1 — 2026-08-30 | |
| 8 | ||
| 9 | Two CI fixes found by running orgo's release pipeline on this instance. | |
| 10 | ||
| 11 | - A runner killed between claiming a build and reporting it left the build | |
| 12 | =running= forever, and the commit's =ci/<job>= status pending with it. | |
| 13 | =runner next= now fails builds past a 90-minute deadline — longer than the | |
| 14 | runner's own =-timeout= — and resolves their commit status. #53 | |
| 15 | - =gitbay keys add= and =gitbay repo deploy-key add= take stdin as a bare | |
| 16 | =< key.pub=, but only forwarded it when =--file -= appeared in the | |
| 17 | arguments, so both sent an empty body and rejected input the SSH API | |
| 18 | accepts. #55 | |
| 19 | ||
| 20 | Replace the binary and restart. | |
| 21 | ||
| 7 | 22 | * v1.0.0 — 2026-08-26 |
| 8 | 23 | |
| 9 | 24 | The web finishes the job #35 set it: reading, reviewing and responding, |