diff --git a/CHANGELOG.md b/CHANGELOG.md index fea78b6..dfc5536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v0.3.4 + +- Fix to work in Grafana 7.2.0,7.2.1 +- Fix 'name' in tooltip for opacity and gradient modes +- Fix color scale for opacity and gradient modes + +## v0.3.3 + +- Fix fallback to string events for older versions of Grafana + +## v0.3.2 + +- Fix plugin metadata for Grafana repository + ## v0.3.1 - Fix to work in Grafana 7.1.0 diff --git a/README.md b/README.md index 8d4f669..bb550c6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -[](https://github.com/flant/grafana-statusmap/releases/latest) -[](https://t.me/statusmap_ru) -[](https://cloud-native.slack.com/messages/CHGSGTAHY) +
# Statusmap panel for Grafana @@ -26,9 +28,9 @@ - InfluxDB - Mysql * Tested with Grafana: - - 5.4.3 + - 7.0, 7.1, 7.2 - 6.3, 6.6, 6.7 - - 7.0, 7.1 + - 5.4.3 ## Installation diff --git a/dist/CHANGELOG.md b/dist/CHANGELOG.md index fea78b6..dfc5536 100644 --- a/dist/CHANGELOG.md +++ b/dist/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v0.3.4 + +- Fix to work in Grafana 7.2.0,7.2.1 +- Fix 'name' in tooltip for opacity and gradient modes +- Fix color scale for opacity and gradient modes + +## v0.3.3 + +- Fix fallback to string events for older versions of Grafana + +## v0.3.2 + +- Fix plugin metadata for Grafana repository + ## v0.3.1 - Fix to work in Grafana 7.1.0 diff --git a/dist/README.md b/dist/README.md index 8d4f669..bb550c6 100644 --- a/dist/README.md +++ b/dist/README.md @@ -1,6 +1,8 @@ -[](https://github.com/flant/grafana-statusmap/releases/latest) -[](https://t.me/statusmap_ru) -[](https://cloud-native.slack.com/messages/CHGSGTAHY) + # Statusmap panel for Grafana @@ -26,9 +28,9 @@ - InfluxDB - Mysql * Tested with Grafana: - - 5.4.3 + - 7.0, 7.1, 7.2 - 6.3, 6.6, 6.7 - - 7.0, 7.1 + - 5.4.3 ## Installation diff --git a/dist/plugin.json b/dist/plugin.json index a40dc68..ea76fa3 100644 --- a/dist/plugin.json +++ b/dist/plugin.json @@ -24,8 +24,8 @@ {"name": "Color mapping", "path": "img/color-mapping.png"}, {"name": "Queries example", "path": "img/queries-example.png"} ], - "version": "0.3.2", - "updated": "2020-08-13" + "version": "0.3.4", + "updated": "2020-09-12" }, "dependencies": { diff --git a/package.json b/package.json index f8250d9..35ace4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flant-statusmap-panel", - "version": "0.2.0", + "version": "0.3.4", "description": "Grafana panel plugin to visualize status of multiple objects over time", "main": "README.md", "scripts": { diff --git a/src/plugin.json b/src/plugin.json index a40dc68..ea76fa3 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -24,8 +24,8 @@ {"name": "Color mapping", "path": "img/color-mapping.png"}, {"name": "Queries example", "path": "img/queries-example.png"} ], - "version": "0.3.2", - "updated": "2020-08-13" + "version": "0.3.4", + "updated": "2020-09-12" }, "dependencies": {