System · Chronicle

The Cartarch Chronicle.

A journal of releases — what we shipped, what we refined, what we resolved, and a short note from the Archivist on each.

Folio IV · Issue 1 · Entry 20
v4.1.20 · 7 July 2026 · published

Chronicle of Changes.

Added1 entry

  • Cartarch now reports its running version at a small public /version endpoint, and every release is checked against the live site automatically after it ships, so a deploy that never actually rolled out raises an alert instead of passing unnoticed.
Notes from the Archivist

A release used to be tagged and handed to the cluster's auto-deployer with nothing confirming the new version actually reached the live site: a deploy that quietly failed to roll out (a stuck image updater, a pod that crash-looped and never went ready) looked exactly like success from the outside. The new /version endpoint answers 'what is actually running right now' without auth and without caching, and a post-release job polls it until the expected version appears and holds, or raises a loud alert pointing at the retraction runbook. It only detects; a human still decides whether to undo. This is the first half of making a bad release cheap to catch and cheap to reverse.