From 8d3c4cced3eb46e75e82915767f980358a55f03b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Mon, 30 Sep 2024 14:23:47 +0200 Subject: [PATCH 1/2] Chore: Bump dompurify and grafana-plugin-sdk-go versions --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a2dba8..03f3aec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [4.5.5] - 2024-09-30 + +- Chore: Bump dompurify from 3.1.0 to 3.1.6 +- Chore: Bump grafana-plugin-sdk-go from 0.250.0 to 0.251.0 +- Chore: Bump grafana-plugin-sdk-go from 0.247.0 to 0.250.0 + ## [4.5.4] - 2024-09-12 - Chore: Bump path-to-regexp from 1.8.0 to 1.9.0 diff --git a/package.json b/package.json index 52a2543..a78d9de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-zabbix", - "version": "4.5.4", + "version": "4.5.5", "description": "Zabbix plugin for Grafana", "homepage": "http://grafana-zabbix.org", "bugs": { From aaf9725f393bb353a2d5c0421e32a2a98aad648e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Mon, 30 Sep 2024 14:27:41 +0200 Subject: [PATCH 2/2] Chore: Update cspell.config.json to include new word --- cspell.config.json | 68 ++++++++++++++++++++++------------------------ 1 file changed, 32 insertions(+), 36 deletions(-) diff --git a/cspell.config.json b/cspell.config.json index 5e27506..035ccab 100644 --- a/cspell.config.json +++ b/cspell.config.json @@ -30,48 +30,44 @@ "src/**", "pkg/**" ], - "ignoreRegExpList": [ - "import\\s*\\((.|[\r\n])*?\\)", - "import\\s*.*\".*?\"", - "\\[@.+\\]" - ], + "ignoreRegExpList": ["import\\s*\\((.|[\r\n])*?\\)", "import\\s*.*\".*?\"", "\\[@.+\\]"], "words": [ - "grafana", - "datasource", - "datasources", - "zabbix", "alexanderzobnin", - "lastchange", - "Zobnin", - "lastchange", - "eventid", - "eventids", - "hostid", - "hostids", - "triggerid", - "triggerids", - "groupid", - "groupids", - "itemtype", - "itemid", - "itemids", - "opdata", - "timeseries", "datapoint", "datapoints", - "percpu", - "templating", - "singlestat", - "iowait", - "submatch", + "datasource", + "datasources", + "dompurify", + "eventid", + "eventids", "Gleb", + "grafana", + "groupid", + "groupids", + "hostid", + "hostids", + "iowait", + "itemid", + "itemids", + "itemtype", "Ivanovsky", - "mydomain", - "struct", - "unmarshal", - "timeshift", - "templatig", + "lastchange", "lastvalue", - "typeahead" + "mydomain", + "opdata", + "percpu", + "singlestat", + "struct", + "submatch", + "templatig", + "templating", + "timeseries", + "timeshift", + "triggerid", + "triggerids", + "typeahead", + "unmarshal", + "zabbix", + "Zobnin" ] }