diff --git a/CHANGES.md b/CHANGES.md index cdb25c83..73288c44 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +## GRNOC TSDS Grafana 0.2.6 -- Fri Sep 21 2018 + +### Features + +* Fixed issue where panels with multiple queries would return results in a inconsistent order +between different reloads. Data is now always returned for query A first, then query B, etc. +* Fixed issue where empty template variables used in queries would generate syntactically invalid +queries. Queries are now generated properly with no results. + + ## GRNOC TSDS Grafana 0.2.5 -- Tue Aug 28 2018 ### Features diff --git a/globalnoc-tsds-datasource.spec b/globalnoc-tsds-datasource.spec index ffcd87bd..c9d269a0 100644 --- a/globalnoc-tsds-datasource.spec +++ b/globalnoc-tsds-datasource.spec @@ -1,6 +1,6 @@ Summary: GlobalNOC TSDS Datasource Name: globalnoc-tsds-datasource -Version: 0.2.5 +Version: 0.2.6 Release: %{_buildno}%{?dist} License: Apache Group: GRNOC diff --git a/src/plugin.json b/src/plugin.json index 757aa96a..64d83464 100755 --- a/src/plugin.json +++ b/src/plugin.json @@ -24,8 +24,8 @@ {"name": "Github", "url": "https://github.com/GlobalNOC/tsds-grafana/tree/master/globalnoc-tsds-datasource"}, {"name": "MIT License", "url": "https://github.com/GlobalNOC/tsds-grafana/blob/cleanup/globalnoc-tsds-datasource/LICENSE"} ], - "version": "0.2.5", - "updated": "2018-08-28" + "version": "0.2.6", + "updated": "2018-09-21" }, "dependencies": {