From 01a70154d9691d3e0bd90cb713c41f46a4c259ba Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 30 Jul 2026 15:02:11 +0100 Subject: [PATCH] prometheus: bump to v3.13.2 --- 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 0a5c49de1..0fbf06909 100644 --- a/cookbooks/prometheus/recipes/server.rb +++ b/cookbooks/prometheus/recipes/server.rb @@ -70,7 +70,7 @@ end cache_dir = Chef::Config[:file_cache_path] -prometheus_version = "3.13.1" +prometheus_version = "3.13.2" alertmanager_version = "0.33.1" karma_version = "0.131" -- 2.47.3