⚠️ Important: Backup Before Updating
This is a Release Candidate (RC) version for testing.
Please backup your Pulse configuration before updating:
- ProxmoxVE users: Create a snapshot of your Pulse container/VM
- Docker users: Backup your volume:
docker run --rm -v pulse-data:/data -v $(pwd):/backup alpine tar czf /backup/pulse-backup.tar.gz -C /data .
- Manual installs: Backup
/etc/pulse/
directory
What's Changed
New Features
- Per-resource-type alert delays - Configure different alert delays for CPU, memory, and disk resources independently
Bug Fixes
- Attempted to address PBS threshold save issues and input focus loss (addresses #440)
- Attempted to address storage and backup data preservation for temporarily offline nodes (addresses #429)
- Attempted to address physical disk data preservation for temporarily offline nodes (addresses #429)
- Attempted to address config file preservation during reinstalls to prevent threshold loss (addresses #429)
- Attempted to address storage threshold overrides not being applied (addresses #441, #434)
- Attempted to address dark mode not persisting on page reload (addresses #443)
- Attempted to address cluster endpoints missing port numbers (addresses #428)
- Fixed default alert delay display when no config exists
- Fixed WebSocket connection reliability in dev environment
- Updated dependencies to address GitHub security alerts
- Removed incorrect 100% threshold disabling logic
- UI improvements for Physical Disks tab styling and search field consistency
Improvements
- Better cross-device theme synchronization while preserving local persistence
- Cleaner Storage tab UI with consistent styling
- Improved PBS alert threshold persistence when updating nodes
Testing v4.15.0-rc.4
# Install script
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash -s -- --version v4.15.0-rc.4
# Docker
docker pull rcourtman/pulse:v4.15.0-rc.4
docker run -d --name pulse -p 7655:7655 -v pulse-data:/etc/pulse rcourtman/pulse:v4.15.0-rc.4
Downloads
Pre-built binaries available below for linux-amd64, linux-arm64, and linux-armv7.