From bd3e15d558aa6d17a779c311638c10c2468dc1e1 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Fri, 29 Apr 2022 12:34:28 +0300 Subject: [PATCH] Update change log --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ff5eeb..ab003d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,20 @@ # Change Log +## [4.2.7] - Unreleased + +### Fixed + +- IT Services not working with Zabbix 6.0, [#1408](https://github.com/alexanderzobnin/grafana-zabbix/issues/1408) +- Problems panel: `Cannot read properties of undefined (reading 'trim')` error when tag has only name, [#1420](https://github.com/alexanderzobnin/grafana-zabbix/issues/1420) +- Dashboards not included into plugin, [#1407](https://github.com/alexanderzobnin/grafana-zabbix/issues/1407) +- Missing labels in response, [#1352](https://github.com/alexanderzobnin/grafana-zabbix/issues/1352) +- Query returns all application data when host not found, [#1427](https://github.com/alexanderzobnin/grafana-zabbix/issues/1427) + ## [4.2.6] - 2022-04-04 -- Fixes incorrect problem name when PROBLEM event generation mode set to multiple, [#1403](https://github.com/alexanderzobnin/grafana-zabbix/issues/1403) +### Fixed + +- Problems panel: incorrect problem name when PROBLEM event generation mode set to multiple, [#1403](https://github.com/alexanderzobnin/grafana-zabbix/issues/1403) ## [4.2.5] - 2022-02-17