Django-MOJO
MarkdownOpen in ClaudeOpen in ChatGPT

1.5.0 — Fleet code deploy

2026-08-07

A webhook on the deploy branch rolls the fleet: one canary node first, the rest released only once it proves the release, migrations behind a Postgres advisory lock. Adds EDGE_CONVERGE_ENABLED so the edge app can be installed for the deploy plane alone.

Added

Changed

Upgrade notes

If you write your own update script, report failure before rolling back. A rollback may reinstall a version that predates the reporting tool, so the report has to happen while that tool still exists. The documented skeleton contract was corrected to this order.

This feature is inert without the corresponding skeleton changes — see the deploy documentation for what a node needs.