Grafana Plugin Release Notes
0.1.2
-
Resolvable target URL: The Grafana target URL now accepts resolvable references, so you can wire it directly to another resource's output. For example, connect Grafana to a compose stack endpoint without workarounds:
config = new grafana.Config { url = lgtmStack.res.endpoints.at("lgtm:3000") }The
Endpoints/EndpointKeypattern still works but is deprecated and will be removed in a future release.
0.1.1
Fix: DataSource resources with default jsonData values no longer cause drift on every sync. Grafana-populated defaults are now recognised as provider defaults.
Fix: Deleting a NotificationPolicy outside of formae (e.g. via the Grafana UI) is now correctly detected during sync. Previously the resource remained in inventory after an out-of-band delete.
Fix: Dashboards and AlertRules that reference a folder via folderUid can now use a resolvable reference (folder.res.uid), ensuring the folder is created before the resources that depend on it.
0.1.0
Initial release of the Grafana plugin as a standalone package built on the formae Plugin SDK.