Skip to content

Commit 3cedd34

Browse files
SuperQdiscordianfish
authored andcommitted
Release 1.0.0-rc.1
* Update CHANGELOG with fixes and improvements from rc.0 Signed-off-by: Ben Kochie <superq@gmail.com> Signed-off-by: Richard Hartmann <richih@richih.org>
1 parent 6807e53 commit 3cedd34

2 files changed

Lines changed: 14 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22

33
* [CHANGE]
44
* [FEATURE]
5-
* [FEATURE] Add basic authentication #1673
6-
* [ENHANCEMENT] Add model_name and stepping to node_cpu_info metric #1617
7-
* [ENHANCEMENT] Add metrics for IO errors and retires on Darwin. #1636
8-
* [BUGFIX] collector/systemd: use regexp to extract systemd version #1647
5+
* [ENHANCEMENT]
6+
* [BUGFIX]
97

10-
## 1.0.0-rc.0 / 2020-02-20
8+
## 1.0.0-rc.1 / 2020-05-14
119

1210
### **Breaking changes**
1311

@@ -23,14 +21,13 @@
2321

2422
### Changes
2523

26-
* [ENHANCEMENT] Add `--collector.perf.cpus` to allow setting the CPU list for perf stats.
2724
* [CHANGE] Add `--collector.netdev.device-whitelist`. #1279
2825
* [CHANGE] Ignore iso9600 filesystem on Linux #1355
2926
* [CHANGE] Refactor mdadm collector #1403
3027
* [CHANGE] Add `mountaddr` label to NFS metrics. #1417
3128
* [CHANGE] Don't count empty collectors as success. #1613
3229
* [FEATURE] New flag to disable default collectors #1276
33-
* [FEATURE] Add experimental TLS support #1277
30+
* [FEATURE] Add experimental TLS support #1277, #1687, #1695
3431
* [FEATURE] Add collector for Power Supply Class #1280
3532
* [FEATURE] Add new schedstat collector #1389
3633
* [FEATURE] Add FreeBSD zfs support #1394
@@ -43,6 +40,7 @@
4340
* [FEATURE] Add RAPL collector #1523
4441
* [FEATURE] Add new softnet collector #1576
4542
* [FEATURE] Add new udp_queues collector #1503
43+
* [FEATURE] Add basic authentication #1673
4644
* [ENHANCEMENT] Log pid when there is a problem reading the process stats #1341
4745
* [ENHANCEMENT] Collect InfiniBand port state and physical state #1357
4846
* [ENHANCEMENT] Include additional XFS runtime statistics. #1423
@@ -56,6 +54,11 @@
5654
* [ENHANCEMENT] Add infiniband info metric #1563
5755
* [ENHANCEMENT] Add unix socket support for supervisord collector #1592
5856
* [ENHANCEMENT] Implement loadavg on all BSDs without cgo #1584
57+
* [ENHANCEMENT] Add model_name and stepping to node_cpu_info metric #1617
58+
* [ENHANCEMENT] Add `--collector.perf.cpus` to allow setting the CPU list for perf stats. #1561
59+
* [ENHANCEMENT] Add metrics for IO errors and retires on Darwin. #1636
60+
* [ENHANCEMENT] Add perf tracepoint collection flag #1664
61+
* [ENHANCEMENT] ZFS: read contents of objset file #1632
5962
* [BUGFIX] Read /proc/net files with a single read syscall #1380
6063
* [BUGFIX] Renamed label `state` to `name` on `node_systemd_service_restart_total`. #1393
6164
* [BUGFIX] Fix netdev nil reference on Darwin #1414
@@ -67,6 +70,9 @@
6770
* [BUGFIX] Fix OpenBSD cache memory information #1542
6871
* [BUGFIX] Refactor textfile collector to avoid looping defer #1549
6972
* [BUGFIX] Fix network speed math #1580
73+
* [BUGFIX] collector/systemd: use regexp to extract systemd version #1647
74+
* [BUGFIX] Fix initialization in perf collector when using multiple CPUs #1665
75+
* [BUGFIX] Fix accidentally empty lines in meminfo_linux #1671
7076

7177
## 0.18.1 / 2019-06-04
7278

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0-rc.0
1+
1.0.0-rc.1

0 commit comments

Comments
 (0)