Merge pull request #141 from flant/release_0_3_4

release: 0.3.4
This commit is contained in:
Ivan Mikheykin
2020-10-12 11:20:46 +03:00
committed by GitHub
7 changed files with 47 additions and 15 deletions
+14
View File
@@ -1,5 +1,19 @@
# Changelog # 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 ## v0.3.1
- Fix to work in Grafana 7.1.0 - Fix to work in Grafana 7.1.0
+7 -5
View File
@@ -1,6 +1,8 @@
[![Download from Github](https://img.shields.io/github/tag-date/flant/grafana-statusmap.svg?logo=github&label=latest)](https://github.com/flant/grafana-statusmap/releases/latest) <p align="center">
[![Telegram chat RU](https://img.shields.io/badge/@statusmap_ru-RU-informational.svg?logo=telegram)](https://t.me/statusmap_ru) <a href="https://github.com/flant/grafana-statusmap/releases/latest"><img src="https://img.shields.io/github/tag-date/flant/grafana-statusmap.svg?logo=github&label=latest" alt="Download from Github"/></a>
[![Slack chat EN](https://img.shields.io/badge/%23grafana--statusmap-EN-informational.svg?logo=slack)](https://cloud-native.slack.com/messages/CHGSGTAHY) <a href="https://community.flant.com/c/grafana-statusmap/8"><img src="https://img.shields.io/discourse/status?server=https%3A%2F%2Fcommunity.flant.com" alt="Discourse forum for discussions"/></a>
<a href="https://t.me/statusmap_ru"><img src="https://img.shields.io/badge/@statusmap_ru-RU-informational.svg?logo=telegram" alt="Telegram chat RU"/></a>
</p>
# Statusmap panel for Grafana # Statusmap panel for Grafana
@@ -26,9 +28,9 @@
- InfluxDB - InfluxDB
- Mysql - Mysql
* Tested with Grafana: * Tested with Grafana:
- 5.4.3 - 7.0, 7.1, 7.2
- 6.3, 6.6, 6.7 - 6.3, 6.6, 6.7
- 7.0, 7.1 - 5.4.3
## Installation ## Installation
+14
View File
@@ -1,5 +1,19 @@
# Changelog # 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 ## v0.3.1
- Fix to work in Grafana 7.1.0 - Fix to work in Grafana 7.1.0
+7 -5
View File
@@ -1,6 +1,8 @@
[![Download from Github](https://img.shields.io/github/tag-date/flant/grafana-statusmap.svg?logo=github&label=latest)](https://github.com/flant/grafana-statusmap/releases/latest) <p align="center">
[![Telegram chat RU](https://img.shields.io/badge/@statusmap_ru-RU-informational.svg?logo=telegram)](https://t.me/statusmap_ru) <a href="https://github.com/flant/grafana-statusmap/releases/latest"><img src="https://img.shields.io/github/tag-date/flant/grafana-statusmap.svg?logo=github&label=latest" alt="Download from Github"/></a>
[![Slack chat EN](https://img.shields.io/badge/%23grafana--statusmap-EN-informational.svg?logo=slack)](https://cloud-native.slack.com/messages/CHGSGTAHY) <a href="https://community.flant.com/c/grafana-statusmap/8"><img src="https://img.shields.io/discourse/status?server=https%3A%2F%2Fcommunity.flant.com" alt="Discourse forum for discussions"/></a>
<a href="https://t.me/statusmap_ru"><img src="https://img.shields.io/badge/@statusmap_ru-RU-informational.svg?logo=telegram" alt="Telegram chat RU"/></a>
</p>
# Statusmap panel for Grafana # Statusmap panel for Grafana
@@ -26,9 +28,9 @@
- InfluxDB - InfluxDB
- Mysql - Mysql
* Tested with Grafana: * Tested with Grafana:
- 5.4.3 - 7.0, 7.1, 7.2
- 6.3, 6.6, 6.7 - 6.3, 6.6, 6.7
- 7.0, 7.1 - 5.4.3
## Installation ## Installation
+2 -2
View File
@@ -24,8 +24,8 @@
{"name": "Color mapping", "path": "img/color-mapping.png"}, {"name": "Color mapping", "path": "img/color-mapping.png"},
{"name": "Queries example", "path": "img/queries-example.png"} {"name": "Queries example", "path": "img/queries-example.png"}
], ],
"version": "0.3.2", "version": "0.3.4",
"updated": "2020-08-13" "updated": "2020-09-12"
}, },
"dependencies": { "dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "flant-statusmap-panel", "name": "flant-statusmap-panel",
"version": "0.2.0", "version": "0.3.4",
"description": "Grafana panel plugin to visualize status of multiple objects over time", "description": "Grafana panel plugin to visualize status of multiple objects over time",
"main": "README.md", "main": "README.md",
"scripts": { "scripts": {
+2 -2
View File
@@ -24,8 +24,8 @@
{"name": "Color mapping", "path": "img/color-mapping.png"}, {"name": "Color mapping", "path": "img/color-mapping.png"},
{"name": "Queries example", "path": "img/queries-example.png"} {"name": "Queries example", "path": "img/queries-example.png"}
], ],
"version": "0.3.2", "version": "0.3.4",
"updated": "2020-08-13" "updated": "2020-09-12"
}, },
"dependencies": { "dependencies": {