From db7d5b3cb965dd48e3515220a61f2ddedd63aa5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Wed, 26 Mar 2025 15:45:44 +0100 Subject: [PATCH] =?UTF-8?q?Release=20version=205.0.4=20with=20a=20fix=20fo?= =?UTF-8?q?r=20TLS=20handshake=20timeout=20issues=20by=20=E2=80=A6=20(#200?= =?UTF-8?q?0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …disabling the post-quantum key exchange mechanism in Go. --- .changeset/smart-pears-change.md | 5 ----- CHANGELOG.md | 4 ++++ package.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changeset/smart-pears-change.md diff --git a/.changeset/smart-pears-change.md b/.changeset/smart-pears-change.md deleted file mode 100644 index 8408002..0000000 --- a/.changeset/smart-pears-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-zabbix': patch ---- - -Fix: TLS handshake timeout issues by disabling post-quantum key exchange mechanism in go diff --git a/CHANGELOG.md b/CHANGELOG.md index 486b2e8..43dc510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 5.0.4 + +🐛 Fix: TLS handshake timeout issues by disabling post-quantum key exchange mechanism in go + ## 5.0.3 🐛 Security: Update golang.org/x/net from v0.35.0 to v0.37.0 diff --git a/package.json b/package.json index 0ade14b..db17b43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-zabbix", - "version": "5.0.3", + "version": "5.0.4", "description": "Zabbix plugin for Grafana", "homepage": "http://grafana-zabbix.org", "bugs": {