github rcourtman/Pulse v3.29.2-rc1

latest releases: v4.14.0, v4.14.0-rc.2, v4.14.0-rc.1...
pre-release2 months ago

๐Ÿงช Release Candidate 1

This is a release candidate for testing. Please report any issues you find.

๐Ÿ”„ Existing Users - Update to RC

๐Ÿ–ฅ๏ธ Web Interface Update (Available from v3.27.2+)

โœจ Switch to RC channel for testing:

  1. Open your Pulse web interface
  2. Go to Settings โ†’ System tab โ†’ Software Updates
  3. Select "RC" channel to receive release candidates
  4. Click "Check for Updates"
  5. Click "Apply Update" to install this RC version
  6. The interface will automatically refresh after update

Note: You can switch back to "Stable" channel anytime

๐Ÿ› ๏ธ Script-Based Update

For LXC, VMs, and regular installations:

# Update to this specific RC version
cd /opt/pulse/scripts
./install-pulse.sh --update --version v3.29.2-rc1

๐Ÿณ Docker Update

# Pull this specific RC version
docker pull rcourtman/pulse:v3.29.2-rc1

# Or use the rolling RC tag (always latest RC)
docker pull rcourtman/pulse:rc

# Update with docker-compose
docker compose down && docker compose pull && docker compose up -d

# Or update manually
docker stop pulse && docker rm pulse
docker run -d --name pulse -p 7655:7655 -v pulse-config:/app/config rcourtman/pulse:rc

๐Ÿ“ฅ New Users - Fresh RC Installation

Automated Installer

# Install this specific RC version
curl -sL https://raw.githubusercontent.com/rcourtman/Pulse/main/scripts/install-pulse.sh | bash -s -- --version v3.29.2-rc1

Manual Download

wget https://github.com/rcourtman/Pulse/releases/download/v3.29.2-rc1/pulse-v3.29.2-rc1.tar.gz
tar -xzf pulse-v3.29.2-rc1.tar.gz
cd pulse-v3.29.2-rc1
npm install --production
npm start

โš ๏ธ Testing Notes

  • This is a pre-release for testing only
  • Not recommended for production environments
  • Please report any issues on GitHub Issues
  • The :rc Docker tag always points to the latest RC version
  • You can easily switch between Stable and RC channels in the web interface

What's Changed

Full Changelog: v3.29.0-rc1...v3.29.2-rc1

Don't miss a new Pulse release

NewReleases is sending notifications on new releases.