File tree Expand file tree Collapse file tree 5 files changed +53
-3
lines changed Expand file tree Collapse file tree 5 files changed +53
-3
lines changed Original file line number Diff line number Diff line change 1+ 2022-04-05 Jerry Lundström
2+
3+ Release 1.1.0
4+
5+ This releases adds support for Prometheus' node_exporter using it's
6+ Textfile Collector (see `man dsc-datatool-output prometheus`) and
7+ fixes a bug in InfluxDB output when selecting what timestamp to use.
8+ Also updates packages and Grafana test site dashboards.
9+
10+ 4381541 RPM
11+ 19bc153 Typo/clarification
12+ 2a32dd8 Prometheus, InfluxDB, Copyright
13+ dd5323e debhelper
14+ 7352c1e Bye Travis
15+ 32b3bbe Grafana dashboards
16+ 304ab76 Info
17+
1182020-10-21 Jerry Lundström
219
320 Release 1.0.2
Original file line number Diff line number Diff line change 1+ dsc-datatool (1.1.0-1~unstable+1) unstable; urgency=low
2+
3+ * Release 1.1.0
4+
5+ This releases adds support for Prometheus' node_exporter using it's
6+ Textfile Collector (see `man dsc-datatool-output prometheus`) and
7+ fixes a bug in InfluxDB output when selecting what timestamp to use.
8+ Also updates packages and Grafana test site dashboards.
9+
10+ 4381541 RPM
11+ 19bc153 Typo/clarification
12+ 2a32dd8 Prometheus, InfluxDB, Copyright
13+ dd5323e debhelper
14+ 7352c1e Bye Travis
15+ 32b3bbe Grafana dashboards
16+ 304ab76 Info
17+
18+ -- Jerry Lundström <lundstrom.jerry@gmail.com> Tue, 05 Apr 2022 10:45:59 +0200
19+
120dsc-datatool (1.0.2-1~unstable+1) unstable; urgency=low
221
322 * Release 1.0.2
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def process(self, datasets)
3232:copyright: 2022 OARC, Inc.
3333"""
3434
35- __version__ = '1.0.2 '
35+ __version__ = '1.1.0 '
3636
3737import argparse
3838import logging
Original file line number Diff line number Diff line change 11Name: dsc-datatool
2- Version: 1.0.2
2+ Version: 1.1.0
33Release: 1%{?dist }
44Summary: Export DSC data to other formats and/or databases
55Group: Productivity/Networking/DNS/Utilities
@@ -85,6 +85,20 @@ install -m644 man/man7/dsc-datatool-transformer-netremap.7 %{buildroot}%{_mandir
8585
8686
8787%changelog
88+ * Tue Apr 05 2022 Jerry Lundström <lundstrom.jerry@gmail.com> 1.1.0-1
89+ - Release 1.1.0
90+ * This releases adds support for Prometheus' node_exporter using it's
91+ Textfile Collector (see `man dsc-datatool-output prometheus`) and
92+ fixes a bug in InfluxDB output when selecting what timestamp to use.
93+ Also updates packages and Grafana test site dashboards.
94+ * Commits:
95+ 4381541 RPM
96+ 19bc153 Typo/clarification
97+ 2a32dd8 Prometheus, InfluxDB, Copyright
98+ dd5323e debhelper
99+ 7352c1e Bye Travis
100+ 32b3bbe Grafana dashboards
101+ 304ab76 Info
88102* Wed Oct 21 2020 Jerry Lundström <lundstrom.jerry@gmail.com> 1.0.2-1
89103- Release 1.0.2
90104 * This release fixed a bug in DAT file parsing that was discovered when
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'dsc_datatool' ,
5- version = '1.0.2 ' ,
5+ version = '1.1.0 ' ,
66 packages = find_packages (),
77 include_package_data = True ,
88 zip_safe = False ,
You can’t perform that action at this time.
0 commit comments