✅ 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-04 21:11:16 UTC
Workflow: Pulse Release Pipeline #140
Validation Summary
- All required assets present ✓
- Checksums verified ✓
- Version strings correct ✓
- Binary architectures validated ✓
Fixes
- Memory usage reduced by 86x for metrics history storage. A buffer introduced in v5.1.0 caused excessive memory consumption on instances with many resources. This has been reverted and replaced with LTTB downsampling applied at write time.
- Agent auto-update fixed. Agents require checksum verification when downloading updates, but the server was redirecting to GitHub instead of proxying the binary, which stripped the required
X-Checksum-Sha256header. Agents now update correctly. - Smoother I/O rate graphs. Disk and network I/O rates now use a sliding window average (similar to Prometheus
rate()) instead of raw deltas, eliminating spiky or erratic graph rendering. - Proxy security hardening. Non-admin proxy users are now blocked from accessing quick security setup and other permissioned endpoints.
Installation
Docker (recommended):
docker pull rcourtman/pulse:5.1.1Docker Compose:
Update your docker-compose.yml to use rcourtman/pulse:5.1.1
See the Installation Guide for complete setup instructions.