Release ForgeFlow 0.6.0

This commit is contained in:
NuklearRabbit
2026-07-25 05:59:07 +02:00
parent cf1f67a823
commit 9d3933c878
48 changed files with 2208 additions and 466 deletions
+10
View File
@@ -0,0 +1,10 @@
# ForgeFlow 0.5.4
This release repairs the first real SSH / Unraid deployment path.
- Preflight now verifies **Unraid → Gitea access** with the exact configured clone URL before deployment can start.
- SSH deployments run as a **background deployment** operation; the interface returns immediately and polls the real operation state.
- Failed SSH or Docker operations are written back as terminal failed operations instead of leaving the UI indefinitely active.
- Compose service and container casing are preserved, so the requested name **Portfolio** remains Portfolio.
- Generated Compose no longer forces service names to lowercase.
- Deployment status refreshes automatically until success or failure.