• v1.1.9.1 15436c431f

    v1.1.9.1 Stable

    kerem released this 2025-10-30 19:53:14 +03:00 | 55 commits to main since this release

    📅 Originally published on GitHub: Mon, 03 Nov 2025 16:50:49 GMT
    🏷️ Git tag created: Thu, 30 Oct 2025 16:53:14 GMT

    [1.1.9.1] - 2025-10-30

    General

    This is an emergency hotfix release. PVE 8.x users may have encountered issues while installing or upgrading ProxLB on Debian systems, as well as on some systems using "older" Python versions may have thrown runtime errors due to a wrong quoting in f-strings.

    Changelog

    Fixed

    • Fix quoting in f-strings which may cause issues on PVE 8 / Debian Bookworm systems (@gyptazy). [#352]

    Downloads

    Debian Packages

    Download: https://cdn.gyptazy.com/debian/proxlb_1.1.9.1_all.deb
    SHA256: 7b88ba1caac72220d9bb52be1c5d24f40c7329ce7158a21d294f8ad212d83c73 proxlb_1.1.9.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.9.1
    SHA256: d4f72fc339139a8a2504c30cd300aabea99e510df665826cb2ae62782ee0550c

    Download ARM64: cr.gyptazy.com/proxlb/proxlb-arm64:v1.1.9.1
    SHA256: MISSING

    Downloads