diff --git a/README.md b/README.md index 62cc20f..d3d8998 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,17 @@ This plugin is based on "Heatmap" panel by Grafana and partly inspired by ideas #### Changelog +##### v0.1.0 + +- Tested with Grafana 6.0.0 +- Tested with InfluxDB and Mysql datasources +- Add initial support for display annotations +- Add example for k8s statuses (thanks, @vrutkovs) +- Fix hanging on big values +- Fix horizontal spacing = 0 +- Fix for "Object doesn't support property or method 'remove'" +- Fix card width for targets with different datapoints count + ##### v0.0.4 - Fix display of multivalues buckets as an empty cell diff --git a/dist/README.md b/dist/README.md index 62cc20f..d3d8998 100644 --- a/dist/README.md +++ b/dist/README.md @@ -203,6 +203,17 @@ This plugin is based on "Heatmap" panel by Grafana and partly inspired by ideas #### Changelog +##### v0.1.0 + +- Tested with Grafana 6.0.0 +- Tested with InfluxDB and Mysql datasources +- Add initial support for display annotations +- Add example for k8s statuses (thanks, @vrutkovs) +- Fix hanging on big values +- Fix horizontal spacing = 0 +- Fix for "Object doesn't support property or method 'remove'" +- Fix card width for targets with different datapoints count + ##### v0.0.4 - Fix display of multivalues buckets as an empty cell diff --git a/dist/plugin.json b/dist/plugin.json index a959ab7..119663b 100644 --- a/dist/plugin.json +++ b/dist/plugin.json @@ -25,8 +25,8 @@ {"name": "Color mapping", "path": "img/color-mapping.png"}, {"name": "Queries example", "path": "img/queries-example.png"} ], - "version": "0.0.4", - "updated": "2018-12-11" + "version": "0.1.0", + "updated": "2019-03-11" }, "dependencies": { diff --git a/package.json b/package.json index 57e9881..7a1cea2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "status-hetamap", - "version": "0.0.1", - "description": "Status Heatmap panel plugin for grafana", + "name": "flant-statusmap-panel", + "version": "0.1.0", + "description": "Grafana panel plugin to visualize status of multiple objects over time", "main": "README.md", "scripts": { "build": "grunt" @@ -10,7 +10,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://github.com/flant/grafana-status-heatmap.git" + "url": "https://github.com/flant/grafana-statusmap.git" }, "devDependencies": { "babel": "^6.23.0", diff --git a/src/plugin.json b/src/plugin.json index a959ab7..119663b 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -25,8 +25,8 @@ {"name": "Color mapping", "path": "img/color-mapping.png"}, {"name": "Queries example", "path": "img/queries-example.png"} ], - "version": "0.0.4", - "updated": "2018-12-11" + "version": "0.1.0", + "updated": "2019-03-11" }, "dependencies": {