1-month soak check on the v7.3.0 update-check feature. ## Checks - [ ] `docker logs docker-dash --since 30d 2>&1 | grep -E "update-check" | wc -l` — expect roughly 60 successful refreshes (2/day × 30d), failures < 5% - [ ] Cache freshness: `lastChecked` within last 13h - [ ] If new releases shipped since 2026-04-25, staging detects them (`hasUpdate: true`, `latest: v<N>`) - [ ] No regressions in `/api/system/check-updates` ## If pattern of failures > 10% Open a follow-up issue.
1-month soak check on the v7.3.0 update-check feature.
Checks
docker logs docker-dash --since 30d 2>&1 | grep -E "update-check" | wc -l— expect roughly 60 successful refreshes (2/day × 30d), failures < 5%lastCheckedwithin last 13hhasUpdate: true,latest: v<N>)/api/system/check-updatesIf pattern of failures > 10%
Open a follow-up issue.