[1.1.6.1] - 2025-09-04
This hotfix release fixes the issue that #296 only applied to containers and not to VMs. Thanks to @zn-neil for reporting!
This 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.1_all.deb
SHA256: a5f2f65913539d3d4ad901db7227a5b36e9541c8aaaac51ea730721be4801c92 proxlb_1.1.6.1_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.1
SHA256: a22b685798cffc6d35b36028c66e5f25a7c5a0f896241174873c256a714b17da
Download ARM64: cr.gyptazy.com/proxlb/proxlb-arm64:v1.1.6.1
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.