From f4dea896d2c8d7e7db13c502d805c999151c3206 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 23 Jan 2023 10:16:23 +0000 Subject: [PATCH] Update promscale to 0.17.0 --- cookbooks/prometheus/recipes/server.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/prometheus/recipes/server.rb b/cookbooks/prometheus/recipes/server.rb index f34af60da..a77c9fdf7 100644 --- a/cookbooks/prometheus/recipes/server.rb +++ b/cookbooks/prometheus/recipes/server.rb @@ -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" -- 2.39.5