mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-28 04:38:59 +00:00
8adcef8e47
* fix(fleet): add Docker Hub fallback for version detection on private repos The GitHub Releases API returns 404 for private repos, causing the latest version fetch to silently fail and fall back to the gateway's own version (defeating the update detection fix from PR #454). Now tries GitHub first, then falls back to Docker Hub tags API which is always public. Adds console.warn logging on fetch failures per Directive 7. * ci: trigger CI re-run