Django-MOJO
MarkdownOpen in ClaudeOpen in ChatGPT

1.15.8 — Stable outbound IPs for provider allowlists

Editorial identity incomplete

2026-08-20

Providers that require IP allowlisting need a fixed set of addresses, and a fleet whose nodes take whatever public IP AWS hands them cannot supply one. This release adds a Stable outbound IPs control to the Admin fleet screen: one confirmed action gives every registered node a permanent Elastic IP, verifies the association against AWS before reporting success, and shows the canonical list to hand vendors. The policy is durable, so a node added later gets its address before it serves traffic. Disabling is deliberate and recoverable — it detaches but keeps the reservations, so an accidental click cannot discard addresses a vendor has already allowlisted. Installs with no load balancer, which this control does not manage, now get a read-only list of the addresses their nodes already hold instead of an empty panel. Also: deploys no longer risk installing a stale framework version from a cached PyPI catalog, and three admin-portal fixes.

Added

Changed

Fixed

Upgrade notes