From dd4a262c8b96d04b4dfde838ac7c94c032ae5fdc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 3 Jul 2026 12:11:23 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20HAProxy=202.8.25=20=E2=86=92=202.8.26?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci/build/build-haproxy-dist.sh | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/build/build-haproxy-dist.sh b/ci/build/build-haproxy-dist.sh index e1bae4c..2674ea0 100755 --- a/ci/build/build-haproxy-dist.sh +++ b/ci/build/build-haproxy-dist.sh @@ -28,7 +28,7 @@ set -euo pipefail -HAPROXY_VERSION="${HAPROXY_VERSION:-2.8.25}" +HAPROXY_VERSION="${HAPROXY_VERSION:-2.8.26}" OPENSSL_VERSION="${OPENSSL_VERSION:-3.0.15}" LUA_VERSION="${LUA_VERSION:-5.4.7}" OUTPUT_DIR="${OUTPUT_DIR:-/tmp/haproxy-dist}" @@ -39,7 +39,7 @@ OUTPUT_DIR="${OUTPUT_DIR:-/tmp/haproxy-dist}" # --------------------------------------------------------------------------- OPENSSL_SHA256="23c666d0edf20f14249b3d8f0368acaee9ab585b09e1de82107c66e1f3ec9533" LUA_SHA256="9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30" -HAPROXY_SHA256="2189aa5baba98e4cf6e9e8c0633d88426eaf3fa1017b2a6061512f11fbc6d856" +HAPROXY_SHA256="88c28dae25ea46672e66f8db0dadd1fb5920e06ee2415ceb9f281c256b537727" verify_checksum() { local file="$1" expected="$2" label="$3" diff --git a/pyproject.toml b/pyproject.toml index 392bc91..410885a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ray-haproxy" -version = "2.8.25" +version = "2.8.26" description = "HAProxy binary distribution for Ray Serve" readme = "README.rst" requires-python = ">=3.9"