Skip to main content

max / makenotwork

Release mnw-server v0.11.4 Ships GCK rotation on group member removal. The rotate route and the sync_group_grants table landed in 9a8bf2b3 with the client half in synckit@5e88f2d, but prod runs 0.11.3 from an older sha, so on the live server removing a group member revokes access without rotating the key. This release is what closes that. Carries migration 183 (synckit_group_grant_generations), so the promote is one-way: rollback restores the binary and release_contents, never the schema. Promoted with bears_migration set, which forces the operator confirm that acknowledges it. Green on run 30 at 56389f66, the first build to pass all nine host gates — most of which had never executed before today, having sat configured in the repo and absent from /etc/sando.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-03 21:15 UTC
Signed with PGP, not checked
Commit: 70b6e69e7ff9b6fbd4fa549c674b19d195222d34
Parent: 56389f6
2 files changed, +2 insertions, -2 deletions
@@ -5159,7 +5159,7 @@
5159 5159
5160 5160 [[package]]
5161 5161 name = "makenotwork"
5162 - version = "0.11.3"
5162 + version = "0.11.4"
5163 5163 dependencies = [
5164 5164 "ammonia",
5165 5165 "anyhow",
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "makenotwork"
3 - version = "0.11.3"
3 + version = "0.11.4"
4 4 edition = "2024"
5 5 license = "LicenseRef-PolyForm-Noncommercial-1.0.0"
6 6 # Server binary: never published to a registry. Marks the crate private so