Note for RC versions
This is a pre-release version for testing. Consider backing up your Pulse configuration before updating.
What's Changed
Improvements
- Standard Authorization header support - API now accepts
Authorization: Bearer <token>
header in addition toX-API-Token
, improving compatibility with standard HTTP clients and tools - Alert delay UI improvements - Alert delay settings are now collapsible, making the alerts page cleaner and easier to navigate
- Disk usage for stopped guests - Dashboard now shows the last reported disk usage for stopped VMs and containers instead of hiding the information
- Shared storage display - Fixed rendering of shared storage across multiple nodes in the storage view
- Alerts page layout - Fixed sidebar width constraints to prevent layout overflow on smaller screens
- Docker agent access - Docker agent installation script and binary downloads no longer require authentication
Bug Fixes
- Fixed alerts page sidebar being squished on certain screen sizes
- Fixed alert delay input field width and centering
Installation
Testing v4.22.0-rc.3:
# Install script
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash -s -- --version v4.22.0-rc.3
# Docker
docker pull rcourtman/pulse:v4.22.0-rc.3
docker run -d --name pulse -p 7655:7655 -v pulse-data:/etc/pulse rcourtman/pulse:v4.22.0-rc.3
Downloads
Pre-built binaries available below for linux-amd64, linux-arm64, and linux-armv7.