[1.1.3] - 2025-06-29
Added
- Add relaod (SIGHUP) function to ProxLB to reload the configuration (by @gyptazy). [#189]
- Add optional wait time parameter to delay execution until the service takes action (by @gyptazy). [#239]
- Make the amount of parallel migrations configurable (by @gyptazy). [#241]
Changed
- Use the average CPU consumption of a guest within the last 60 minutes instead of the current CPU usage (by @philslab-ninja & @gyptazy). [#94]
Fixed
Downloads
Debian Packages
Download: https://cdn.gyptazy.com/files/os/debian/proxlb/proxlb_1.1.3_all.deb
SHA256: 04eb30bf37afba2eac7c5c38dd2ddb8c4e104e0571a57909b706f0e70d814450 proxlb_1.1.3_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.3
SHA256: 52e29e3825bb1cd399fc126324232e663a3dc50960707e50803a1c497cf606bb
Download ARM64: cr.gyptazy.com/proxlb/proxlb-arm64:v1.1.3
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.