github rcourtman/Pulse v4.5.0-rc.1
v4.5.0-rc.1 - New Features & Improvements

latest releases: v4.14.0, v4.14.0-rc.2, v4.14.0-rc.1...
pre-release18 days ago

What's Changed

New Features

  • Compact Node Cards - New compact node card view option for the dashboard
  • PBS System Stats - Display PBS server statistics including CPU, memory, and storage usage (addresses #259)
  • Advanced Backup Filtering - Enhanced backup search with advanced filtering capabilities like the Dashboard
  • HTTPS/TLS Support - Added support for HTTPS/TLS via environment variables
  • Node Card Selection - Click node cards to filter dashboard content

Improvements

  • Dark Mode Login - Pre-authentication screens (login, setup) now consistently use dark mode (addresses #332)
  • Backup Frequency Chart - Now respects PBS instance filters and advanced search
  • Search Consolidation - Unified search field for node/PBS filtering
  • Offline Node Indicators - Red indicator for offline nodes instead of grey for better visibility
  • API Authentication - Centralized authentication handling across all API calls

Bug Fixes

  • Attempted to address PBS node stats display issues
  • Attempted to address universal tarball bin/ directory structure (addresses #330)
  • Attempted to address pulse user creation during updates

How to Update

For RC Release (v4.5.0-rc.1)

ProxmoxVE Users (LXC)

# RC releases require manual update - the 'update' command only installs stable
# SSH into your container and run:
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash -s -- --version v4.5.0-rc.1
sudo systemctl restart pulse

Docker Users

# Pull the RC version specifically
docker pull rcourtman/pulse:v4.5.0-rc.1
docker stop pulse
docker rm pulse
docker run -d --name pulse \
  -p 7655:7655 \
  -v pulse-data:/etc/pulse \
  rcourtman/pulse:v4.5.0-rc.1

# Or use the 'rc' tag for the latest RC
docker pull rcourtman/pulse:rc

Manual Installation / systemd Users

# Specify the RC version explicitly
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash -s -- --version v4.5.0-rc.1

Rolling Back

ProxmoxVE Users

# Specify previous version
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash -s -- --version v4.4.1-rc.1
sudo systemctl restart pulse

Docker Users

# Use a specific previous version tag
docker pull rcourtman/pulse:v4.4.1-rc.1
docker stop pulse
docker rm pulse
docker run -d --name pulse \
  -p 7655:7655 \
  -v pulse-data:/etc/pulse \
  rcourtman/pulse:v4.4.1-rc.1

Downloads

Pre-built binaries available below for linux-amd64, linux-arm64, and linux-armv7.

Don't miss a new Pulse release

NewReleases is sending notifications on new releases.