]> git.openstreetmap.org Git - chef.git/commitdiff
Update promscale to 0.2.0
authorTom Hughes <tom@compton.nu>
Mon, 8 Feb 2021 22:44:10 +0000 (22:44 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 8 Feb 2021 22:44:10 +0000 (22:44 +0000)
cookbooks/prometheus/recipes/server.rb

index b4a4c36da45428f2f237a8b10de2f2ff1750eee6..41d508a72bdc390bfc393d92293c3bfe475ba97e 100644 (file)
@@ -37,7 +37,7 @@ package %w[
   prometheus-alertmanager
 ]
 
-promscale_version = "0.1.4"
+promscale_version = "0.2.0"
 
 database_cluster = "#{node[:timescaledb][:database_version]}/main"