Prepare 4.4.6 (#1798)
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# Change Log
|
||||
|
||||
## [4.4.6] - 2024-03-07
|
||||
|
||||
- Fix: API token reset not working (#1797)
|
||||
- Chore: Build with go 1.22
|
||||
|
||||
## [4.4.5] - 2024-01-10
|
||||
|
||||
- ⚙️ **Docs**: Documentation website moved from [github pages](https://grafana.github.io/grafana-zabbix) to [grafana.com/docs/plugins](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/) page
|
||||
|
||||
4
go.mod
4
go.mod
@@ -1,8 +1,8 @@
|
||||
module github.com/alexanderzobnin/grafana-zabbix
|
||||
|
||||
go 1.21
|
||||
go 1.22
|
||||
|
||||
toolchain go1.21.3
|
||||
toolchain go1.22.1
|
||||
|
||||
require github.com/grafana/grafana-plugin-sdk-go v0.193.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "grafana-zabbix",
|
||||
"version": "4.4.5",
|
||||
"version": "4.4.6",
|
||||
"description": "Zabbix plugin for Grafana",
|
||||
"homepage": "http://grafana-zabbix.org",
|
||||
"bugs": {
|
||||
|
||||
Reference in New Issue
Block a user