From 01acbf83427a2a2a915a614e5374c9b183acc73c Mon Sep 17 00:00:00 2001 From: Eugene Klimov Date: Wed, 2 Jun 2021 16:21:30 +0500 Subject: [PATCH] # 2.3.1 (2021-04-23) (#928) ## Breaking changes * On latest Grafana 7.x releases, template variables SQL queries shall return only scalar types of values, see https://github.com/Vertamedia/clickhouse-grafana/issues/328 ## Enhancement: * add support Apple M1 ;) * switch to new grafana plugin Golang SDK, thanks to @bmanth60 and @valeriakononenko for help * add BasicAuth support for alerts, see https://github.com/Vertamedia/clickhouse-grafana/issues/267 ## Fixes: * fix github actions backend build * fix UNION ALL parsing, see https://github.com/Vertamedia/clickhouse-grafana/issues/319 * fix many issues with alerting * https://github.com/Vertamedia/clickhouse-grafana/issues/305 * https://github.com/Vertamedia/clickhouse-grafana/issues/327 * https://github.com/Vertamedia/clickhouse-grafana/issues/334 * https://github.com/Vertamedia/clickhouse-grafana/issues/335 Signed-off-by: Eugene Klimov --- repo.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/repo.json b/repo.json index a78303d47..1f1ddbb3d 100644 --- a/repo.json +++ b/repo.json @@ -2364,6 +2364,17 @@ "md5": "bcebceb6f248194b6cc51fec118bd425" } } + }, + { + "version": "2.3.1", + "commit": "7449aac7ad992aefb733f36ba13f4343c699ecc2", + "url": "https://github.com/Vertamedia/clickhouse-grafana", + "download": { + "any": { + "url": "https://github.com/Vertamedia/clickhouse-grafana/releases/download/v2.3.1/vertamedia-clickhouse-datasource-2.3.1.zip", + "md5": "cfef9af53b1ca05fa89efe00c1a7e1a8" + } + } } ] },