docs: v0.61.0 CHANGELOG + README (F1 mem/F17 restore/F5 route) + FIXSPEC statuses + REPORT
This commit is contained in:
@@ -15,6 +15,32 @@
|
||||
|
||||
---
|
||||
|
||||
## BATCH 1 (+F17) IMPLEMENTATION STATUS — shipped v0.61.0 (2026-06-14)
|
||||
|
||||
All controller-side Batch-1 items + F17 implemented, tested, built, deployed to demo guest 9201, and the
|
||||
key fixes live-verified. (F9, F20-BUG2, F20-BUG3 remain for the SUPERVISED agent/golden session.)
|
||||
|
||||
| Finding | Status | Commit | Live verification |
|
||||
|---|---|---|---|
|
||||
| F1 | **FIXED** | `0550b31`+`4989513` | `/api/system/info total_mem_mb=2048` (was 15771) |
|
||||
| F20-BUG1 | **FIXED** | `2cf3fad` | unit test (502→non-nil err) |
|
||||
| F4 | **FIXED** | `56fe574` | `GET /api/stacks/rescan` → 405 |
|
||||
| F6 | **FIXED** | `56fe574` | 202 + "Telepítés elindítva" (code/UI) |
|
||||
| F7 | **FIXED** | `4938cc8` | status-refresh 10s |
|
||||
| F8 | **FIXED** | `6868489` | unit test (mode 0600 on Linux) |
|
||||
| F5 (catalog) | **FIXED** | app-catalog `main` | uptime-kuma healthy → route 302 (was 404) |
|
||||
| F5 (dashboard) | **FIXED** | `803ce50` | funcmap + template render tests |
|
||||
| F17 | **FIXED** | `0b9450e` | **marker DB round-trip PASSED live** (escape hatch cleared) |
|
||||
| F9, F20-BUG2, F20-BUG3 | DEFERRED | — | SUPERVISED next session (agent/golden) |
|
||||
|
||||
Note on F1: the FIXSPEC's "read the cgroup limit" approach proved a **no-op on the demo** — the
|
||||
controller container's own cgroup is unlimited (the 2 GB cap is on the LXC ancestor, hidden) and there is
|
||||
no lxcfs in the container. The working source is `docker info` MemTotal (the daemon runs in the LXC), with
|
||||
the deploy guard's "used" switched to the controller's committed-memory accounting (host RSS is not
|
||||
observable per-guest). cgroup-limit reading is retained for the non-nested case.
|
||||
|
||||
---
|
||||
|
||||
## RE-DIAGNOSIS SUMMARY (verdict counts)
|
||||
|
||||
| Verdict | Count | Findings |
|
||||
|
||||
Reference in New Issue
Block a user