-
Morphit v1.9.14
StableAll checks were successfulmorphit-ci / TypeScript typecheck (sweep all workspaces) (push) Successful in 46smorphit-ci / apps/web svelte-check (svelte-kit sync + svelte-aware tsc) (push) Successful in 38smorphit-ci / Integration tests (real Postgres 16) (push) Successful in 39smorphit-ci / ansible-lint (playbook quality gate) (push) Successful in 15smorphit-ci / Smoke suite (run-smokes.sh, triple-pulse) (push) Successful in 28m18smorphit-release / Build + publish release tarball (push) Successful in 29m0sreleased this
2026-08-01 23:30:40 +00:00 | 8 commits to main since this releaseMorphit v1.9.14
Theme: the warrant canary is now hands-off across upgrades — the served folder can't stay broken.
Two things now protect the canary upload from an upgrade re-rooting the served
folder. The ownership-preserving fix from v1.9.13 takes effect for every upgrade
run by v1.9.13-or-newer code, so upgrades stop re-rooting the folder. On top of
that, the weekly canary refresh now self-heals: if it ever finds the served folder
re-rooted, it takes it back before uploading. Between the two, a canary upload can
no longer be left broken by an upgrade.Added
The canary refresh self-heals a re-rooted folder. The weekly refresh
(~/.morphit/update-canary.sh, written byscripts/canary/setup.sh) now makes the
servedbuild/folder writable again — best-effort, before every upload — so even
if something leaves it root-owned, the next refresh fixes it and uploads cleanly
instead of failing with "permission denied." This runs from the machine you sign on,
not the server's installed code, so it protects the canary on any version. Re-run
scripts/canary/setup.shonce to pick it up.Notes
- No database migrations. No breaking changes.
- The self-heal fixes the folder with
sudoon the server, and an unattended weekly
timer can't type a password — so the self-heal runs on its own only if the upload
account has passwordless sudo. Without it, the v1.9.13 ownership-preserving fix
is what keeps upgrades from re-rooting the folder in the first place. - New operators:
scripts/canary/setup.shalready makes the served folder writable
for you at setup time, so your first canary upload works; from then on it stays
that way across upgrades. - The canary's signing model is unchanged: signed with your own PGP key, off the
served box when you want it that way, so it goes stale exactly when it should.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads