ℹ️ The Debian repository will be updated on the 2025-09-22 (Monday) to avoid being updated during the weekend. You can still update by manually upgrading the package or by waiting until Monday.
[1.1.7] - 2025-09-19
Added
- Add conntrack state aware migrations of VMs (@gyptazy). [#305]
- Add graceful shutdown for SIGINT (e.g., CTRL + C abort). (@gyptazy). [#304]
Fixed
- Fix crash when validating absent migration job ids. (@gyptazy). [#308]
- Fix guest object names are not being evaluated in debug log. (@gyptazy). [#310]
Downloads
Debian Packages
Download: https://cdn.gyptazy.com/debian/proxlb_1.1.7_all.deb
SHA256: 8023a31eb833a845b560dc4181744eee1770918ade94a5137836b7dc5c1bca5c proxlb_1.1.7_all.deb
Debian Repository
You can immediately start with this quick-start to add the repository and its signing key to obtain upcoming versions by apt on your system:
echo "deb https://repo.gyptazy.com/stable /" > /etc/apt/sources.list.d/proxlb.list
wget -O /etc/apt/trusted.gpg.d/proxlb.asc https://repo.gyptazy.com/repository.gpg
apt-get update && apt-get -y install proxlb
cp /etc/proxlb/proxlb_example.yaml /etc/proxlb/proxlb.yaml
# Adjust the config to your needs
vi /etc/proxlb/proxlb.yaml
systemctl start proxlb
You can also find additional information about the repository right here.
Docker Image
Download AMD64: cr.gyptazy.com/proxlb/proxlb:v1.1.7
SHA256: f7d6806b52089f59ed4189a60f9cec93981795ffc5de20247569b372004229da
Download ARM64: cr.gyptazy.com/proxlb/proxlb-arm64:v1.1.7
SHA256: MISSING
Note: Multiarch container images will be soon available. Please use until that time the suffix -arm64
to get the arm64 compatible container image. You can also find the container image for arm64 here or the already crafted multi-arch image here which is not yet part of the container registry.