Skip to content

Commit 47da3ff

Browse files
authored
Merge pull request #1889 from grafana/release-4-5-5
Release 4.5.5
2 parents bd4a2e1 + aaf9725 commit 47da3ff

File tree

3 files changed

+32
-30
lines changed

3 files changed

+32
-30
lines changed

CHANGELOG.md

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

3+
## [4.5.5] - 2024-09-30
4+
5+
- Chore: Bump dompurify from 3.1.0 to 3.1.6
6+
- Chore: Bump grafana-plugin-sdk-go from 0.250.0 to 0.251.0
7+
- Chore: Bump grafana-plugin-sdk-go from 0.247.0 to 0.250.0
8+
39
## [4.5.4] - 2024-09-12
410

511
- Chore: Bump path-to-regexp from 1.8.0 to 1.9.0

cspell.config.json

Lines changed: 25 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -30,48 +30,44 @@
3030
"src/**",
3131
"pkg/**"
3232
],
33-
"ignoreRegExpList": [
34-
"import\\s*\\((.|[\r\n])*?\\)",
35-
"import\\s*.*\".*?\"",
36-
"\\[@.+\\]"
37-
],
33+
"ignoreRegExpList": ["import\\s*\\((.|[\r\n])*?\\)", "import\\s*.*\".*?\"", "\\[@.+\\]"],
3834
"words": [
39-
"grafana",
35+
"alexanderzobnin",
36+
"datapoint",
37+
"datapoints",
4038
"datasource",
4139
"datasources",
42-
"zabbix",
43-
"alexanderzobnin",
44-
"lastchange",
45-
"Zobnin",
46-
"lastchange",
40+
"dompurify",
4741
"eventid",
4842
"eventids",
49-
"hostid",
50-
"hostids",
51-
"triggerid",
52-
"triggerids",
43+
"Gleb",
44+
"grafana",
5345
"groupid",
5446
"groupids",
55-
"itemtype",
47+
"hostid",
48+
"hostids",
49+
"iowait",
5650
"itemid",
5751
"itemids",
52+
"itemtype",
53+
"Ivanovsky",
54+
"lastchange",
55+
"lastvalue",
56+
"mydomain",
5857
"opdata",
59-
"timeseries",
60-
"datapoint",
61-
"datapoints",
6258
"percpu",
63-
"templating",
6459
"singlestat",
65-
"iowait",
66-
"submatch",
67-
"Gleb",
68-
"Ivanovsky",
69-
"mydomain",
7060
"struct",
71-
"unmarshal",
72-
"timeshift",
61+
"submatch",
7362
"templatig",
74-
"lastvalue",
75-
"typeahead"
63+
"templating",
64+
"timeseries",
65+
"timeshift",
66+
"triggerid",
67+
"triggerids",
68+
"typeahead",
69+
"unmarshal",
70+
"zabbix",
71+
"Zobnin"
7672
]
7773
}

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": "4.5.4",
3+
"version": "4.5.5",
44
"description": "Zabbix plugin for Grafana",
55
"homepage": "http://grafana-zabbix.org",
66
"bugs": {

0 commit comments

Comments
 (0)