docs: start milestone v1.3 Unraid Update Status Sync

This commit is contained in:
Lucas Berger
2026-02-08 19:35:46 -05:00
parent 1e84472efd
commit c071b890ef
2 changed files with 20 additions and 7 deletions
+15 -3
View File
@@ -46,7 +46,10 @@ When you get a container update notification or notice a service is down, you ca
### Active ### Active
(No active requirements — define in next milestone) **v1.3: Unraid Update Status Sync**
- [ ] After bot updates a container, Unraid recognizes it as current (no stale badges)
- [ ] No false-positive Unraid Telegram notifications for containers already updated via bot
- [ ] No manual Unraid login required to clear update status after bot updates
### Out of Scope ### Out of Scope
@@ -112,7 +115,16 @@ When you get a container update notification or notice a service is down, you ca
| Action-based sub-workflow routing | Sub-workflow returns action field, main routes to Telegram handlers | ✓ Good | | Action-based sub-workflow routing | Sub-workflow returns action field, main routes to Telegram handlers | ✓ Good |
| Correlation IDs without persistent logging | Timestamp+random string traces requests; ring buffer non-viable on n8n | ✓ Good | | Correlation IDs without persistent logging | Timestamp+random string traces requests; ring buffer non-viable on n8n | ✓ Good |
| Infrastructure container exclusion | Exclude n8n and socket-proxy from "update all" to prevent self-destruction | ✓ Good | | Infrastructure container exclusion | Exclude n8n and socket-proxy from "update all" to prevent self-destruction | ✓ Good |
| Document Unraid badge as limitation | Unraid API integration adds complexity for cosmetic issue | ✓ Good | | Document Unraid badge as limitation | Unraid API integration adds complexity for cosmetic issue | ⚠️ Revisit |
## Current Milestone: v1.3 Unraid Update Status Sync
**Goal:** After the bot updates a container, Unraid recognizes it's current — no stale badges, no false-positive notifications.
**Target features:**
- Sync update status back to Unraid after bot-initiated container updates
- Eliminate false-positive Unraid Telegram notifications for already-updated containers
- (Nice-to-have) Use Unraid's update detection data in the bot's update flow
--- ---
*Last updated: 2026-02-08 after v1.2 milestone* *Last updated: 2026-02-08 after v1.3 milestone started*
+5 -4
View File
@@ -2,16 +2,17 @@
## Current Position ## Current Position
- **Milestone:** v1.2 SHIPPED - **Milestone:** v1.3 Unraid Update Status Sync
- **Status:** Milestone archived, tagged v1.2 - **Phase:** Not started (defining requirements)
- **Last activity:** 2026-02-08 -- v1.2 milestone completed and archived - **Status:** Defining requirements
- **Last activity:** 2026-02-08 -- Milestone v1.3 started
## Project Reference ## Project Reference
See: .planning/PROJECT.md (updated 2026-02-08) See: .planning/PROJECT.md (updated 2026-02-08)
**Core value:** When you get a container update notification or notice a service is down, you can immediately investigate and act from your phone. **Core value:** When you get a container update notification or notice a service is down, you can immediately investigate and act from your phone.
**Current focus:** Planning next milestone **Current focus:** v1.3 — Sync update status back to Unraid after bot-initiated updates
## Progress ## Progress