Releases: VictoriaMetrics/victorialogs-datasource
Releases · VictoriaMetrics/victorialogs-datasource
v0.14.3
v0.14.2
- BUGFIX: fix issue with plugin signature.
v0.14.1
v0.14.0
v0.13.5
v0.13.4
v0.13.3
- BUGFIX: fix query display text in query history to show the actual expression instead of the full query object. See this issue.
- BUGFIX: fix query type switching when creating alerts in Grafana. See this issue
- BUGFIX: fix parsings of the datasource settings in the plugin. See this issue.
v0.13.2
-
SECURITY: bump Go version to 1.23.4. See the list of issues addressed in Go1.23.4.
-
SECURITY: bump golang.org/x/net to 0.33.0. See GHSA-w32m-9786-jp63
-
FEATURE: enable to set headers for every request to the datasource. It helps to use custom headers in the Grafana to define AccountID and ProjectID if it is needed. See this issue.
v0.13.1
-
FEATURE: update plugin dependencies to satisfy Grafana marketplace requirements.
-
BUGFIX: filter out empty variable values in queries. See this issue.
v0.13.0
Update Note 1:
In the new version of the plugin, the plugin ID has been updated. The new plugin ID is victoriametrics-logs-datasource
. This is a breaking change: Grafana will treat this as a new plugin.
- You must update the
allow_loading_unsigned_plugins
field in thegrafana.ini
ordefaults.ini
configuration file.
Example:allow_loading_unsigned_plugins = victoriametrics-logs-datasource
- If you are using provisioning, update the
type
field tovictoriametrics-logs-datasource
in your provisioning configuration. - After making these changes, you must restart the Grafana server for the updates to take effect.
- FEATURE: update plugin id name to
victoriametrics-logs-datasource
to prepare the plugin for the sign procedure. See this issue.