Patch release with bug fixes, UI improvements, and enhanced agent installation reliability.
What's Fixed
- Webhook alerts persisting when disabled: Fixed alerts continuing to fire after
DisableAllAlertsorDisableAllWebhooksflags were enabled. - Guest agent disk data on Proxmox 8.3+: Restored disk metrics that regressed with Proxmox VE 8.3 guest agent changes.
- Config backup/restore failures: Fixed backup restoration errors that prevented configuration recovery (#646).
- Docker host row dimming: Corrected status indicator display for degraded Docker hosts.
- Agent installation scripts: Fixed install.sh to properly deploy all agent installation scripts in Docker images (#644).
- Build script checksum duplicates: Eliminated duplicate checksums in release artifacts caused by glob pattern overlap.
- Dashboard table overflow: Fixed Proxmox dashboard table rendering on wide displays (#643).
Improvements
- Expanded layout to utilize wide displays for better dashboard visibility (#643).
- Enhanced bootstrap token UX with clearer discovery and display in install.sh completion messages.
- Improved alert reliability documentation including DLQ API reference.
Installation
New installations or upgrades:
curl -sL https://github.com/rcourtman/Pulse/releases/latest/download/install.sh | bashDocker:
docker pull rcourtman/pulse:v4.26.4
# Recreate your container with the new imageHelm:
helm upgrade --install pulse oci://ghcr.io/rcourtman/pulse-chart \
--version 4.26.4 \
--namespace pulse --create-namespaceDocker Tags
rcourtman/pulse:v4.26.4
rcourtman/pulse:4.26.4
rcourtman/pulse:4.26
rcourtman/pulse:4
rcourtman/pulse:latest
Downloads
- Multi-arch Linux tarballs (amd64/arm64/armv7)
- Standalone host-agent binaries (Linux, macOS, Windows)
- Standalone sensor-proxy binaries (Linux amd64/arm64/armv7)
- Helm chart (pulse-4.26.4.tgz)
- SHA256 checksums (checksums.txt and individual .sha256 files)