Release v2.3.0
This is a small update for ProxLB shipping some fixes and adding some smaller new features. Please find the changelog for further information. ProxLB can be upgraded in the usual ways via the Debian repository, the deb files or the container images.
[2.3.0] - 2026-08-31
Added
- Add option to ignore guests by name via ignore_guests config option. (@CO-lhageman). [#116]
- Add
solver.fallback_to_greedyto opt out of greedy Balancing() when the CP-SAT solver cannot find a feasible plan in active mode. (@JaketheO) [#120]
Fixed
- Cast node names when comparing to lower case as tags within the PVE API cast all strings to lower which affects node pinning (@gyptazy). [#127]
- Returning the original node name for the generated
guest_node_relation_listlist when evaluating most free node (@gyptazy). [#127]
Changed
- Replace the (average, max) tuple returned by get_*_rrd_datasets() with a generic RrdDatasets container (@dlucredativ and @archandha).
Thanks to all (new) contributors for their time and efforts to make ProxLB even better!