Skip to content

Releases: grafana-toolbox/grafana-wtf

0.24.2

25 Feb 19:04

Choose a tag to compare

What's Changed

  • Fixed compatibility with Grafana >= 12.4.

Details

  • CI: Update Grafana versions by @amotl in #215
  • Fix compatibility with Grafana >= 12.4 by @amotl in #216

Full Changelog: 0.24.1...0.24.2

0.24.1

24 Feb 19:18

Choose a tag to compare

What's Changed

  • find: Added matches to JSON and YAML outputs. Thanks, @Speissi.

Details

  • Chore(deps): Update ruff requirement from <0.15 to <0.16 by @dependabot[bot] in #213
  • Add matches to JSON and YAML outputs by @Speissi in #214

Full Changelog: 0.24.0...0.24.1

0.24.0

06 Feb 18:58

Choose a tag to compare

What's Changed

  • Added support for processing more than 5000 dashboards. Thanks, @Speissi.

Details

  • Chore(deps): Bump actions/cache from 4 to 5 by @dependabot[bot] in #210
  • Support pagination of result when there are more than 5000 results by @Speissi in #211

New Contributors

Full Changelog: 0.23.5...0.24.0

0.23.5

05 Dec 01:29

Choose a tag to compare

What's Changed

  • Mask problematic --concurrency=1 setting by @amotl in #208

Full Changelog: 0.23.4...0.23.5

0.23.4

03 Dec 20:54

Choose a tag to compare

What's Changed

  • CI: Validated support for Python 3.14
  • Dependencies: Permit installation of pandas 2.3, duckdb 1.4, and grafana-client 5.x

Details

  • Chore(deps): Update ruff requirement from <0.13 to <0.14 by @dependabot[bot] in #200
  • Chore(deps): Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #203
  • Chore(deps): Update ruff requirement from <0.14 to <0.15 by @dependabot[bot] in #204
  • Chore(deps): Bump astral-sh/setup-uv from 6 to 7 by @dependabot[bot] in #205
  • Chore(deps): Bump actions/checkout from 5 to 6 by @dependabot[bot] in #206
  • CI: Validate support for Python 3.14 by @amotl in #207

Full Changelog: 0.23.3...0.23.4

0.23.3

20 Sep 08:59

Choose a tag to compare

What's Changed

  • Fixed grafana-wtf log subcommand for Grafana >= 11.6.0.
  • Fixed compatibility with Grafana >= 12.x.
  • Improved get_dashboard_versions to collect all pages
    to avoid missing history. Thanks, @coderabbitai.

Details

  • Chore(deps): Bump actions/checkout from 4 to 5 by @dependabot[bot] in #198
  • Support for Grafana >=11.6.x and 12.x by @amotl in #199

Full Changelog: 0.23.2...0.23.3

0.23.2

28 Jul 02:00

Choose a tag to compare

What's changed

Full Changelog: 0.23.1...0.23.2

0.23.1

27 Jul 13:32

Choose a tag to compare

What's Changed

Details

  • Chore(deps): Bump astral-sh/setup-uv from 5 to 6 by @dependabot[bot] in #189
  • Chore(deps): Update ruff requirement from <0.12 to <0.13 by @dependabot[bot] in #193
  • Fix 404 error on "dash-folder" dashboard type by @amotl in #195
  • CI: Add workflow for publishing package to PyPI by @amotl in #197

Full Changelog: 0.23.0...0.23.1

0.23.0

18 Mar 00:00

Choose a tag to compare

What's Changed

  • Started using versioningit for versioning
  • As concurrency and caching together is problematic, and might
    lead to segfaults, turn off concurrent downloads by default.
    Thank you, @glitchwizard.

Details

  • Chore(deps): Update duckdb requirement from <1.2 to <1.3 by @dependabot in #172
  • CI: Do not cache packages twice, per pip and uv. Just cache with uv. by @amotl in #175
  • Chore(deps): Update verlib2 requirement from <0.3 to <0.4 by @dependabot in #173
  • Update verlib2 version requirement by @nikodemas in #177
  • Fix small error in README.rst by @edwelker in #176
  • CI: Validate against Grafana 10.4.16 and 11.5.2 by @amotl in #178
  • Chore(deps): Update ruff requirement from <0.10 to <0.12 by @dependabot in #180
  • Use versioningit for versioning by @amotl in #183
  • Chore: Fix OCI building by @amotl in #184
  • Turn off concurrent downloads by default by @amotl in #181

New Contributors

Full Changelog: 0.22.0...0.23.0

0.22.0

04 Feb 16:15

Choose a tag to compare

What's Changed

  • Added scanning notification channels by name. Thank you, @nikodemas.
  • Fixed exceptions when non-existent notification channel uid is used.
    Thank you, @nikodemas.

Full Changelog: 0.21.1...0.22.0