-
v1.1.10 Stable
released this
2025-11-25 10:40:08 +03:00 | 39 commits to main since this release📅 Originally published on GitHub: Tue, 25 Nov 2025 07:55:00 GMT
🏷️ Git tag created: Tue, 25 Nov 2025 07:40:08 GMTGeneral
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.debDebian 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 proxlbYou can also find additional information about the repository right here.
Docker Image
Download AMD64: cr.gyptazy.com/proxlb/proxlb:v1.1.10
SHA256: 962a7838b9a139b6104a070716f9ca6f8632986f23e875bf7e5775f87e6949fcDownload ARM64: cr.gyptazy.com/proxlb/proxlb-arm64:v1.1.10
SHA256: MISSINGNote: Multiarch container images will be soon available. Please use until that time the suffix
-arm64to get the arm64 compatible container image.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
proxlb_1.1.10_all.deb
0 downloads ·
2026-03-02 05:14:03 +03:00 · 30 KiB
mirror of
https://github.com/gyptazy/ProxLB.git
synced 2026-04-27 09:15:54 +03:00