Pulse/internal
rcourtman ae3b78d661 fix: propagate unified agent version and improve legacy cleanup
Issues found during scenario testing:

1. Version propagation: The hostagent and dockeragent packages were
   reporting their own Version (0.1.0-dev) instead of the unified
   agent's version. Added AgentVersion config field to pass the
   parent's version down.

2. macOS legacy cleanup: The install.sh script was missing cleanup
   for pulse-docker-agent on macOS.

3. Windows legacy cleanup: The install.ps1 script was missing cleanup
   for legacy PulseHostAgent and PulseDockerAgent services.

These fixes ensure:
- Unified agent reports consistent version across host/docker metrics
- Legacy agents are properly removed on all platforms during upgrade
- Users migrating from legacy agents get a clean transition
2025-11-25 23:39:10 +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: add auto-update support for unified agent 2025-11-25 23:15:03 +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 Improve update procedure tracking 2025-11-15 16:43:42 +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