Grafanalib Versions Save

Python library for building Grafana dashboards

v0.7.1

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/weaveworks/grafanalib/compare/v0.7.0...v0.7.1

v0.7.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/weaveworks/grafanalib/compare/v0.6.3...v0.7.0

v0.6.3

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/weaveworks/grafanalib/compare/v0.6.2...v0.6.3

v0.6.2

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/weaveworks/grafanalib/compare/v0.6.1...v0.6.2

v0.6.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/weaveworks/grafanalib/compare/v0.6.0...v0.6.1

v0.6.0

2 years ago
  • 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: https://github.com/weaveworks/grafanalib/compare/v0.5.14...v0.6.0

v0.5.14

2 years ago

v0.5.13

2 years ago
  • 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.

v0.5.12

3 years ago

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.

v0.5.11

3 years ago
  • 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