Skip to content

Commit 27c22f3

Browse files
committed
Release 1.1.0
1 parent e0b3ef8 commit 27c22f3

File tree

5 files changed

+53
-3
lines changed

5 files changed

+53
-3
lines changed

CHANGES

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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+
118
2020-10-21 Jerry Lundström
219

320
Release 1.0.2

debian/changelog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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+
120
dsc-datatool (1.0.2-1~unstable+1) unstable; urgency=low
221

322
* Release 1.0.2

dsc_datatool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3737
import argparse
3838
import logging

rpm/dsc-datatool.spec

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: dsc-datatool
2-
Version: 1.0.2
2+
Version: 1.1.0
33
Release: 1%{?dist}
44
Summary: Export DSC data to other formats and/or databases
55
Group: 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
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,

0 commit comments

Comments
 (0)