]> git.openstreetmap.org Git - chef.git/commitdiff
Update prometheus components to latest versions
authorTom Hughes <tom@compton.nu>
Thu, 8 Sep 2022 20:45:52 +0000 (21:45 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 8 Sep 2022 20:52:03 +0000 (21:52 +0100)
cookbooks/prometheus/recipes/server.rb

index 36d223fb0fd72e1140705adda2a670851ed84b28..94e33c033842f5f30a7f6a97f4c1ad3b3880ccec 100644 (file)
@@ -47,9 +47,9 @@ end
 
 cache_dir = Chef::Config[:file_cache_path]
 
-prometheus_version = "2.31.1"
-alertmanager_version = "0.23.0"
-karma_version = "0.105"
+prometheus_version = "2.38.0"
+alertmanager_version = "0.24.0"
+karma_version = "0.108"
 
 directory "/opt/prometheus-server" do
   owner "root"