MINOR: cli: "show version" displays the current process version
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 14 Dec 2021 14:22:29 +0000 (15:22 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 14 Dec 2021 14:43:05 +0000 (15:43 +0100)
commit02c2cc8cbec61287af9af54b7b712fdb5f9747ca
tree6577782a40e4b25e956207acc004879b5229742b
parent26f4e1386de52c5e7c50e1d52231b09efb988759
MINOR: cli: "show version" displays the current process version

This patch implements a simple "show version" command which returns
the version of the current process.

It's available from the master and the worker processes, so it is easy
to check if the master and the workers have the same version.

This is a minor patch that really improve compatibility checks
for scripts.

Could be backported in haproxy version as far as 2.0.

(cherry picked from commit 740629e2966641871b183d1c728fa7aeda45a1cc)
Signed-off-by: William Lallemand <wlallemand@haproxy.org>
doc/management.txt
src/cli.c