From bc6211568f299b3ef786cab3dfa1172043d316ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Wed, 19 Mar 2025 14:35:41 +0100 Subject: [PATCH] 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. --- .changeset/four-cobras-invent.md | 5 ----- .changeset/gentle-carrots-cough.md | 5 ----- .changeset/purple-lions-join.md | 5 ----- .changeset/witty-eels-camp.md | 5 ----- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 6 files changed, 10 insertions(+), 21 deletions(-) delete mode 100644 .changeset/four-cobras-invent.md delete mode 100644 .changeset/gentle-carrots-cough.md delete mode 100644 .changeset/purple-lions-join.md delete mode 100644 .changeset/witty-eels-camp.md diff --git a/.changeset/four-cobras-invent.md b/.changeset/four-cobras-invent.md deleted file mode 100644 index e42b8c9..0000000 --- a/.changeset/four-cobras-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-zabbix': patch ---- - -Security: Update golang.org/x/net from v0.35.0 to v0.37.0 diff --git a/.changeset/gentle-carrots-cough.md b/.changeset/gentle-carrots-cough.md deleted file mode 100644 index 2f6ba2c..0000000 --- a/.changeset/gentle-carrots-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-zabbix': patch ---- - -Chore: Build plugin with go 1.24.1 diff --git a/.changeset/purple-lions-join.md b/.changeset/purple-lions-join.md deleted file mode 100644 index 2d4e554..0000000 --- a/.changeset/purple-lions-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-zabbix': patch ---- - -Fix: Basic authentication in zabbix <7.2 diff --git a/.changeset/witty-eels-camp.md b/.changeset/witty-eels-camp.md deleted file mode 100644 index 362a6c5..0000000 --- a/.changeset/witty-eels-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-zabbix': patch ---- - -Chore: Bump grafana-plugin-sdk-go from 0.270.0 to 0.274.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 41cdd3a..d4b1bf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 5.0.3 + +### Patch Changes + +🐛 Security: Update golang.org/x/net from v0.35.0 to v0.37.0 +⚙️ Chore: Build plugin with go 1.24.1 +🐛 Fix: Basic authentication in zabbix <7.2 +⚙️ Chore: Bump grafana-plugin-sdk-go from 0.270.0 to 0.274.0 + ## [5.0.2] - 2025-02-27 - Chore: Fix error source for parsing of invalid json response diff --git a/package.json b/package.json index a26ffff..51b67ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-zabbix", - "version": "5.0.2", + "version": "5.0.3", "description": "Zabbix plugin for Grafana", "homepage": "http://grafana-zabbix.org", "bugs": {