Release 6.0.0 (#2084)
Co-authored-by: Kristian Bremberg <114284895+KristianGrafana@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
'grafana-zabbix': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix: Functions dropdown positioning
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
'grafana-zabbix': major
|
|
||||||
---
|
|
||||||
|
|
||||||
Bump grafana dependency to 11.6.0
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
'grafana-zabbix': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix: alias functions in Services query type
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
'grafana-zabbix': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Feat: Show details about acknowledge actions
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
'grafana-zabbix': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix CVE-2025-10630 by implementing regex scanner for exploits and adding timeout to compilation
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
'grafana-zabbix': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix: slaid is missing error
|
|
||||||
14
CHANGELOG.md
14
CHANGELOG.md
@@ -1,5 +1,19 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 6.0.0
|
||||||
|
|
||||||
|
🎉 Bump grafana dependency to 11.6.0
|
||||||
|
|
||||||
|
🚀 Feat: Show details about acknowledge actions
|
||||||
|
|
||||||
|
🐛 Fix: Functions dropdown positioning
|
||||||
|
|
||||||
|
🐛 Fix: alias functions in Services query type
|
||||||
|
|
||||||
|
🔒 Fix CVE-2025-10630: Implement regex timeout to compilation
|
||||||
|
|
||||||
|
🐛 Fix: slaid is missing error
|
||||||
|
|
||||||
## 5.2.1
|
## 5.2.1
|
||||||
|
|
||||||
🐛 Fix: Remove props mutation in config editor
|
🐛 Fix: Remove props mutation in config editor
|
||||||
|
|||||||
@@ -56,6 +56,7 @@
|
|||||||
"opdata",
|
"opdata",
|
||||||
"percpu",
|
"percpu",
|
||||||
"singlestat",
|
"singlestat",
|
||||||
|
"slaid",
|
||||||
"struct",
|
"struct",
|
||||||
"submatch",
|
"submatch",
|
||||||
"templatig",
|
"templatig",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "grafana-zabbix",
|
"name": "grafana-zabbix",
|
||||||
"version": "5.2.1",
|
"version": "6.0.0",
|
||||||
"description": "Zabbix plugin for Grafana",
|
"description": "Zabbix plugin for Grafana",
|
||||||
"homepage": "http://grafana-zabbix.org",
|
"homepage": "http://grafana-zabbix.org",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
|
|||||||
Reference in New Issue
Block a user