Note for RC versions
This is a pre-release version for testing. Consider backing up your Pulse configuration before updating.
What's Changed
New Features
- New interactive command builder for Docker agent installation with improved token management
- Token validation endpoint for testing API token validity
Bug Fixes
- Fixed authentication bypass vulnerability with URL path normalization (security fix)
- Fixed proxy authentication to properly reject unauthenticated requests
- Fixed update history to use configurable data directory instead of hardcoded path
Installation
Testing v4.22.0-rc.5:
# Install script
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash -s -- --version v4.22.0-rc.5
# Docker
docker pull rcourtman/pulse:v4.22.0-rc.5
docker run -d --name pulse -p 7655:7655 -v pulse-data:/etc/pulse rcourtman/pulse:v4.22.0-rc.5
Downloads
Pre-built binaries available below for linux-amd64, linux-arm64, and linux-armv7.