From 179fda9fb6e3e1d837a38b44e08b958f246a8b28 Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Mon, 6 Feb 2023 12:53:55 +0000 Subject: [PATCH] upgrading.md: Added small note about garage_build_info. --- doc/book/cookbook/upgrading.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/book/cookbook/upgrading.md b/doc/book/cookbook/upgrading.md index dd9974d1..9d60a988 100644 --- a/doc/book/cookbook/upgrading.md +++ b/doc/book/cookbook/upgrading.md @@ -17,6 +17,10 @@ Conversely, for versions that only require a minor upgrade, the first nonzero co Major upgrades are designed to be run only between contiguous versions. Example: migrations from v0.7.1 to v0.8.0 and from v0.7.0 to v0.8.2 are supported but migrations from v0.6.0 to v0.8.0 are not supported. +The `garage_build_info` +[Prometheus metric](@/documentation/reference-manual/monitoring.md) provides +an overview for which Garage versions are currently in use within a cluster. + ## Minor upgrades Minor upgrades do not imply cluster downtime.