From: Willy Tarreau Date: Fri, 8 May 2026 10:04:04 +0000 (+0200) Subject: SCRIPTS: announce-release: add a link to the OpenTelemetry filter X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=efb36c0dafd5c81edff6f0a2839ea8e7807aa5d4;p=haproxy.git SCRIPTS: announce-release: add a link to the OpenTelemetry filter It moved to its own repository, but we forgot to add the link, and the build instructions are there. --- diff --git a/scripts/announce-release b/scripts/announce-release index f74abeb06..8f17d4d88 100755 --- a/scripts/announce-release +++ b/scripts/announce-release @@ -215,6 +215,7 @@ fi echo " Git Web browsing : https://git.haproxy.org/?p=${gitdir}" echo " Changelog : https://www.haproxy.org/download/${BRANCH}/src/CHANGELOG" echo " Dataplane API : https://github.com/haproxytech/dataplaneapi/releases/latest" + echo " OpenTelemetry : https://github.com/haproxytech/haproxy-opentelemetry" echo " Pending bugs : https://www.haproxy.org/l/pending-bugs" echo " Reviewed bugs : https://www.haproxy.org/l/reviewed-bugs" echo " Code reports : https://www.haproxy.org/l/code-reports"