Gitfed
bastien-mrq/gitfed/ Commits/ cdce1aa

Release v1.2.6

bastien-mrq 2026-07-29 12:10 commit cdce1aa4a8fd4c90c530237cebce27e71f04a89a parent f4ae474fc4249ec009007972c0f9ebb9d4ee6252
2 files changed +6 −1
M CHANGELOG.md +5 −0
M VERSION +1 −1
CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index d6bbe01..a8482bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.2.6 + +- The Go module now has a real, resolvable path instead of the bare `gitfed` it had since the start, and gitfed-web answers Go tooling's module-discovery request for any public repo it hosts — `go install <domain>/<owner>/<repo>/cmd/x@ref` now works directly, no `git clone` needed first. `gitfed-renew-cert` is the first beneficiary: `go install git.neuromancer.ovh/bastien-mrq/gitfed/cmd/gitfed-renew-cert@main`. +- Added `FEDERATION.md`: a practical, step-by-step guide to actually setting up a working cross-instance collaboration, including the trust-approval step that's easy to miss (see 1.2.5). + ## 1.2.5 - Granting a federated collaborator now says explicitly when their domain is left pending trust approval, instead of a generic "granted" message that gave no hint their first clone would fail. A persistent nav badge for admins (next to the notification bell) also shows as long as any domain is pending, pointing at Admin → Trust store.
VERSION
diff --git a/VERSION b/VERSION index c813fe1..3c43790 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.5 +1.2.6