Pulse/internal
rcourtman 6853a0ffd1 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
..
agentbinaries Related to #712: auto-restore host agent binaries for download 2025-11-20 15:45:21 +00:00
agentupdate feat: add auto-update support for unified agent 2025-11-25 23:15:03 +00:00
alerts Handle ignored docker containers during alert reevaluation (related to #561) 2025-11-21 22:19:19 +00:00
api feat: serve install scripts from GitHub releases instead of main branch 2025-11-26 08:59:59 +00:00
auth Fix config backup/restore by enforcing 12-char minimum password (related to #646) 2025-11-07 22:51:55 +00:00
config WIP: Save all pending changes including frontend updates and unified agent scaffolding 2025-11-25 11:27:07 +00:00
crypto Update config persistence, crypto, and dev script 2025-11-20 11:46:20 +00:00
discovery Fix discovery test Prometheus metric collision 2025-11-11 23:34:49 +00:00
dockeragent fix: propagate unified agent version and improve legacy cleanup 2025-11-25 23:39:10 +00:00
errors Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
hostagent fix: propagate unified agent version and improve legacy cleanup 2025-11-25 23:39:10 +00:00
hostmetrics Fix ZFS storage reporting on TrueNAS SCALE (#718) 2025-11-22 23:53:39 +00:00
logging feat: comprehensive diagnostics and observability improvements 2025-10-21 12:37:39 +00:00
mdadm feat: Add mdadm RAID monitoring support for host agents 2025-11-09 16:36:33 +00:00
metrics Add comprehensive alert system reliability improvements 2025-11-06 16:46:30 +00:00
mock Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
models feat: adaptive node table layout, guest row fixes, and legacy agent detection 2025-11-25 17:19:36 +00:00
monitoring feat: improve legacy agent detection and migration UX 2025-11-25 23:26:22 +00:00
notifications Add recovery notifications and grouping controls 2025-11-21 22:07:00 +00:00
sensors feat: Add temperature collection to pulse-host-agent (related to #661) 2025-11-07 22:54:40 +00:00
ssh/knownhosts feat(security): Add SSH output limits and improve host key management 2025-11-07 17:09:02 +00:00
system Add Docker container name auto-detection to bootstrap UI 2025-11-15 10:45:00 +00:00
tempproxy Improve temperature proxy workflow 2025-11-17 14:25:46 +00:00
types Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
updates feat: serve install scripts from GitHub releases instead of main branch 2025-11-26 08:59:59 +00:00
utils Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
websocket Guard WebSocket broadcast buffers when clients stall (Related to #734) 2025-11-21 10:14:10 +00:00