docs: pause v1.4 — updateContainer requires Unraid 7.3+, v1.3 restored to n8n

UAT revealed Unraid GraphQL API (7.2.x) only has start/stop mutations.
updateContainer, updateContainers, updateAllContainers exist in API source
but ship in Unraid 7.3+ (unreleased). v1.3 workflows pushed to n8n as
stable rollback. v1.4 work preserved on branch for when 7.3 ships.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Lucas Berger
2026-02-09 12:46:48 -05:00
parent 07aeace1fd
commit 1cb1592bf4
2 changed files with 52 additions and 77 deletions
+9 -6
View File
@@ -52,10 +52,12 @@
</details>
### 🚧 v1.4 Unraid API Native (In Progress)
### ⏸️ v1.4 Unraid API Native (PAUSED — waiting for Unraid 7.3)
**Milestone Goal:** Replace Docker socket proxy with Unraid's GraphQL API for all container operations, remove container logs feature, and clean up all proxy artifacts.
**PAUSED:** UAT revealed `updateContainer` mutation only ships in Unraid 7.3+ (not yet released). Status queries and start/stop/restart work via GraphQL, but update operations require the missing mutation. v1.3 workflows restored to n8n for stable production use. Resume when Unraid 7.3 ships.
#### Phase 15: Infrastructure Foundation
**Goal**: Data transformation layers ready for Unraid API integration
**Depends on**: Phase 14
@@ -139,11 +141,12 @@ Phases execute in numeric order: 1-14 (complete) → 15 → 16 → 17 → 18
| 13 | Documentation Overhaul | v1.2 | 1/1 | Complete | 2026-02-08 |
| 14 | Unraid API Access | v1.3 | 2/2 | Complete | 2026-02-08 |
| 15 | Infrastructure Foundation | v1.4 | 2/2 | Complete | 2026-02-09 |
| 16 | API Migration | v1.4 | 6/6 | Complete | 2026-02-09 |
| 17 | Cleanup | v1.4 | 0/? | Not started | - |
| 18 | Documentation | v1.4 | 0/? | Not started | - |
| 16 | API Migration | v1.4 | 6/6 | UAT: 6/9 pass, blocked on Unraid 7.3 | 2026-02-09 |
| 17 | Cleanup | v1.4 | 0/? | PAUSED | - |
| 18 | Documentation | v1.4 | 0/? | PAUSED | - |
**Total: 4 milestones shipped (14 phases, 50 plans), v1.4 in progress (Phase 15-16 complete, 8/10 plans)**
**Total: 4 milestones shipped (14 phases, 50 plans), v1.4 PAUSED (blocked on Unraid 7.3 updateContainer mutation)**
**Production: v1.3 workflows running on n8n**
---
*Updated: 2026-02-09 — Phase 16 complete (6/6 plans, all container operations use GraphQL)*
*Updated: 2026-02-09 — v1.4 PAUSED, v1.3 restored to n8n. Resume when Unraid 7.3 ships.*