Changelog
1.0.9
- Replaced a hardcoded pixel width on the TLS CA Certificate field with a theme-derived value via
useStyles2, so the field scales correctly with the active Grafana theme.
1.0.8
- Fixed a path injection vulnerability where an unvalidated resource UUID was interpolated directly into ONTAP API request URLs, allowing arbitrary GET requests to other API endpoints using the datasource's stored credentials.
- Fixed the dashboard time-range picker being ignored for metric queries; the selected time range is now sent to the ONTAP API as a
timestampfilter instead of always returning the API's default window. - Added a "Filter by Time Range" switch to the query editor for all metrics queries (Cluster/Volume/LUN/Ethernet Port/Network Interface), enabled by default, to opt out of the dashboard time-range
timestampfilter per-query. - Removed the "Interval" query editor field and the
intervalparameter sent to ONTAP's/metricsendpoints, now that the dashboard time range is honored directly via thetimestampfilter.
1.0.7
- Added Mock-Server
- Added pre-built dashboard screenshots to plugin.json
- Updated Config Page UI components
- Updated src/Readme and root Readme
1.0.6
- Updated README.md with demonstration video
1.0.5
- Added public link for license.
1.0.4
- Added public link for screenshots present in Readme.
1.0.3
- Aligned the version across plugin.json, CHANGELOG, and the release tag
1.0.2
- Updated EULA in license
- Updated Dashboards to reference the existing panels
1.0.1
- Updated backend logger
- Updated TLS verification logic
1.0.0
Initial release.