Critical Fixes
This patch release fixes two important issues:
🐛 Bug Fixes
-
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
- Fixed config persistence in Docker where settings were being saved to
-
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.