• v1.1.8 5b395b7f15

    v1.1.8 Stable

    kerem released this 2025-10-09 10:26:30 +03:00 | 72 commits to main since this release

    📅 Originally published on GitHub: Thu, 09 Oct 2025 08:32:23 GMT
    🏷️ Git tag created: Thu, 09 Oct 2025 07:26:30 GMT

    [1.1.8] - 2025-10-09

    Fixed

    • Fix API errors when using conntrack aware migration with older PVE versions (@gyptazy). [#318]
    • Add a static ProxLB prefix to the log output when used by journal handler (@gyptazy). [#329]

    Changed

    • Container image does not run as root anymore (@mikaelkrantz945). [#317]
    • Container image uses venv for running ProxLB (@mikaelkrantz945). [#317]

    Downloads

    Debian Packages

    Download: https://cdn.gyptazy.com/debian/proxlb_1.1.8_all.deb
    SHA256: fc8ac6a754797c2b5a55a5e83e33914e2c6e4f0aaa1ec713733f7cac697874e1 proxlb_1.1.8_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.8
    SHA256: 8bf830e959043eaa5f1c7011f33be20613aea797c44be187ff88d446a859e17c

    Download ARM64: cr.gyptazy.com/proxlb/proxlb-arm64:v1.1.8
    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.

    Downloads