diff --git a/debian/changelog b/debian/changelog index 5783fb694479a2673174b2640ec03b076a8670a5..ea029ddac8ad1021e64ea84aef855780f42883e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +kwollect (1.1.0) unstable; urgency=medium + + * grafana: make use of new APIs + * db: move fikes to db/ subdirectory + * devel: Add tests for api.available_metrics + * db: Add api.available_metrics function + * db: Add 'as_rate' param to api.get_metrics + * db: Fix labels naming in metrics_by_device + * Update psycopg dependency version + * kwollector: Add 'bridge-sensors' option to ipmi-sensors + * devel: Update vagrant to debian11, postgresql 13 and postgrest 8 + * grafana: fixes in dashboard + * kwollector_wattmetre: Inital support for wattmetre v3 + kwollect (1.0.1) unstable; urgency=medium * db: Schedule archiving at night diff --git a/kwollect/__init__.py b/kwollect/__init__.py index 5c4105cd39cc4181c773f21fc007b4d120968c8b..6849410aae0a8010e76d5f0a44ced13d750b0989 100644 --- a/kwollect/__init__.py +++ b/kwollect/__init__.py @@ -1 +1 @@ -__version__ = "1.0.1" +__version__ = "1.1.0"