From 226b336fc0db40d8239f66d811e922ecc2f776c2 Mon Sep 17 00:00:00 2001 From: Simon Delamare <simon.delamare@ens-lyon.fr> Date: Tue, 28 Mar 2023 09:08:05 +0200 Subject: [PATCH] v1.3.0 --- debian/changelog | 9 +++++++++ kwollect/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 498f672..09fa1a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +kwollect (1.3.0) unstable; urgency=medium + + * db: Fix as_rate calculation in get_metrics function + * db: Fix summarized aggregation for counters metrics + * kwollector_wattmetre: make v3 parsing more robust + * ci: fix g5k-deploy-files options + * grafana: update datasource for PG 12+ and recent grafana versions + * Add dumprestore_metrics tool + kwollect (1.2.0) unstable; urgency=medium * Update ci to also build bullseye package diff --git a/kwollect/__init__.py b/kwollect/__init__.py index c68196d..67bc602 100644 --- a/kwollect/__init__.py +++ b/kwollect/__init__.py @@ -1 +1 @@ -__version__ = "1.2.0" +__version__ = "1.3.0" -- GitLab