From: Grant Slater Date: Tue, 14 Apr 2026 17:57:37 +0000 (+0200) Subject: prometheus: security version bump X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain prometheus: security version bump --- diff --git a/cookbooks/prometheus/recipes/server.rb b/cookbooks/prometheus/recipes/server.rb index f3ca9e2fd..b4d286db3 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.11.1" +prometheus_version = "3.11.2" alertmanager_version = "0.32.0" karma_version = "0.129"