Pulse/internal/updates
rcourtman e467523a61 feat: serve install scripts from GitHub releases instead of main branch
Scripts like install.sh and install-sensor-proxy.sh are now attached
as release assets and downloaded from releases/latest/download/ URLs.
This ensures users always get scripts compatible with their installed
version, even while development continues on main.

Changes:
- build-release.sh: copy install scripts to release directory
- create-release.yml: upload scripts as release assets
- Updated all documentation and code references to use release URLs
- Scripts reference each other via release URLs for consistency
2025-11-26 08:59:59 +00:00
..
adapter_installsh.go feat: serve install scripts from GitHub releases instead of main branch 2025-11-26 08:59:59 +00:00
history.go Improve update procedure tracking 2025-11-15 16:43:42 +00:00
manager.go Improve update procedure tracking 2025-11-15 16:43:42 +00:00
manager_test.go Improve update procedure tracking 2025-11-15 16:43:42 +00:00
mock_updater.go Add release dry run workflow and API update integration test 2025-11-12 21:02:52 +00:00
queue.go Refactor update service to eliminate polling and race conditions 2025-11-11 09:33:05 +00:00
queue_test.go Refactor update service to eliminate polling and race conditions 2025-11-11 09:33:05 +00:00
sse.go Refactor update service to eliminate polling and race conditions 2025-11-11 09:33:05 +00:00
sse_test.go Refactor update service to eliminate polling and race conditions 2025-11-11 09:33:05 +00:00
updater.go Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
version.go Add release dry run workflow and API update integration test 2025-11-12 21:02:52 +00:00
version_test.go feat: add docker agent command handling 2025-10-15 19:27:19 +00:00