mirror of
https://github.com/selfhosters-cc/container-census.git
synced 2026-01-18 20:56:34 -06:00
The telemetry collector was comparing its own version against GitHub instead of comparing the requesting census server's version. This caused update notifications to fail when the collector and census server had different versions. Changes: - Export IsNewerVersion function from version package - Update telemetry collector to compare req.CurrentVersion against GitHub latest - Add backward compatible isNewerVersion alias This fixes the issue where census server 2.0.3 wasn't being notified about updates to 2.0.4/2.0.5 even though the collector knew about them. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>