[1.1.6] - 2025-09-04
This release is sponsored by the open-source company @credativ GmbH from Mönchengladbach, Germany! Thanks for helping here out to make ProxLB even better! Also a big thanks to all contributors!
Note: ProxLB will be featured at the upcoming Dutch Proxmox Day 2025 by the end of this month! Stay tuned and feel free to drop by!
Added
- Add validation for provided API user token id to avoid confusions (@gyptazy). [#291]
- Add HELM chart for easier usage in Kubernetes (@MaoMaoCake & @jirapong-opsta)
Fixed
- Fix stacktrace output when validating permissions on non existing users in Proxmox (@gyptazy). [#291]
- Fix Overprovisioning first node if anti_affinity_group has only one member (@MiBUl-eu). [#295]
- Validate for node presence when pinning guests to avoid crashing (@gyptazy). [#296]
- Fix balancing evaluation of guest types (e.g., VM or CT) (@gyptazy). [#268]
Downloads
Debian Packages
Download: https://cdn.gyptazy.com/debian/proxlb_1.1.6_all.deb
SHA256: 076db4ffe982006a328ace5c3723c7dd8693e8e2c34a01875814c2a1494ce240 proxlb_1.1.6_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.6
SHA256: 10fe76f47e96d7e7221147359e47b833fbf4def8612f555ebe67e95ab553a5e3
Download ARM64: cr.gyptazy.com/proxlb/proxlb-arm64:v1.1.6
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.