Bump version to 4.2.0

This commit is contained in:
Alexander Zobnin
2021-08-10 16:56:21 +03:00
parent b4e0a49e07
commit 5321c07a30
2 changed files with 40 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "grafana-zabbix", "name": "grafana-zabbix",
"private": false, "private": false,
"version": "4.1.3", "version": "4.2.0",
"description": "Zabbix plugin for Grafana", "description": "Zabbix plugin for Grafana",
"homepage": "http://grafana-zabbix.org", "homepage": "http://grafana-zabbix.org",
"scripts": { "scripts": {

View File

@@ -2,34 +2,58 @@
"type": "app", "type": "app",
"name": "Zabbix", "name": "Zabbix",
"id": "alexanderzobnin-zabbix-app", "id": "alexanderzobnin-zabbix-app",
"info": { "info": {
"description": "Zabbix plugin for Grafana", "description": "Zabbix plugin for Grafana",
"author": { "author": {
"name": "Alexander Zobnin", "name": "Alexander Zobnin",
"url": "https://github.com/alexanderzobnin" "url": "https://github.com/alexanderzobnin"
}, },
"keywords": ["zabbix"], "keywords": [
"zabbix"
],
"logos": { "logos": {
"small": "img/icn-zabbix-app.svg", "small": "img/icn-zabbix-app.svg",
"large": "img/icn-zabbix-app.svg" "large": "img/icn-zabbix-app.svg"
}, },
"links": [ "links": [
{"name": "GitHub", "url": "https://github.com/alexanderzobnin/grafana-zabbix"}, {
{"name": "Docs", "url": "https://alexanderzobnin.github.io/grafana-zabbix"}, "name": "GitHub",
{"name": "License", "url": "https://github.com/alexanderzobnin/grafana-zabbix/blob/master/LICENSE"} "url": "https://github.com/alexanderzobnin/grafana-zabbix"
},
{
"name": "Docs",
"url": "https://alexanderzobnin.github.io/grafana-zabbix"
},
{
"name": "License",
"url": "https://github.com/alexanderzobnin/grafana-zabbix/blob/master/LICENSE"
}
], ],
"screenshots": [ "screenshots": [
{"name": "Showcase", "path": "img/screenshot-showcase.png"}, {
{"name": "Dashboard", "path": "img/screenshot-dashboard01.png"}, "name": "Showcase",
{"name": "Annotations", "path": "img/screenshot-annotations.png"}, "path": "img/screenshot-showcase.png"
{"name": "Metric Editor", "path": "img/screenshot-metric_editor.png"}, },
{"name": "Triggers", "path": "img/screenshot-triggers.png"} {
"name": "Dashboard",
"path": "img/screenshot-dashboard01.png"
},
{
"name": "Annotations",
"path": "img/screenshot-annotations.png"
},
{
"name": "Metric Editor",
"path": "img/screenshot-metric_editor.png"
},
{
"name": "Triggers",
"path": "img/screenshot-triggers.png"
}
], ],
"version": "4.2-pre", "version": "4.2.0",
"updated": "2021-03-09" "updated": "2021-08-10"
}, },
"includes": [ "includes": [
{ {
"type": "datasource", "type": "datasource",
@@ -40,10 +64,9 @@
"name": "Problems panel" "name": "Problems panel"
} }
], ],
"dependencies": { "dependencies": {
"grafanaDependency": ">=7.3.0", "grafanaDependency": ">=8.0.0",
"grafanaVersion": "7.3", "grafanaVersion": "8.0",
"plugins": [] "plugins": []
} }
} }