What's Changed
Bug Fixes
- Setup Script Authentication - Fixed setup script incorrectly requiring authentication when adding nodes (addresses #347, discussion #344)
- Discovery Service - Fixed discovery service not starting when toggled on via settings
How to Update
ProxmoxVE Users (LXC)
# In the ProxmoxVE console, simply type:
update
# This will automatically update to the latest stable release
Docker Users
# Update to this specific version
docker pull rcourtman/pulse:v4.7.1
docker stop pulse
docker rm pulse
docker run -d --name pulse \
-p 7655:7655 \
-v pulse-data:/etc/pulse \
rcourtman/pulse:v4.7.1
Manual Installation / systemd Users
# Update to latest stable (automatic)
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash
# Or update to this specific version
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash -s -- --version v4.7.1
Downloads
Pre-built binaries available below for linux-amd64, linux-arm64, and linux-armv7.