]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
SCRIPTS: announce-release: add a link to the data plane API
authorWilly Tarreau <w@1wt.eu>
Mon, 28 Nov 2022 06:22:46 +0000 (07:22 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 28 Nov 2022 06:31:54 +0000 (07:31 +0100)
Since Marko announced at HAProxyConf 2022 that the data plane API is
mostly complete and will now follow the same release cycle as haproxy
starting with 2.7, it's probably the right moment to encourage users
to start trying it so that we can hope to migrate all the painful
discovery stuff there in a not too distant future.

Let's just point to the latest release for now. We'll see in the future
if we need to adapt the link depending on the branch.

scripts/announce-release

index 848d8d08f1e8a89273b3e632213828a22a63f800..c99082191f6d787007aa6e33ae9c056eeb804e5f 100755 (executable)
@@ -220,6 +220,7 @@ fi
  echo "   Git repository   : https://git.haproxy.org/git/${gitdir}/"
  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 "   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"