✅ Release Asset Validation (Post-Publish): PASSED
Assets were revalidated after publication due to a release edit.
Status: Live release assets re-validated ✅
Validated: 2025-12-24 18:34:49 UTC
Workflow: Pulse Release Pipeline #65
Validation Summary
- All required assets present ✓
- Checksums verified ✓
- Version strings correct ✓
- Binary architectures validated ✓
Security Improvements
Breaking Change: Command Execution Opt-In###
AI command execution on agents is now disabled by default for improved security.
If you use AI auto-fix features, add one of these to your agent configuration:
- Flag:
--enable-commands - Environment variable:
PULSE_ENABLE_COMMANDS=true
The old --disable-commands flag is deprecated (commands are disabled by default now).
Bug Fixes
- DHCP IP changes: Handle dynamic IP changes without creating duplicate host entries
- Duplicate hostnames: Allow same hostname for different Proxmox hosts (e.g., multiple clusters)
- AI Patrol: Only runs when AI is enabled in settings
- AI timeout: Request timeout setting now persists correctly
Documentation
- Added backup permissions fix for v4→v5 upgrades
Installation
Docker (recommended):
docker pull rcourtman/pulse:5.0.2Docker Compose:
Update your docker-compose.yml to use rcourtman/pulse:5.0.2
See the Installation Guide for complete setup instructions.