Release version 5.0.4 with a fix for TLS handshake timeout issues by … (#2000)

…disabling the post-quantum key exchange mechanism in Go.
This commit is contained in:
Zoltán Bedi
2025-03-26 15:45:44 +01:00
committed by GitHub
parent 8d06e049fb
commit db7d5b3cb9
3 changed files with 5 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
'grafana-zabbix': patch
---
Fix: TLS handshake timeout issues by disabling post-quantum key exchange mechanism in go

View File

@@ -1,5 +1,9 @@
# Change Log # Change Log
## 5.0.4
🐛 Fix: TLS handshake timeout issues by disabling post-quantum key exchange mechanism in go
## 5.0.3 ## 5.0.3
🐛 Security: Update golang.org/x/net from v0.35.0 to v0.37.0 🐛 Security: Update golang.org/x/net from v0.35.0 to v0.37.0

View File

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