Skip to content

v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 13:16
· 24 commits to main since this release
c776f4d

⚠️ 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-metrics-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-metrics-datasource  
  • If you are using provisioning, update the type field to victoriametrics-metrics-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-metrics-datasource after the review while sign procedure. See this issue.