Release 6.1.0 (#2194)

This commit is contained in:
Zoltán Bedi
2026-01-13 13:50:49 +01:00
committed by GitHub
parent ffe5c44960
commit 4e6a75c93d
13 changed files with 24 additions and 51 deletions

View File

@@ -1,5 +0,0 @@
---
'grafana-zabbix': minor
---
Fix support of applicationids filters with Zabbix problems for versions older than 5.0.x

View File

@@ -1,5 +0,0 @@
---
'grafana-zabbix': minor
---
Fix when to fetch Zabbix version before issuing new requests

View File

@@ -1,5 +0,0 @@
---
'grafana-zabbix': minor
---
Support adding custom values in dropdowns for all query types

View File

@@ -1,5 +0,0 @@
---
'grafana-zabbix': minor
---
Add support for host tags when querying metrics

View File

@@ -1,5 +0,0 @@
---
'grafana-zabbix': minor
---
Add support for disabled items in Item variable type

View File

@@ -1,5 +0,0 @@
---
'grafana-zabbix': minor
---
Standardization across Zabbix UI components

View File

@@ -1,5 +0,0 @@
---
'grafana-zabbix': patch
---
Upgrade react-table to v8

View File

@@ -1,5 +0,0 @@
---
'grafana-zabbix': minor
---
Moves health check to the backend

View File

@@ -1,5 +0,0 @@
---
'grafana-zabbix': major
---
Migrates use of DatasourceApi to DatasourceWithBackend

View File

@@ -1,5 +0,0 @@
---
'grafana-zabbix': minor
---
Fix how frontend and backend querying responses are merged

View File

@@ -1,5 +1,27 @@
# Change Log # 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 ## 6.0.3
### Patch Changes ### Patch Changes

View File

@@ -32,6 +32,7 @@
"ignoreRegExpList": ["import\\s*\\((.|[\r\n])*?\\)", "import\\s*.*\".*?\"", "\\[@.+\\]"], "ignoreRegExpList": ["import\\s*\\((.|[\r\n])*?\\)", "import\\s*.*\".*?\"", "\\[@.+\\]"],
"words": [ "words": [
"alexanderzobnin", "alexanderzobnin",
"applicationids",
"datapoint", "datapoint",
"datapoints", "datapoints",
"datasource", "datasource",

View File

@@ -1,6 +1,6 @@
{ {
"name": "grafana-zabbix", "name": "grafana-zabbix",
"version": "6.0.3", "version": "6.1.0",
"description": "Zabbix plugin for Grafana", "description": "Zabbix plugin for Grafana",
"homepage": "http://grafana-zabbix.org", "homepage": "http://grafana-zabbix.org",
"bugs": { "bugs": {