]> git.openstreetmap.org Git - chef.git/commitdiff
Update promscale to 0.17.0
authorTom Hughes <tom@compton.nu>
Mon, 23 Jan 2023 10:16:23 +0000 (10:16 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 23 Jan 2023 10:16:23 +0000 (10:16 +0000)
cookbooks/prometheus/recipes/server.rb

index f34af60da65fdb128aa2de487ce2030dcc97abb9..a77c9fdf7e6cfd6a864cc9e5f59e589f0b727151 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.16.0"
+promscale_version = "0.17.0"
 
 database_version = node[:timescaledb][:database_version]
 database_cluster = "#{database_version}/main"