github rcourtman/Pulse v4.0.6
v4.0.6 - Docker Persistence & Memory Reporting Fixes

latest releases: v4.14.0, v4.14.0-rc.2, v4.14.0-rc.1...
one month ago

Critical Fixes

This patch release fixes two important issues:

🐛 Bug Fixes

  1. Docker Persistence Fix (#253)

    • Fixed config persistence in Docker where settings were being saved to /etc/pulse instead of the mounted /data directory
    • Users mounting volumes to /data will now have their configurations properly persisted
  2. Windows VM Memory Reporting (#258)

    • Fixed incorrect memory reporting for Windows VMs with balloon drivers
    • Memory usage now correctly reflects actual usage within the balloon allocation

📦 Docker Usage

Docker images are now available! For Docker users, ensure you're mounting the data directory correctly:

docker run -d --name pulse \
  -p 7655:7655 \
  -v pulse-data:/data \
  rcourtman/pulse:v4.0.6

🔧 Installation

Docker:

docker pull rcourtman/pulse:v4.0.6

Binary Installation:
Download the appropriate binary for your architecture from the release assets below.

📝 Checksums

See checksums.txt in release assets.

⚠️ Note

Currently only linux/amd64 Docker image is available. ARM builds are in progress.

Don't miss a new Pulse release

NewReleases is sending notifications on new releases.