diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f941ac..f1a7e38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.7 + +Fix plugin-validator issues + ## 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6 Fix github actions diff --git a/README.md b/README.md index df7dc1f..3dcf036 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# iLert Data Source Plugin +# iLert Data Source Plugin Data Source Plugins for Incidents in iLert -![preview](docs/assets/ilert-plugins.png) +![preview](https://raw.githubusercontent.com/iLert/grafana-ilert/master/docs/assets/ilert-plugins.png) ## How to use diff --git a/VERSION b/VERSION index ece61c6..f9cbc01 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.6 \ No newline at end of file +1.0.7 \ No newline at end of file diff --git a/package.json b/package.json index 78b434b..44f0dc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ilert-grafana-ilert", - "version": "1.0.6", + "version": "1.0.7", "description": "Datasource Plugin for iLert", "scripts": { "build": "grafana-toolkit plugin:build", diff --git a/src/plugin.json b/src/plugin.json index cd0bac8..6bb7beb 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -11,7 +11,7 @@ "name": "iLert", "url": "https://www.ilert.com/" }, - "keywords": [], + "keywords": ["on-call", "alerting", "incident", "uptime"], "logos": { "small": "img/ilert-logo-icon.png", "large": "img/ilert-logo.png" @@ -26,7 +26,12 @@ "url": "https://github.com/iLert/grafana-ilert/blob/master/LICENSE" } ], - "screenshots": [], + "screenshots": [ + { + "name": "Overview", + "path": "https://raw.githubusercontent.com/iLert/grafana-ilert/master/docs/assets/ilert-plugins.png" + } + ], "version": "%VERSION%", "updated": "%TODAY%" },