From 9c463e3ba75550be9a10a1c0381ddc9ae127f359 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 17 Oct 2025 12:43:07 +0100 Subject: [PATCH] prometheus: bump to 3.7.1 --- cookbooks/prometheus/recipes/server.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/prometheus/recipes/server.rb b/cookbooks/prometheus/recipes/server.rb index 181ffa7ac..f28abeba6 100644 --- a/cookbooks/prometheus/recipes/server.rb +++ b/cookbooks/prometheus/recipes/server.rb @@ -69,7 +69,7 @@ end cache_dir = Chef::Config[:file_cache_path] -prometheus_version = "3.7.0" +prometheus_version = "3.7.1" alertmanager_version = "0.28.1" karma_version = "0.121" -- 2.39.5