Skip to content

Releases: VictoriaMetrics/victorialogs-datasource

v0.14.3

30 Jan 13:51
a411ac0
Compare
Choose a tag to compare
  • BUGFIX: fix image links in public readme.

v0.14.2

29 Jan 12:47
b532af3
Compare
Choose a tag to compare
  • BUGFIX: fix issue with plugin signature.

v0.14.1

27 Jan 13:26
ee4e583
Compare
Choose a tag to compare
  • BUGFIX: fix the sign plugin procedure for the new release. See this PR and See this PR.

v0.14.0

27 Jan 10:16
93728ff
Compare
Choose a tag to compare
  • FEATURE: enable plugin sign procedure for new releases. See this PR.

v0.13.5

24 Jan 14:46
787afcb
Compare
Choose a tag to compare
  • BUGFIX: clean up the plugin codebase after the plugin verification procedure. See this PR and this PR.

v0.13.4

23 Jan 10:19
9a54578
Compare
Choose a tag to compare
  • BUGFIX: updated the backend plugin ID and revised the README.md file after the plugin verification procedure. See this PR.

v0.13.3

21 Jan 15:50
2cb04d4
Compare
Choose a tag to compare
  • 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

20 Dec 12:59
ad3174a
Compare
Choose a tag to compare
  • 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

19 Dec 14:53
8369c0e
Compare
Choose a tag to compare
  • FEATURE: update plugin dependencies to satisfy Grafana marketplace requirements.

  • BUGFIX: filter out empty variable values in queries. See this issue.

v0.13.0

18 Dec 09:12
f29ed34
Compare
Choose a tag to compare

⚠️ Breaking Change: Plugin ID Updated
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 the grafana.ini or defaults.ini configuration file.
    Example:
    allow_loading_unsigned_plugins = victoriametrics-logs-datasource  
  • If you are using provisioning, update the type field to victoriametrics-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.