From 7da9179f1a61086fcda9aa26680e0836a59bfddb Mon Sep 17 00:00:00 2001 From: Simon Delamare <simon.delamare@ens-lyon.fr> Date: Mon, 21 Mar 2022 15:17:19 +0100 Subject: [PATCH] v1.1.0 --- debian/changelog | 14 ++++++++++++++ kwollect/__init__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5783fb6..ea029dd 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 5c4105c..6849410 100644 --- a/kwollect/__init__.py +++ b/kwollect/__init__.py @@ -1 +1 @@ -__version__ = "1.0.1" +__version__ = "1.1.0" -- GitLab