Skip to content

Commit

Permalink
fix plugin-validator issues
Browse files Browse the repository at this point in the history
  • Loading branch information
yacut committed Aug 24, 2021
1 parent 7f586fb commit d53a612
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.6
1.0.7
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 7 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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%"
},
Expand Down

0 comments on commit d53a612

Please sign in to comment.