✅ Release Asset Validation: PASSED
All release assets have been validated successfully!
Status: Ready for publication ✅
Validated: 2025-11-20 14:24:45 UTC
Workflow: Pulse Release Pipeline #13
Validation Summary
- All required assets present ✓
- Checksums verified ✓
- Version strings correct ✓
- Binary architectures validated ✓
What's Changed
New Features
- Sensor proxy Phase 2 is complete: config is now managed via CLI with atomic writes, automatic cleanup of stale state, and better allowed_nodes handling for cluster and standalone installs.
- Added configurable PVE polling interval and shared status indicators, plus a poll watchdog to prevent worker leaks (#467, #696).
- UI now surfaces LXC mountpoints and avoids redundant PBS snapshot polling, improving visibility for proxmox storage and backups (#715, #717).
Bug Fixes
- Fixed multiple sensor-proxy installer issues: accurate arch/CTID detection, HTTPS/allowed_nodes regeneration, duplicate sanitization, and safe reinstallation paths for standalone or clustered hosts.
- Resolved login UX glitches (remember-me toggle), Node modal typing, and macOS hot-dev build failures for the sensor proxy.
- Hardened Windows installer arch detection and download handling so .exe lookups work consistently (#684, #723).
- Prevented token collisions and cleaned up installer failures that left partial allowed_nodes entries.
Improvements
- Upgraded dependencies: js-yaml security fix (CVE-2025-64718) and golang.org/x/crypto v0.45.0.
- Expanded installer resilience: better sensor-proxy self-heal, backup polling guardrails, and Docker installer purge/arch overrides.
- Reused Docker build cache across integration/release jobs and tightened release workflow triggers for faster, more reliable builds.
- Documentation refreshed for sensor-proxy configuration, operations runbooks, and auto-update guidance.
Breaking Changes
None.
Installation
Docker (recommended):
docker pull rcourtman/pulse:4.32.0Docker Compose:
Update your docker-compose.yml to use rcourtman/pulse:4.32.0
See the Installation Guide for complete setup instructions.