github gyptazy/ProxLB v1.1.10

11 hours ago

General

I'm happy to announce the new ProxLB release 1.1.10 which improves the overall stability and usage. Especially for user who are still on Proxmox 8.x this might be a welcoming release to make the overall usage a bit easier by avoiding running into any pitfalls which might only work with Proxmox 9.x versions.

This release got a bit delayed by my movement to a completely new infrastructure which now also offers higher bandwidth for the Docker/Container image registry and the Debian repository, as well as for the upcoming runners for the automated security-update integration in ProxLB which requires modifying and re-compiling the upstream Proxmox packages.

Changelog

[1.1.10] - 2025-11-25

Added

  • Prevent redundant rebalancing by validating existing affinity enforcement before taking actions (@gyptazy). [#335]
  • Add safety-guard for PVE 8 users when activating conntrack-aware migrations mistakenly (@gyptazy). [#359]

Fixed

  • Fix the Proxmox API connection validation which returned a false-positive logging message of timeouts (@gyptazy). [#361]
  • Refactored Proxmox API connection functions (@gyptazy). [#361]
  • Fix a crash during PVE resource pool enumeration by skipping members not having a 'name' property (@stefanoettl). [#368]

Downloads

Debian Packages

Download: https://cdn.gyptazy.com/debian/proxlb/proxlb_1.1.10_all.deb
SHA256: 30fc1552d4cf94fbd5c6825264b27331097038da2e857a5cd59dc7eebec81c7d proxlb_1.1.10_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.10
SHA256: 962a7838b9a139b6104a070716f9ca6f8632986f23e875bf7e5775f87e6949fc

Download ARM64: cr.gyptazy.com/proxlb/proxlb-arm64:v1.1.10
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.

Don't miss a new ProxLB release

NewReleases is sending notifications on new releases.