From e559459a96f44e130e1d43fe06a31dda912122dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Thu, 18 Sep 2025 16:36:00 +0200 Subject: [PATCH] Release 6.0.0 (#2084) Co-authored-by: Kristian Bremberg <114284895+KristianGrafana@users.noreply.github.com> --- .changeset/curvy-pianos-tell.md | 5 ----- .changeset/fine-snails-move.md | 5 ----- .changeset/nasty-baboons-listen.md | 5 ----- .changeset/plain-boxes-carry.md | 5 ----- .changeset/polite-cobras-grin.md | 5 ----- .changeset/stupid-coats-accept.md | 5 ----- CHANGELOG.md | 14 ++++++++++++++ cspell.config.json | 1 + package.json | 2 +- 9 files changed, 16 insertions(+), 31 deletions(-) delete mode 100644 .changeset/curvy-pianos-tell.md delete mode 100644 .changeset/fine-snails-move.md delete mode 100644 .changeset/nasty-baboons-listen.md delete mode 100644 .changeset/plain-boxes-carry.md delete mode 100644 .changeset/polite-cobras-grin.md delete mode 100644 .changeset/stupid-coats-accept.md diff --git a/.changeset/curvy-pianos-tell.md b/.changeset/curvy-pianos-tell.md deleted file mode 100644 index 279bd99..0000000 --- a/.changeset/curvy-pianos-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-zabbix': patch ---- - -Fix: Functions dropdown positioning diff --git a/.changeset/fine-snails-move.md b/.changeset/fine-snails-move.md deleted file mode 100644 index 66db925..0000000 --- a/.changeset/fine-snails-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-zabbix': major ---- - -Bump grafana dependency to 11.6.0 diff --git a/.changeset/nasty-baboons-listen.md b/.changeset/nasty-baboons-listen.md deleted file mode 100644 index 3714443..0000000 --- a/.changeset/nasty-baboons-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-zabbix': patch ---- - -Fix: alias functions in Services query type diff --git a/.changeset/plain-boxes-carry.md b/.changeset/plain-boxes-carry.md deleted file mode 100644 index 3f848e4..0000000 --- a/.changeset/plain-boxes-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-zabbix': minor ---- - -Feat: Show details about acknowledge actions diff --git a/.changeset/polite-cobras-grin.md b/.changeset/polite-cobras-grin.md deleted file mode 100644 index a6e7d00..0000000 --- a/.changeset/polite-cobras-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-zabbix': patch ---- - -Fix CVE-2025-10630 by implementing regex scanner for exploits and adding timeout to compilation diff --git a/.changeset/stupid-coats-accept.md b/.changeset/stupid-coats-accept.md deleted file mode 100644 index b7a9df9..0000000 --- a/.changeset/stupid-coats-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-zabbix': patch ---- - -Fix: slaid is missing error diff --git a/CHANGELOG.md b/CHANGELOG.md index b5a6d59..9e1de80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # 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 🐛 Fix: Remove props mutation in config editor diff --git a/cspell.config.json b/cspell.config.json index 4a8a051..e2aaf36 100644 --- a/cspell.config.json +++ b/cspell.config.json @@ -56,6 +56,7 @@ "opdata", "percpu", "singlestat", + "slaid", "struct", "submatch", "templatig", diff --git a/package.json b/package.json index db95413..ff59077 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-zabbix", - "version": "5.2.1", + "version": "6.0.0", "description": "Zabbix plugin for Grafana", "homepage": "http://grafana-zabbix.org", "bugs": {