mirror of
https://github.com/valitydev/grafanalib.git
synced 2024-11-06 02:05:19 +00:00
Release 0.5.2
This commit is contained in:
parent
a88f7f9cf9
commit
faba89c5b7
@ -1,27 +1,26 @@
|
||||
=========
|
||||
Changelog
|
||||
=========
|
||||
0.5.3 (unreleased)
|
||||
|
||||
0.5.2 (2018-07-19)
|
||||
==================
|
||||
|
||||
Fixes
|
||||
-----
|
||||
|
||||
* ``PromGraph`` was losing all its legends. It doesn't any more. (`#130`_)
|
||||
|
||||
.. _`#130`: https://github.com/weaveworks/grafanalib/pull/130
|
||||
|
||||
Changes
|
||||
-------
|
||||
|
||||
* Fixed a bug that was losing any legends on a PromGraph
|
||||
* Add the AlertList Panel support in grafanalib/core
|
||||
* Add ``AlertList`` panel support
|
||||
* Add support for mixed data sources
|
||||
* Add `ExternalLink` class for dashboard-level links to other pages
|
||||
* Add ``ExternalLink`` class for dashboard-level links to other pages
|
||||
* Template now supports 'type' and 'hide' attributes
|
||||
* Legend now supports 'sort' and 'sortDesc' attributes
|
||||
* Tables now support 'timeFrom' attribute
|
||||
|
||||
|
||||
0.5.2 (unreleased)
|
||||
==================
|
||||
|
||||
Changes
|
||||
-------
|
||||
|
||||
* Legend now supports ``sort`` and ``sortDesc`` attributes
|
||||
* Tables now support ``timeFrom`` attribute
|
||||
* Update README.rst with information on how to get help.
|
||||
|
||||
|
||||
|
2
setup.py
2
setup.py
@ -15,7 +15,7 @@ setup(
|
||||
# Versions should comply with PEP440. For a discussion on single-sourcing
|
||||
# the version across setup.py and the project code, see
|
||||
# https://packaging.python.org/en/latest/single_source_version.html
|
||||
version='0.5.0',
|
||||
version='0.5.2',
|
||||
description='Library for building Grafana dashboards',
|
||||
long_description=open(README).read(),
|
||||
url='https://github.com/weaveworks/grafanalib',
|
||||
|
Loading…
Reference in New Issue
Block a user