Skip to content

Commit a9da148

Browse files
committed
Release v1.8.0
* [CHANGE] exec_bsd: Fix labels for `vm.stats.sys.v_syscall` sysctl #2895 * [CHANGE] diskstats: Ignore zram devices on linux systems #2898 * [CHANGE] textfile: Avoid inconsistent help-texts #2962 * [CHANGE] os: Removed caching of modtime/filename of os-release file #2987 * [FEATURE] xfrm: Add new collector #2866 * [FEATURE] watchdog: Add new collector #2880 * [ENHANCEMENT] cpu_vulnerabilities: Add mitigation information label #2806 * [ENHANCEMENT] nfsd: Handle new `wdeleg_getattr` attribute #2810 * [ENHANCEMENT] netstat: Add TCPOFOQueue to default netstat metrics #2867 * [ENHANCEMENT] filesystem: surface device errors #2923 * [ENHANCEMENT] os: Add support end parsing #2982 * [ENHANCEMENT] zfs: Log mib when sysctl read fails on FreeBSD #2975 * [ENHANCEMENT] fibre_channel: update procfs to take into account optional attributes #2933 * [BUGFIX] cpu: Fix debug log in cpu collector #2857 * [BUGFIX] hwmon: Fix hwmon nil ptr #2873 * [BUGFIX] hwmon: Fix hwmon error capture #2915 * [BUGFIX] zfs: Revert "Add ZFS freebsd per dataset stats #2925 * [BUGFIX] ethtool: Sanitize ethtool metric name keys #2940 * [BUGFIX] fix: data race of NetClassCollector metrics initialization #2995 Signed-off-by: Ben Kochie <[email protected]>
1 parent acb3676 commit a9da148

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,31 @@
11
## master / unreleased
22

3-
* [CHANGE]
4-
* [FEATURE]
3+
* [CHANGE] * [FEATURE]
54
* [ENHANCEMENT]
65
* [BUGFIX]
76

7+
## 1.8.0 / 2024-04-24
8+
9+
* [CHANGE] exec_bsd: Fix labels for `vm.stats.sys.v_syscall` sysctl #2895
10+
* [CHANGE] diskstats: Ignore zram devices on linux systems #2898
11+
* [CHANGE] textfile: Avoid inconsistent help-texts #2962
12+
* [CHANGE] os: Removed caching of modtime/filename of os-release file #2987
13+
* [FEATURE] xfrm: Add new collector #2866
14+
* [FEATURE] watchdog: Add new collector #2880
15+
* [ENHANCEMENT] cpu_vulnerabilities: Add mitigation information label #2806
16+
* [ENHANCEMENT] nfsd: Handle new `wdeleg_getattr` attribute #2810
17+
* [ENHANCEMENT] netstat: Add TCPOFOQueue to default netstat metrics #2867
18+
* [ENHANCEMENT] filesystem: surface device errors #2923
19+
* [ENHANCEMENT] os: Add support end parsing #2982
20+
* [ENHANCEMENT] zfs: Log mib when sysctl read fails on FreeBSD #2975
21+
* [ENHANCEMENT] fibre_channel: update procfs to take into account optional attributes #2933
22+
* [BUGFIX] cpu: Fix debug log in cpu collector #2857
23+
* [BUGFIX] hwmon: Fix hwmon nil ptr #2873
24+
* [BUGFIX] hwmon: Fix hwmon error capture #2915
25+
* [BUGFIX] zfs: Revert "Add ZFS freebsd per dataset stats #2925
26+
* [BUGFIX] ethtool: Sanitize ethtool metric name keys #2940
27+
* [BUGFIX] fix: data race of NetClassCollector metrics initialization #2995
28+
829
## 1.7.0 / 2023-11-11
930

1031
* [FEATURE] Add ZFS freebsd per dataset stats #2753

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0
1+
1.8.0

0 commit comments

Comments
 (0)