From 472a27ac89bd89472d8e4195968c3c95667ea98f Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 22 Sep 2025 09:37:38 +0100 Subject: [PATCH] prometheus: bump to v3.6.0 --- 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 a14175c83..5bd372f22 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.5.0" +prometheus_version = "3.6.0" alertmanager_version = "0.28.1" karma_version = "0.121" -- 2.39.5