From 34cf3462c6cc05c3014323983ef201c9bad2dfd5 Mon Sep 17 00:00:00 2001 From: Ivan Mikheykin Date: Tue, 3 Dec 2019 13:48:39 +0300 Subject: [PATCH] Version 0.2.0 --- CHANGELOG.md | 5 +++++ dist/CHANGELOG.md | 5 +++++ dist/README.md | 4 ++++ dist/plugin.json | 4 ++-- package.json | 2 +- src/plugin.json | 4 ++-- 6 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73967c8..6ca76e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.2.0 + +- Migrate code base to typescript +- Fixes to work in 6.3.0+ grafana + ## v0.1.1 - Fix for annotations in grafana 5.x before 5.4 diff --git a/dist/CHANGELOG.md b/dist/CHANGELOG.md index 73967c8..6ca76e3 100644 --- a/dist/CHANGELOG.md +++ b/dist/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.2.0 + +- Migrate code base to typescript +- Fixes to work in 6.3.0+ grafana + ## v0.1.1 - Fix for annotations in grafana 5.x before 5.4 diff --git a/dist/README.md b/dist/README.md index 6ee8b17..f65e570 100644 --- a/dist/README.md +++ b/dist/README.md @@ -1,3 +1,7 @@ +[![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) +[![Telegram chat RU](https://img.shields.io/badge/@statusmap_ru-RU-informational.svg?logo=telegram)](https://t.me/statusmap_ru) +[![Slack chat EN](https://img.shields.io/badge/%23grafana--statusmap-EN-informational.svg?logo=slack)](https://cloud-native.slack.com/messages/CHGSGTAHY) + # Statusmap panel for Grafana ![Statusmap sample panel](https://raw.githubusercontent.com/flant/grafana-statusmap/master/src/img/flant-statusmap-panel.png) diff --git a/dist/plugin.json b/dist/plugin.json index f559dd7..ba97fe0 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.1.1", - "updated": "2019-03-22" + "version": "0.2.0", + "updated": "2019-12-03" }, "dependencies": { diff --git a/package.json b/package.json index 3f04bc6..5dd2daa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flant-statusmap-panel", - "version": "0.1.0", + "version": "0.2.0", "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 f559dd7..ba97fe0 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.1.1", - "updated": "2019-03-22" + "version": "0.2.0", + "updated": "2019-12-03" }, "dependencies": {