Skip to content

Releases: grafana-toolbox/grafana-wtf

0.11.0

10 Dec 11:24
Compare
Choose a tag to compare
  • 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

01 Oct 18:06
Compare
Choose a tag to compare
  • 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!