diff --git a/CHANGELOG.md b/CHANGELOG.md index b1ff9f4..9facfea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ | Version | Changes | | -------------------|-----------| +| 1.4.1 | Plugin signed for use | | 1.4.0 | Pipeline updates | | 1.3.1 | Tags for prometheus and influxdb (EXPERIMENTAL FEATURE) | | | Replaced circleci with Github Actions | @@ -17,7 +18,7 @@ | 1.2.0 | Template variables in row name, col name, link, tooltip, thresholds, colors | | 1.1.0 | Colnames in the link | | 1.0.0 | Typescript & TSLint implementation | -| | Jest testcases implemented | +| | Jest test cases implemented | | | SASS implementation for stylesheets | | | Display options improved | | | Display values can have part of series name | diff --git a/README.md b/README.md index 3238278..f000245 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,7 @@ Boom Table Panel for Grafana. Table/MultiStat plugin with multiple columns for Graphite, InfluxDB, Prometheus, Azure Monitor. -![Boom Table - Sample Panel](https://raw.githubusercontent.com/yesoreyeram/yesoreyeram-boomtable-panel/master/dist/src/img/panel.png) - -![Boom Table - Panel with Font Awesome icons](https://raw.githubusercontent.com/yesoreyeram/yesoreyeram-boomtable-panel/master/dist/src/img/panels-fa.png) - +![image](https://user-images.githubusercontent.com/153843/99523243-b1cc8e80-298e-11eb-9d15-81e446103864.png) Features : ---------- @@ -40,10 +37,10 @@ Supported / Tested Data Sources : Tested Grafana versions : ------------------------- -* Grafana version 4.5.2 -* Grafana version 5.0.2 +* Grafana version 7.0.0 ( Known issues: Certain datasources like Azure monitor are not supported ) * Grafana version 6.0.0 - +* Grafana version 5.0.2 +* Grafana version 4.5.2 Screenshots : ------------- diff --git a/package.json b/package.json index 4b1863e..45f4773 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yesoreyeram-boomtable-panel", - "version": "1.4.0", + "version": "1.4.1", "description": "Boom table panel for Graphite, InfluxDB, Prometheus", "main": "dist/module.js", "scripts": { diff --git a/src/plugin.json b/src/plugin.json index 5a5bcdf..2473b9b 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -1,10 +1,8 @@ { + "$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json", "type": "panel", "name": "Boom Table", "id": "yesoreyeram-boomtable-panel", - "dataFormats": [ - "time_series" - ], "info": { "description": "Boom table panel for Graphite, InfluxDB, Prometheus", "author": { @@ -28,10 +26,9 @@ "url": "https://github.com/yesoreyeram/yesoreyeram-boomtable-panel" } ], - "version": "1.4.0" + "version": "1.4.1" }, "dependencies": { - "grafanaVersion": "4.x.x", - "plugins": [] + "grafanaDependency": ">4.0.0" } } \ No newline at end of file