File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ 0.6.2 (2022-02-24)
6+ ==================
7+
58* Added percentage type for thresholds
69* Added ``datasource `` parameter to CloudWatch targets
710* Added support for auto panels ids to AlertList panel
@@ -10,6 +13,7 @@ Changelog
1013* Added ``alertName `` parameter to AlertList panel
1114* Added ``thresholdsStyleMode `` parameter to TimeSeries panel
1215* Added Histogram panel support
16+ * Dashboard upload script updated to support overwriting dashboards
1317
14180.6.1 (2021-11-23)
1519==================
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def local_file(name):
1515 # Versions should comply with PEP440. For a discussion on single-sourcing
1616 # the version across setup.py and the project code, see
1717 # https://packaging.python.org/en/latest/single_source_version.html
18- version = '0.6.1 ' ,
18+ version = '0.6.2 ' ,
1919 description = 'Library for building Grafana dashboards' ,
2020 long_description = open (README ).read (),
2121 url = 'https://github.com/weaveworks/grafanalib' ,
You can’t perform that action at this time.
0 commit comments