Skip to content

Releases: weaveworks/grafanalib

v0.7.1

12 Jan 10:34
b312693
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

02 Nov 10:01
ff156bb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.3...v0.7.0

v0.6.3

11 Apr 13:23
4910826
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.6.3

v0.6.2

24 Feb 16:00
7c1790e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

23 Nov 17:30
ade0e0e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

0.6.0

26 Oct 10:57
62d1c75
Compare
Choose a tag to compare
  • Added Discrete panel
  • Added support for colors in stat mapping panel with StatValueMappings & StatRangeMappings
  • Added missing auto interval properties in Template
  • Added param to RowPanel to collapse the row
  • Added StateTimeline panel which was added in Grafana v8
  • Added support for timeseries panel added in Grafana v8
  • Added MinMetricAgg and PercentilesMetricAgg to Elasticsearch
  • Added support for News panel
  • Added support for Pie Chart v2 from Grafana v8

Changes

  • Refine expectations of is_color_code
  • Deprecated StatMapping, StatValueMapping & StatRangeMapping
  • Change YAxis min value default from 0 to None
  • Support for Table panel for Grafana v8 may have broken backwards compatibility in old Table panel
  • Breaking change, support for styled columns in tables removed, no longer used in Grafana v8 new Table
  • Move development to main branch on GitHub. If you have work tracking the master you will need to update this.

New Contributors

Full Changelog: v0.5.14...v0.6.0

0.5.14

14 Sep 15:11
64dfc0b
Compare
Choose a tag to compare

0.5.13

17 May 08:31
1cd4d4c
Compare
Choose a tag to compare
  • Added a test for the Alert class.

Changes

  • Bugfix: changed 'target' validator in AlertNotification to accept CloudwatchMetricsTarget
  • Moved the alertRuleTag field from Graph to Alert.

0.5.12

24 Apr 09:44
c965f3f
Compare
Choose a tag to compare

0.5.12 (2021-04-24)

  • Added hide parameter to CloudwatchMetricsTarget class
  • Added table-driven example dashboard and upload script

Changes

  • bugfix load_dashboard add support for old python version 2.x, 3.3 and 3.4
  • Fix default target datasource to work with newer versions of Grafana
  • Removed re-defined maxDataPoints field from multiple panels
  • Fix the AlertList class and add a test for it

Thanks to all those who have contributed to this release.

0.5.11

07 Apr 11:02
ba5a7e9
Compare
Choose a tag to compare
  • Added timeField field for the Elasticsearch target to allow the alert to change its state
  • Added nameFilter field for the AlertList panel
  • Added dashboardTags field for the AlertList panel

Thanks a lot for your contributions to this release, @dafna-starkware