From: Grant Slater Date: Sat, 11 Apr 2026 12:20:55 +0000 (+0200) Subject: prometheus: bump versions X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain prometheus: bump versions --- diff --git a/cookbooks/prometheus/recipes/server.rb b/cookbooks/prometheus/recipes/server.rb index d72b8d6b7..f3ca9e2fd 100644 --- a/cookbooks/prometheus/recipes/server.rb +++ b/cookbooks/prometheus/recipes/server.rb @@ -70,9 +70,9 @@ end cache_dir = Chef::Config[:file_cache_path] -prometheus_version = "3.10.0" -alertmanager_version = "0.31.1" -karma_version = "0.126" +prometheus_version = "3.11.1" +alertmanager_version = "0.32.0" +karma_version = "0.129" directory "/opt/prometheus-server" do owner "root"