release prep (#1848)

This commit is contained in:
Sriram
2024-07-02 07:41:27 +01:00
committed by GitHub
parent df16917eac
commit f073a156e9
3 changed files with 7 additions and 4 deletions

View File

@@ -1,5 +1,10 @@
# Change Log # Change Log
## [4.5.2] - 2024-07-01
- Chore: Changes required for nested plugins
- Chore: Updated the executable path
## [4.5.1] - 2024-06-14 ## [4.5.1] - 2024-06-14
- Fix: Problems queries not working before zabbix version 7 - Fix: Problems queries not working before zabbix version 7

4
go.mod
View File

@@ -1,8 +1,6 @@
module github.com/alexanderzobnin/grafana-zabbix module github.com/alexanderzobnin/grafana-zabbix
go 1.22 go 1.22.1
toolchain go1.22.1
require ( require (
github.com/bitly/go-simplejson v0.5.1 github.com/bitly/go-simplejson v0.5.1

View File

@@ -1,6 +1,6 @@
{ {
"name": "grafana-zabbix", "name": "grafana-zabbix",
"version": "4.5.1", "version": "4.5.2",
"description": "Zabbix plugin for Grafana", "description": "Zabbix plugin for Grafana",
"homepage": "http://grafana-zabbix.org", "homepage": "http://grafana-zabbix.org",
"bugs": { "bugs": {