]> git.openstreetmap.org Git - chef.git/commitdiff
Update promscale extension to 0.2.0
authorTom Hughes <tom@compton.nu>
Thu, 15 Jul 2021 23:16:32 +0000 (00:16 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 15 Jul 2021 23:16:57 +0000 (00:16 +0100)
cookbooks/prometheus/recipes/server.rb

index 1a3fb7db0e6f9f8e5e0c55683bdd02994729acb0..ad1894c06bb7498cca9bd58cefc553f9f21a48ec 100644 (file)
@@ -68,7 +68,7 @@ package %w[
 git "/opt/promscale/extension" do
   action :sync
   repository "https://github.com/timescale/promscale_extension.git"
-  revision "0.1.1"
+  revision "0.2.0"
   user "root"
   group "root"
 end