Skip to content

Commit c07ac79

Browse files
bump version to v0.22.4 and update CHANGELOG with CVE-2025-58187 fix (#489)
1 parent 4f43e13 commit c07ac79

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* BUGFIX: fix an issue where the `Internal link` from derived fields config was disabled. See [#479](https://github.com/VictoriaMetrics/victorialogs-datasource/pull/479).
66
* BUGFIX: fix an issue where the `show context` failed if disable labels with transformations. See [#480](https://github.com/VictoriaMetrics/victorialogs-datasource/pull/480).
77
* BUGFIX: add tenant information as a query parameter to `url` in `Run in vmui` button. See [#480](https://github.com/VictoriaMetrics/victorialogs-datasource/pull/480).
8+
* BUGFIX: fix vulnerability CVE-2025-58187 by updating `Go` version from `1.25.0` to `1.25.4`. Thanks for contributing @ami-descope. See [#477](https://github.com/VictoriaMetrics/victorialogs-datasource/pull/477).
89

910
## v0.22.3
1011

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victoriametrics-logs-datasource",
3-
"version": "0.22.3",
3+
"version": "0.22.4",
44
"description": "VictoriaLogs datasource plugin for grafana",
55
"scripts": {
66
"build": "webpack -c ./webpack.config.ts --env production",

0 commit comments

Comments
 (0)