From 4ebefec030b2cf9f223a91048130f64df8a97291 Mon Sep 17 00:00:00 2001 From: Jocelyn Collado-Kuri Date: Tue, 27 Jan 2026 01:27:51 -0800 Subject: [PATCH] release version 6.1.2 (#2259) release version 6.1.2 --- .changeset/wet-monkeys-smoke.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/wet-monkeys-smoke.md diff --git a/.changeset/wet-monkeys-smoke.md b/.changeset/wet-monkeys-smoke.md deleted file mode 100644 index d4dc57d..0000000 --- a/.changeset/wet-monkeys-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-zabbix': patch ---- - -Enhance the problems panel with the ability to convert specific tags to columns. Single or multiple tags supported. diff --git a/CHANGELOG.md b/CHANGELOG.md index 404502d..8fe9a94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 6.1.2 + +🐛 Fix silent removal of itemTagFilter when no tags match regex +🐛 Enhance the problems panel with the ability to convert specific tags to columns. Single or multiple tags supported. +🐛 Fix column visibility toggles for problems panel + ## 6.1.1 🐛 Fix moment value rendering issue diff --git a/package.json b/package.json index 430d4d0..5867c19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-zabbix", - "version": "6.1.1", + "version": "6.1.2", "description": "Zabbix plugin for Grafana", "homepage": "http://grafana-zabbix.org", "bugs": {