What's Changed
Bug Fixes
-
Docker Password Change: Fixed password change functionality in Docker containers that was failing due to missing sudo command (addresses #314)
- Passwords can now be changed directly from the UI in Docker deployments
- The new password persists correctly after container restart
-
Alert Acknowledgement: Enhanced debugging for alert acknowledgement 404 errors (addresses #310)
- Added comprehensive logging to help diagnose alert ID mismatches
- Improved error reporting for alert operations
-
Installer: Fixed directory creation order that could cause installation to fail on fresh systems (addresses #311)
- The installer now creates required directories before downloading files
- Fresh installations should complete without manual intervention
Technical Details
- Docker environments now write password changes directly to
/data/.env
instead of using sudo - Existing
.env
settings are preserved during password updates - Alert operations now provide better diagnostic information in logs
Installation
Docker
docker pull rcourtman/pulse:v4.3.5
Manual Update
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash
Downloads
Pre-built binaries available below for linux-amd64, linux-arm64, and linux-armv7.