From: Grant Slater Date: Wed, 7 Jan 2026 15:16:04 +0000 (+0000) Subject: prometheus: bump prometheus to 3.9.0, alertmanager to 0.30.0 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain prometheus: bump prometheus to 3.9.0, alertmanager to 0.30.0 --- diff --git a/cookbooks/prometheus/recipes/server.rb b/cookbooks/prometheus/recipes/server.rb index 9578adeeb..4cad1e902 100644 --- a/cookbooks/prometheus/recipes/server.rb +++ b/cookbooks/prometheus/recipes/server.rb @@ -70,8 +70,8 @@ end cache_dir = Chef::Config[:file_cache_path] -prometheus_version = "3.7.3" -alertmanager_version = "0.29.0" +prometheus_version = "3.9.0" +alertmanager_version = "0.30.0" karma_version = "0.122" directory "/opt/prometheus-server" do