From f2602464158e548b139f4dc857cc60a7f105641b Mon Sep 17 00:00:00 2001 From: Eugene Klimov Date: Fri, 24 Jul 2020 15:11:58 +0500 Subject: [PATCH] # 2.0.3 (2020-07-24) ## Enhancements: * add setup notes for Grafana 7.x to README * add SQL preprocessing logic on browser side with <% js code subset %>, https://github.com/Vertamedia/clickhouse-grafana/pull/186, thanks @fgbogdan * improve alerts query processing for use case when `query(query_name, from, to)` time range is less than visible dashboard time range, see https://github.com/Vertamedia/clickhouse-grafana/issues/237 * improve alerts json parsing in golang part for case when we have string fields in response which interprets as series name, see https://github.com/Vertamedia/clickhouse-grafana/issues/230 * properly parsing POST queries in golang part of plugin, https://github.com/Vertamedia/clickhouse-grafana/pull/228, thanks @it1804 ## Fixes: * add Vagrantfile for statefull environment and allow to upgrade scenario like grafana 7.1.0 + grafana-cli upgrade-all * fix https://github.com/Vertamedia/clickhouse-grafana/issues/244 * fix https://github.com/Vertamedia/clickhouse-grafana/issues/243 * add multiple dashboard examples for github issues: * fix https://github.com/Vertamedia/clickhouse-grafana/issues/240 * fix https://github.com/Vertamedia/clickhouse-grafana/issues/135 * fix https://github.com/Vertamedia/clickhouse-grafana/issues/245 * fix https://github.com/Vertamedia/clickhouse-grafana/issues/238 * fix https://github.com/Vertamedia/clickhouse-grafana/issues/232 * fix https://github.com/Vertamedia/clickhouse-grafana/issues/127 * fix https://github.com/Vertamedia/clickhouse-grafana/issues/141 Signed-off-by: Eugene Klimov --- repo.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/repo.json b/repo.json index 0ec1dc181..974eb5aa8 100644 --- a/repo.json +++ b/repo.json @@ -2163,6 +2163,11 @@ "version": "2.0.2", "commit": "8601b8f0a4f653c51a97e280d36671411d645f13", "url": "https://github.com/Vertamedia/clickhouse-grafana" + }, + { + "version": "2.0.3", + "commit": "a02221e32a4ee24c57271f8a9d54d9f218113f86", + "url": "https://github.com/Vertamedia/clickhouse-grafana" } ] },