A CLI-first git forge.

cli forge git self-hosted

https://gitbay.org

Commit 9f6a5c38b4

9f6a5c38b4157b1a87574f288c33f11ea5d12d14

parent: 3163083852

Verified · cmc ci/build: success

cmc <hello@cleberg.net> · 2026-08-30T22:04:18Z

CHANGELOG: v1.0.1
CHANGELOG.org +15
@@ -4,6 +4,21 @@ Versioning follows semver from v0.1.0. Database migrations run
44automatically on daemon start; upgrade notes appear per release when
55anything beyond "replace the binary and restart" is needed.
66
7* v1.0.1 — 2026-08-30
8
9Two 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
20Replace the binary and restart.
21
722* v1.0.0 — 2026-08-26
823
924The web finishes the job #35 set it: reading, reviewing and responding,