Pulse/internal/updates
rcourtman becda56897 Fix critical rollback download URL bug and doc inconsistencies
Issues found during systematic audit after #642:

1. CRITICAL BUG - Rollback downloads were completely broken:
   - Code constructed: pulse-linux-amd64 (no version, no .tar.gz)
   - Actual asset name: pulse-v4.26.1-linux-amd64.tar.gz
   - This would cause 404 errors on all rollback attempts
   - Fixed: Construct correct tarball URL with version
   - Added: Extract tarball after download to get binary

2. TEMPERATURE_MONITORING.md referenced non-existent v4.27.0:
   - Changed to use /latest/download/ for future-proof docs

3. API.md example had wrong filename format:
   - Changed pulse-linux-amd64.tar.gz to pulse-v4.30.0-linux-amd64.tar.gz
   - Ensures example matches actual release asset naming

The rollback bug would have affected any user attempting to roll back
to a previous version via the UI or API.
2025-11-06 14:25:32 +00:00
..
adapter_installsh.go Fix critical rollback download URL bug and doc inconsistencies 2025-11-06 14:25:32 +00:00
history.go Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
manager.go Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
manager_test.go Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
updater.go Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
version.go feat: finalize swarm service monitoring (#598) 2025-10-26 09:35:49 +00:00
version_test.go feat: add docker agent command handling 2025-10-15 19:27:19 +00:00