github rcourtman/Pulse v4.7.0-rc.1

latest releases: v4.13.0, v4.12.1, v4.12.0...
pre-release13 days ago

What's Changed

New Features

  • Secure Setup Codes - One-time setup codes for safe node registration with automatic expiration
  • Resource-Based Alert Tables - New dedicated table for configuring alerts by resource type
  • Enhanced Alert System - Improved threshold configuration with better organization and node grouping

Improvements

  • Setup Code Display - Setup codes now shown elegantly in-modal instead of browser alerts
  • Alert Table Organization - Threshold tables split into logical groups for better usability
  • Infrastructure Grouping - Tables now intelligently group infrastructure servers together
  • WebSocket CORS Handling - Better support for Docker deployments with improved CORS configuration
  • Auth-Disabled Experience - Security tab shows informative message when authentication is disabled

Bug Fixes

  • Attempted to address Quick Token Setup auto-registration issues
  • Potential fix for webhook template escaping problems (#341)
  • Potential fix for webhook templates not saving properly
  • Attempted to restore API token functionality when auth is disabled
  • Potential fix for storage device I/O metrics configuration

How to Update

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

ProxmoxVE Users (LXC)

# Within your container run:
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash -s -- --version v4.7.0-rc.1

Docker Users

# Pull the RC version specifically
docker pull rcourtman/pulse:v4.7.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.7.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.7.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.6.0

Docker Users

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

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.