]> git.openstreetmap.org Git - chef.git/commitdiff
Update promscale to 0.16.0
authorTom Hughes <tom@compton.nu>
Fri, 21 Oct 2022 08:00:46 +0000 (09:00 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 21 Oct 2022 08:00:46 +0000 (09:00 +0100)
cookbooks/prometheus/recipes/server.rb

index 69596377e96c608bdf12f346ba4287146f86c08b..6414b4bba2facecf0d619c52cab91f2125ed7f7b 100644 (file)
@@ -111,7 +111,7 @@ archive_file "#{cache_dir}/karma-linux-amd64.tar.gz" do
   subscribes :extract, "remote_file[#{cache_dir}/karma-linux-amd64.tar.gz]"
 end
 
-promscale_version = "0.14.0"
+promscale_version = "0.16.0"
 
 database_version = node[:timescaledb][:database_version]
 database_cluster = "#{database_version}/main"