Skip to content

Commit bc62115

Browse files
authored
Release version 5.0.3 with security updates and bug fixes (#1995)
- Updated golang.org/x/net from v0.35.0 to v0.37.0 for security improvements. - Built the plugin with Go version 1.24.1. - Fixed basic authentication issues for Zabbix versions <7.2. - Bumped grafana-plugin-sdk-go from v0.270.0 to v0.274.0.
1 parent 4036bc5 commit bc62115

File tree

6 files changed

+10
-21
lines changed

6 files changed

+10
-21
lines changed

.changeset/four-cobras-invent.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gentle-carrots-cough.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/purple-lions-join.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/witty-eels-camp.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 5.0.3
4+
5+
### Patch Changes
6+
7+
🐛 Security: Update golang.org/x/net from v0.35.0 to v0.37.0
8+
⚙️ Chore: Build plugin with go 1.24.1
9+
🐛 Fix: Basic authentication in zabbix <7.2
10+
⚙️ Chore: Bump grafana-plugin-sdk-go from 0.270.0 to 0.274.0
11+
312
## [5.0.2] - 2025-02-27
413

514
- Chore: Fix error source for parsing of invalid json response

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-zabbix",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "Zabbix plugin for Grafana",
55
"homepage": "http://grafana-zabbix.org",
66
"bugs": {

0 commit comments

Comments
 (0)