✅ Release Asset Validation (Post-Publish): PASSED
Assets were revalidated after publication due to a release edit.
Status: Live release assets re-validated ✅
Validated: 2026-02-05 00:20:44 UTC
Workflow: Pulse Release Pipeline #144
Validation Summary
- All required assets present ✓
- Checksums verified ✓
- Version strings correct ✓
- Binary architectures validated ✓
Bug Fixes
- Fixed agent installation on fresh installs: Newly generated agent tokens were missing the
agent:execscope required for WebSocket connections, causing agents to fail during installation. Tokens now include the correct scope automatically. - Fixed Proxmox node auto-registration: The auto-register endpoint was rejecting agent tokens due to a missing scope, preventing Proxmox nodes from being automatically added when an agent is installed on a PVE/PBS host.
- Fixed agent:exec scope visibility: The
agent:execscope is now available in the manual API token creation UI under Settings, allowing users to add it when creating tokens manually.
Fixes #1191
Installation
Docker (recommended):
docker pull rcourtman/pulse:5.1.2Docker Compose:
Update your docker-compose.yml to use rcourtman/pulse:5.1.2
See the Installation Guide for complete setup instructions.