Update docker.io/rcourtman/pulse Docker tag to v5.1.23
No problems upgrading the Docker container with a Docker compose yaml file by means of Watchtower DevOps resp. GitOps with dependency update facilitated by Mend's Renovate Bot.
Including updating all docker and host agents manually.
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| docker.io/rcourtman/pulse | patch | 5.1.22 → 5.1.23 |
Release Notes
rcourtman/Pulse (docker.io/rcourtman/pulse)
v5.1.23: Pulse v5.1.23
✅ Release Asset Validation (Post-Publish): PASSED
Assets were revalidated after publication due to a release edit.
Status: Live release assets re-validated ✅
Validated: 2026-03-09 22:24:45 UTC
Workflow: Pulse Release Pipeline #178
Validation Summary
- All required assets present ✓
- Checksums verified ✓
- Version strings correct ✓
- Binary architectures validated ✓
v5.1.23
Bug Fixes
- Fix disk metric spikes when QEMU guest agent intermittently times out. Disk usage now carries forward previous valid data instead of falling back to Proxmox's always-zero cluster/resources values, preventing chart spikes (e.g. 57% to 0% to 57%). (#1319)
- Fix uninstalled host agents reappearing in the dashboard until Pulse is restarted. Removed agents are now tracked and rejected on reconnect, with a 24-hour cooldown and manual re-enroll option in Settings. (#1331)
- Fix recovery/resolved alert notifications silently disabled when saving settings via the Settings page. (#1332)
- Fix intermittent VM disappearance from dashboard during polling cycles. (#555)
- Promote guest-agent /proc/meminfo fallback for more accurate VM memory reporting when other sources are unavailable. (#1270)
- Fix FreeBSD SMART disk detection for ada, da, and nvd device types. (#1254)
- Filter virtual disks (ZFS zvols, device-mapper, virtio, etc.) from SMART health checks to prevent false-positive FAILED alerts. (#1329)
Installation
Quick Install (LXC / Proxmox VE):
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash
Docker:
docker pull rcourtman/pulse:5.1.23
Helm:
helm upgrade --install pulse oci://ghcr.io/rcourtman/pulse-chart --version 5.1.23
See the Installation Guide for details.
Installation
Docker (recommended):
docker pull rcourtman/pulse:5.1.23
Docker Compose:
Update your docker-compose.yml to use rcourtman/pulse:5.1.23
See the Installation Guide for complete setup instructions.