From 8b52540eb2446373e3d9fe024843e1b0f9f5dfe3 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Wed, 22 Oct 2025 16:31:49 +0200 Subject: [PATCH] Release v1.10.0 * [CHANGE] mdadm: Use sysfs for RAID metrics #3031 * [CHANGE] filesystem: Add erofs in default excluded fs #3313 * [CHANGE] tcpstat: Use std lib binary.NativeEndian #3386 * [FEATURE] pcidevice: Add new collector for PCIe devices #3339 * [FEATURE] AIX: Add more metrics #3338 * [FEATURE] systemd: Add Virtualization metrics #3254 * [FEATURE] swaps: Add new collector #3428 * [ENHANCEMENT] filesystem: Take super options into account for read-only #3387 * [ENHANCEMENT] perf: Add tlb_data metrics #3436 * [BUGFIX] interrupts: Fix OpenBSD interrupt device parsing #3288 * [BUGFIX] diskstats: Simplify condition #3290 * [BUGFIX] thermal: Sanitize darwin thermal strings #3294 * [BUGFIX] filesystem: Fix Darwin collector cgo memory leak #3315 * [BUGFIX] ethtool: Fix returning 0 for sanitized metrics #3335 * [BUGFIX] netdev: Fix Darwin netdev i/o bytes metric #3336 * [BUGFIX] systemd: Fix logging race #3364 * [BUGFIX] filesystem: Fix duplicate Darwin CGO import #3391 Signed-off-by: Ben Kochie --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a39ddaad0..fa4125f2d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,34 @@ * [ENHANCEMENT] * [BUGFIX] +## 1.10.0 / 2025-10-24 + +* [CHANGE] mdadm: Use sysfs for RAID metrics #3031 +* [CHANGE] filesystem: Add erofs in default excluded fs #3313 +* [CHANGE] tcpstat: Use std lib binary.NativeEndian #3386 +* [FEATURE] pcidevice: Add new collector for PCIe devices #3339 +* [FEATURE] AIX: Add more metrics #3338 +* [FEATURE] systemd: Add Virtualization metrics #3254 +* [FEATURE] swaps: Add new collector #3428 +* [ENHANCEMENT] wifi: Add packet received and transmitted metrics #3382 +* [ENHANCEMENT] filesystem: Take super options into account for read-only #3387 +* [ENHANCEMENT] pcidevice: Add additional metrics #3425 +* [ENHANCEMENT] perf: Add `tlb_data` metrics #3436 +* [BUGFIX] interrupts: Fix OpenBSD interrupt device parsing #3288 +* [BUGFIX] diskstats: Simplify condition #3290 +* [BUGFIX] thermal: Sanitize darwin thermal strings #3294 +* [BUGFIX] filesystem: Fix Darwin collector cgo memory leak #3315 +* [BUGFIX] cpufreq: Fix: collector enable #3318 +* [BUGFIX] ethtool: Fix returning 0 for sanitized metrics #3335 +* [BUGFIX] netdev: Fix Darwin netdev i/o bytes metric #3336 +* [BUGFIX] systemd: Fix logging race #3364 +* [BUGFIX] filesystem: Fix duplicate Darwin CGO import #3391 + +## 1.9.1 / 2025-04-01 + +* [BUGFIX] pressure: Fix missing IRQ on older kernels #3263 +* [BUGFIX] Fix Darwin memory leak #3277 + ## 1.9.0 / 2025-02-17 * [CHANGE] meminfo: Convert linux implementation to use procfs lib #3049 diff --git a/VERSION b/VERSION index f8e233b273..81c871de46 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.0 +1.10.0