# ForgeFlow 0.10.9 ## Reliable deployment inventory and preflight - Unraid inventory now includes containers without healthchecks. Docker's complete JSON state is parsed safely instead of using a failing Go-template lookup. - ForgeFlow is single-instance: opening it again focuses the existing window, preventing concurrent inventory scans and configuration writes. - Server pull verifies required Compose files or the Dockerfile at the exact Gitea commit before any deployment operation starts. - Server-pull verification now separates deploy-ready access from optional live-SHA and runtime-health evidence. A recoverable workload is no longer shown as blocked merely because parity is not yet provable. - Deployment cards and audit output show concrete access blockers and non-blocking warnings instead of a generic incomplete result. - All discovery, verification and preflight checks remain non-destructive; no containers are changed during these checks.