]> git.openstreetmap.org Git - chef.git/commitdiff
Update promscale to 0.13.0
authorTom Hughes <tom@compton.nu>
Thu, 4 Aug 2022 07:22:07 +0000 (08:22 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 4 Aug 2022 07:22:07 +0000 (08:22 +0100)
cookbooks/prometheus/recipes/server.rb

index ac2d44efc5a7e0d46281cd618d12e36830c33634..1556089265c5752a5c2d5f6bbe0eb21120fe845e 100644 (file)
@@ -108,7 +108,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.11.0"
+promscale_version = "0.13.0"
 
 database_version = node[:timescaledb][:database_version]
 database_cluster = "#{database_version}/main"