Update docker.io/rcourtman/pulse Docker tag to v5.0.15
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.0.14 -> 5.0.15 |
Release Notes
rcourtman/Pulse (docker.io/rcourtman/pulse)
v5.0.15: Pulse v5.0.15
✅ Release Asset Validation (Post-Publish): PASSED
Assets were revalidated after publication due to a release edit.
Status: Live release assets re-validated ✅
Validated: 2026-01-11 15:33:19 UTC
Workflow: Pulse Release Pipeline #106
Validation Summary
- All required assets present ✓
- Checksums verified ✓
- Version strings correct ✓
- Binary architectures validated ✓
What's Changed
Bug Fixes
- Cluster health detection: Now uses Proxmox cluster quorum status instead of just counting reachable endpoints. Clusters with quorum are marked healthy even if some backup nodes are intentionally offline (#1085)
- Kiosk mode persistence: The
?kiosk=1URL parameter now persists across page navigation and refreshes via sessionStorage (#1055) - Kiosk mode on all pages: Extended kiosk mode to hide filters on Docker and Hosts pages, not just the Proxmox dashboard (#1055)
New Features
- Mattermost webhook template: Added dedicated Mattermost webhook template with rich Markdown formatting (#1084)
Full Changelog: https://github.com/rcourtman/Pulse/compare/v5.0.14...v5.0.15
Installation
Docker (recommended):
docker pull rcourtman/pulse:5.0.15
Docker Compose:
Update your docker-compose.yml to use rcourtman/pulse:5.0.15
See the Installation Guide for complete setup instructions.