Skip to content

Commit d53a612

Browse files
committed
fix plugin-validator issues
1 parent 7f586fb commit d53a612

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.7
4+
5+
Fix plugin-validator issues
6+
37
## 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6
48

59
Fix github actions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# iLert Data Source Plugin
1+
# iLert Data Source Plugin
22

33
Data Source Plugins for Incidents in iLert
44

5-
![preview](docs/assets/ilert-plugins.png)
5+
![preview](https://raw.githubusercontent.com/iLert/grafana-ilert/master/docs/assets/ilert-plugins.png)
66

77
## How to use
88

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.6
1+
1.0.7

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ilert-grafana-ilert",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Datasource Plugin for iLert",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

src/plugin.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"name": "iLert",
1212
"url": "https://www.ilert.com/"
1313
},
14-
"keywords": [],
14+
"keywords": ["on-call", "alerting", "incident", "uptime"],
1515
"logos": {
1616
"small": "img/ilert-logo-icon.png",
1717
"large": "img/ilert-logo.png"
@@ -26,7 +26,12 @@
2626
"url": "https://github.com/iLert/grafana-ilert/blob/master/LICENSE"
2727
}
2828
],
29-
"screenshots": [],
29+
"screenshots": [
30+
{
31+
"name": "Overview",
32+
"path": "https://raw.githubusercontent.com/iLert/grafana-ilert/master/docs/assets/ilert-plugins.png"
33+
}
34+
],
3035
"version": "%VERSION%",
3136
"updated": "%TODAY%"
3237
},

0 commit comments

Comments
 (0)