Releases: grafana-toolbox/grafana-wtf
Releases · grafana-toolbox/grafana-wtf
0.13.0
- CI: Use most recent Grafana 8.3.3
- Add two more examples about using
explore dashboards
withjq
- CI: Prepare test suite for testing two different dashboard schema versions, v27 and v33
- Improve determinism by returning stable sort order of dashboard results
- Improve compatibility with Grafana 8.3 by handling dashboard schema version 33 properly
- Reestablish compatibility with Grafana 6
- Confirm compatibility with Grafana 8.3.4
Full Changelog: 0.12.0...0.13.0
0.12.0
- Rename subcommand
datasource-breakdown
toexplore datasources
- Add subcommand
explore dashboards
, e.g. for discovering dashboards using
missing data sources. - CI/GHA test matrix: Use Grafana 7.5.12 and 8.3.2
- Add subcommand
info
, to display Grafana version and statistics about all entities - For
info
subcommand, add Grafanaurl
attribute - Add example how to print the Grafana version using the
info
subcommand - Add more information about dashboard entities to
info
subcommand - Blackify code base
- Add
Dockerfile
and GHA recipe to publish container images to GHCR
Full Changelog: 0.11.1...0.12.0
0.11.1
0.11.0
- Upgrade to
colored==1.4.3
. Thanks, @dslackw! - Tests: Use
.env
file for propagating environment variables to Docker Compose - CI/GHA test matrix: Use Grafana 7.5.11 and 8.3.1 and add Python 3.10
- Add feature to display datasource breakdown, specifically for finding unused
data sources. Thanks, @chenlujjj!
Full Changelog: 0.10.0...0.11.0
0.10.0
- Improve behaviour of "replace" action by clearing the cache
- Croak when obtaining unknown report format
- Use ANSI colors only on TTYs
- Add software tests, with CI on GHA
- Add monkeypatch for grafana-api package to mitigate flaw with "replace" action.
See also m0nhawk/grafana_api#85. - Bump/improve dependency versions to 3rd-party packages
- Run tests on CI against different versions of Grafana
- Add a tabular report to the find command. Thanks, @cronosnull!