From 7e0070e4f6c9c013aa344e4e03df6b3839e66300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Thu, 10 Jul 2025 17:37:39 +0200 Subject: [PATCH] Release: Bump version to 5.2.0 and update changelog for new features and fixes (#2054) --- .changeset/gentle-suits-invite.md | 5 ----- .changeset/silent-shrimps-carry.md | 5 ----- CHANGELOG.md | 12 +++++++----- package.json | 2 +- 4 files changed, 8 insertions(+), 16 deletions(-) delete mode 100644 .changeset/gentle-suits-invite.md delete mode 100644 .changeset/silent-shrimps-carry.md diff --git a/.changeset/gentle-suits-invite.md b/.changeset/gentle-suits-invite.md deleted file mode 100644 index ca6607d..0000000 --- a/.changeset/gentle-suits-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-zabbix': patch ---- - -Fix: `real_hosts` deprecated in version 6.2 and 6.4 diff --git a/.changeset/silent-shrimps-carry.md b/.changeset/silent-shrimps-carry.md deleted file mode 100644 index 8624a6b..0000000 --- a/.changeset/silent-shrimps-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-zabbix': minor ---- - -Add possibility to run "Manual event actions" diff --git a/CHANGELOG.md b/CHANGELOG.md index 53ee467..7a2aba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,15 @@ # Change Log +## 5.2.0 + +🚀 Add possibility to run "Manual event actions" +🐛 Fix: `real_hosts` deprecated in version 6.2 and 6.4 +🐛 Fix: handle multiple service status +⚙️ Chore: Bump grafana-plugin-sdk-go from 0.277.1 to 0.278.0 + ## 5.1.0 -### Minor Changes - 🚀 Problems Panel: Add option to show data source name - -### Patch Changes - 🐛 Variables: Fix item tag filtering in Items type 🐛 Fix: frontend error when running count triggers ⚙️ Chore: Bump grafana-plugin-sdk-go from 0.274.0 to 0.277.0 diff --git a/package.json b/package.json index a52f5f7..23cfe6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-zabbix", - "version": "5.1.0", + "version": "5.2.0", "description": "Zabbix plugin for Grafana", "homepage": "http://grafana-zabbix.org", "bugs": {