]> git.openstreetmap.org Git - chef.git/commitdiff
Update promscale to 0.6.2
authorTom Hughes <tom@compton.nu>
Thu, 28 Oct 2021 17:38:56 +0000 (18:38 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 28 Oct 2021 17:38:56 +0000 (18:38 +0100)
cookbooks/prometheus/recipes/server.rb

index 12ad43f4370085d4e68320ff51e848dd9619296c..9414eec12866dc0d2a2ec21e34a4ae50d96a1160 100644 (file)
@@ -37,7 +37,7 @@ package %w[
   prometheus-alertmanager
 ]
 
-promscale_version = "0.6.1"
+promscale_version = "0.6.2"
 
 database_version = node[:timescaledb][:database_version]
 database_cluster = "#{database_version}/main"