Release 6.1.0 (#2194)
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'grafana-zabbix': minor
|
||||
---
|
||||
|
||||
Fix support of applicationids filters with Zabbix problems for versions older than 5.0.x
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'grafana-zabbix': minor
|
||||
---
|
||||
|
||||
Fix when to fetch Zabbix version before issuing new requests
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'grafana-zabbix': minor
|
||||
---
|
||||
|
||||
Support adding custom values in dropdowns for all query types
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'grafana-zabbix': minor
|
||||
---
|
||||
|
||||
Add support for host tags when querying metrics
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'grafana-zabbix': minor
|
||||
---
|
||||
|
||||
Add support for disabled items in Item variable type
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'grafana-zabbix': minor
|
||||
---
|
||||
|
||||
Standardization across Zabbix UI components
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'grafana-zabbix': patch
|
||||
---
|
||||
|
||||
Upgrade react-table to v8
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'grafana-zabbix': minor
|
||||
---
|
||||
|
||||
Moves health check to the backend
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'grafana-zabbix': major
|
||||
---
|
||||
|
||||
Migrates use of DatasourceApi to DatasourceWithBackend
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'grafana-zabbix': minor
|
||||
---
|
||||
|
||||
Fix how frontend and backend querying responses are merged
|
||||
22
CHANGELOG.md
22
CHANGELOG.md
@@ -1,5 +1,27 @@
|
||||
# Change Log
|
||||
|
||||
## 6.1.0
|
||||
|
||||
🎉 Migrates use of DatasourceApi to DatasourceWithBackend
|
||||
|
||||
🚀 Fix support of `applicationids` filters with Zabbix problems for versions older than 5.0.x
|
||||
|
||||
🚀 Fix when to fetch Zabbix version before issuing new requests
|
||||
|
||||
🚀 Support adding custom values in dropdowns for all query types
|
||||
|
||||
🚀 Add support for host tags when querying metrics
|
||||
|
||||
🚀 Add support for disabled items in Item variable type
|
||||
|
||||
🚀 Standardization across Zabbix UI components
|
||||
|
||||
🚀 Moves health check to the backend
|
||||
|
||||
🚀 Fix how frontend and backend querying responses are merged
|
||||
|
||||
🐛 Upgrade react-table to v8
|
||||
|
||||
## 6.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
"ignoreRegExpList": ["import\\s*\\((.|[\r\n])*?\\)", "import\\s*.*\".*?\"", "\\[@.+\\]"],
|
||||
"words": [
|
||||
"alexanderzobnin",
|
||||
"applicationids",
|
||||
"datapoint",
|
||||
"datapoints",
|
||||
"datasource",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "grafana-zabbix",
|
||||
"version": "6.0.3",
|
||||
"version": "6.1.0",
|
||||
"description": "Zabbix plugin for Grafana",
|
||||
"homepage": "http://grafana-zabbix.org",
|
||||
"bugs": {
|
||||
|
||||
Reference in New Issue
Block a user