• v1.1.12 a16f3a435d

    v1.1.12 Stable

    kerem released this 2026-01-28 17:32:46 +03:00 | 85 commits to main since this release

    📅 Originally published on GitHub: Wed, 28 Jan 2026 14:50:35 GMT
    🏷️ Git tag created: Wed, 28 Jan 2026 14:32:46 GMT

    General

    We're happy to publish the first release of ProxLB in its new location at @credativ. You can also find some more information about the project handover from gyptazy to credativ GmbH in @gyptazy's blog post.

    This release is a pure bugfix release. The addressed issues can be found within the changelog file.

    Important: The artifacts (packages, repository and image registry) are still operated by @gyptazy's personal infrastrucutre and will switch soon to the credativ services which requires you to adjust the the repository and container image registry addresses!

    Changelog

    [1.1.12] - 2026-01-28

    Fixed

    • Fix empty list of possible target nodes for balancing resulting in a Python KeyError (@archandha). [#24]
    • Fix PSI based balancing which resulted in a Python KeyError (@gyptazy). [#420]
    • Fix nested pool evaluation which caused ProxLB to crash, caused by the proxmoxer library (@gyptazy). [#31]

    Downloads

    Debian Packages

    Download: https://cdn.gyptazy.com/debian/proxlb/proxlb_1.1.12_all.deb
    SHA256: 951f7247c298e3eb0c15fcc3538a411712228d0a9f697a235917c7c9e0c9fe06 proxlb_1.1.12_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.12
    SHA256: 11cf3990acbd8c08433109089f9146f22c19a9cfb209f749d14d9291da723150

    Downloads