We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df16917 commit f073a15Copy full SHA for f073a15
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## [4.5.2] - 2024-07-01
4
+
5
+- Chore: Changes required for nested plugins
6
+- Chore: Updated the executable path
7
8
## [4.5.1] - 2024-06-14
9
10
- Fix: Problems queries not working before zabbix version 7
go.mod
@@ -1,8 +1,6 @@
module github.com/alexanderzobnin/grafana-zabbix
-go 1.22
-
-toolchain go1.22.1
+go 1.22.1
require (
github.com/bitly/go-simplejson v0.5.1
package.json
@@ -1,6 +1,6 @@
{
"name": "grafana-zabbix",
- "version": "4.5.1",
+ "version": "4.5.2",
"description": "Zabbix plugin for Grafana",
"homepage": "http://grafana-zabbix.org",
"bugs": {
0 commit comments