From: Tom Hughes Date: Fri, 21 Oct 2022 08:00:02 +0000 (+0100) Subject: Update prometheus to 2.39.1 X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/252049b26eb93cc876a248ead7347625e5750a26 Update prometheus to 2.39.1 --- diff --git a/cookbooks/prometheus/recipes/server.rb b/cookbooks/prometheus/recipes/server.rb index cee5443a1..69596377e 100644 --- a/cookbooks/prometheus/recipes/server.rb +++ b/cookbooks/prometheus/recipes/server.rb @@ -48,7 +48,7 @@ end cache_dir = Chef::Config[:file_cache_path] -prometheus_version = "2.38.0" +prometheus_version = "2.39.1" alertmanager_version = "0.24.0" karma_version = "0.108"