mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 15:53:09 +00:00
Version 0.2.0
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v0.2.0
|
||||||
|
|
||||||
|
- Migrate code base to typescript
|
||||||
|
- Fixes to work in 6.3.0+ grafana
|
||||||
|
|
||||||
## v0.1.1
|
## v0.1.1
|
||||||
|
|
||||||
- Fix for annotations in grafana 5.x before 5.4
|
- Fix for annotations in grafana 5.x before 5.4
|
||||||
|
|||||||
Vendored
+5
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v0.2.0
|
||||||
|
|
||||||
|
- Migrate code base to typescript
|
||||||
|
- Fixes to work in 6.3.0+ grafana
|
||||||
|
|
||||||
## v0.1.1
|
## v0.1.1
|
||||||
|
|
||||||
- Fix for annotations in grafana 5.x before 5.4
|
- Fix for annotations in grafana 5.x before 5.4
|
||||||
|
|||||||
Vendored
+4
@@ -1,3 +1,7 @@
|
|||||||
|
[](https://github.com/flant/grafana-statusmap/releases/latest)
|
||||||
|
[](https://t.me/statusmap_ru)
|
||||||
|
[](https://cloud-native.slack.com/messages/CHGSGTAHY)
|
||||||
|
|
||||||
# Statusmap panel for Grafana
|
# Statusmap panel for Grafana
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
Vendored
+2
-2
@@ -25,8 +25,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.1.1",
|
"version": "0.2.0",
|
||||||
"updated": "2019-03-22"
|
"updated": "2019-12-03"
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "flant-statusmap-panel",
|
"name": "flant-statusmap-panel",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"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
@@ -25,8 +25,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.1.1",
|
"version": "0.2.0",
|
||||||
"updated": "2019-03-22"
|
"updated": "2019-12-03"
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user