Update docker.io/rcourtman/pulse Docker tag to v5.1.13
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.11 → 5.1.13 |
Release Notes
rcourtman/Pulse (docker.io/rcourtman/pulse)
v5.1.13: Pulse v5.1.13
✅ 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-22 12:42:53 UTC
Workflow: Pulse Release Pipeline #162
Validation Summary
- All required assets present ✓
- Checksums verified ✓
- Version strings correct ✓
- Binary architectures validated ✓
v5.1.13
Bug Fixes
- fix(installer): Remove stale sensor-proxy mount entries that prevent LXC containers from starting after reboot (#1280)
- fix(monitoring): Use RRD
memavailablefallback when PVE node cache metrics are missing (#1270) - fix(agent): Preserve user-configured host URL during agent re-registration (#1283)
- fix(ai): Serialize
linkedVmId/linkedContainerIdand harden mention status (#1252) - fix(ai): Fix mention status colors and deduplication for Docker/VM/LXC agents (#1252)
Improvements
- Display last refresh time using the system locale format instead of a fixed format (#1279)
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.13
Helm:
helm upgrade --install pulse oci://ghcr.io/rcourtman/pulse-chart --version 5.1.13
See the Installation Guide for details.
Installation
Docker (recommended):
docker pull rcourtman/pulse:5.1.13
Docker Compose:
Update your docker-compose.yml to use rcourtman/pulse:5.1.13
See the Installation Guide for complete setup instructions.
v5.1.12: Pulse v5.1.12
✅ 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-20 20:55:58 UTC
Workflow: Pulse Release Pipeline #161
Validation Summary
- All required assets present ✓
- Checksums verified ✓
- Version strings correct ✓
- Binary architectures validated ✓
What's New in v5.1.12
Bug Fixes
- Disk exclusion for SSD alerts (#1142):
--disk-excludenow correctly suppresses Proxmox SSD wear and health alerts for excluded disks. - VM memory inflation (#1270): Guest agent
/proc/meminfofallback prevents inflated VM memory readings in the Proxmox tab. - SSO configuration (#1255): Fixed SSO provider edit form not loading saved settings and SSO users not being registered in RBAC.
- Host URL field (#1197): Added URL field to the host drawer overview tab for quick access to host management interfaces.
- Webhook editing (#1273): Fixed webhook test button in edit form sending redacted authorization headers instead of the actual saved values.
- Recovery notifications (#1259):
NotifyOnResolvenow defaults totruefor existing configs that were missing the field, ensuring recovery alerts are sent. - Patrol queue spam (#1258): Fixed "Patrol trigger queue full" log spam when Patrol is disabled by checking the running state before queuing triggers.
- FreeBSD temperature (#1254): Agent now collects CPU and ACPI temperatures on FreeBSD/pfSense/OPNsense via
sysctl. - Duplicate PVE entries (#1245): Agent re-registration no longer creates duplicate Proxmox entries in Settings when the token changes.
- Duplicate AI mentions (#1252): AI Assistant mention autocomplete no longer shows duplicate entries for PVE nodes with linked host agents.
New Features
- URL edit column (#1276): Added inline URL edit (pencil icon) to hosts and Docker table views, matching the existing Proxmox guest table.
- Custom environment variables (#1277): New
--env KEY=VALUEflag (repeatable) for the install script lets you inject custom environment variables (e.g.,KUBECONFIG) into the agent's service file. A textarea in Settings generates the flags automatically.
Installation
Docker (recommended):
docker pull rcourtman/pulse:5.1.12
Docker Compose:
Update your docker-compose.yml to use rcourtman/pulse:5.1.12
See the Installation Guide for complete setup instructions.
Installation
Docker (recommended):
docker pull rcourtman/pulse:5.1.12
Docker Compose:
Update your docker-compose.yml to use rcourtman/pulse:5.1.12
See the Installation Guide for complete setup instructions.