github rcourtman/Pulse v4.22.0-rc.4

latest release: v4.22.0-rc.5
pre-release16 hours ago

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

  • Proxmox Mail Gateway (PMG) Monitoring - Full support for monitoring Proxmox Mail Gateway instances with mail flow statistics, spam/virus detection, quarantine status, and queue monitoring
  • In-App Update System - New update UI with update history tracking, progress monitoring, and automated update support for ProxmoxVE deployments
  • Docker Agent CI/CD - Automated Docker agent image building via GitHub Actions

Improvements

  • Enhanced discovery system with PMG support
  • Better update notification handling for RC releases
  • Improved mock data generation for PMG instances
  • Updated install script with version-specific installation support

Bug Fixes

  • Fixed PMG monitoring test coverage with queue endpoint support
  • Resolved TypeScript type safety issues in Settings and UpdateBanner components
  • Removed unused imports and variables across frontend components
  • Fixed version synchronization between VERSION file and Go code

Installation

Testing v4.22.0-rc.4:

# Install script
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash -s -- --version v4.22.0-rc.4

# Docker
docker pull rcourtman/pulse:v4.22.0-rc.4
docker run -d --name pulse -p 7655:7655 -v pulse-data:/etc/pulse rcourtman/pulse:v4.22.0-rc.4

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.