From 3db05cfb3dcf15b815807f9a01e314e7d58227ef Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Tue, 29 Nov 2022 12:18:49 +0100 Subject: [PATCH] Release v1.5.0 NOTE: This changes the Go runtime "GOMAXPROCS" to 1. This is done to limit the concurrency of the exporter to 1 CPU thread at a time in order to avoid a race condition problem in the Linux kernel (#2500) and parallel IO issues on nodes with high numbers of CPUs/CPU threads (#1880). * [CHANGE] Default GOMAXPROCS to 1 #2530 * [FEATURE] Add multiple listeners and systemd socket listener activation #2393 * [ENHANCEMENT] Add RTNL version of netclass collector #2492, #2528 * [BUGFIX] Fix diskstats exclude flags #2487 * [BUGFIX] Bump go/x/crypt and go/x/net #2488 * [BUGFIX] Fix hwmon label sanitizer #2504 * [BUGFIX] Use native endianness when encoding InetDiagMsg #2508 * [BUGFIX] Fix btrfs device stats always being zero #2516 * [BUGFIX] Security: Update exporter-toolkit (CVE-2022-46146) #2531 Signed-off-by: Ben Kochie --- CHANGELOG.md | 18 +++++++++++++++++- VERSION | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f63a260f..366721b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,28 @@ * [ENHANCEMENT] * [BUGFIX] +## 1.5.0 / 2022-11-29 + NOTE: This changes the Go runtime "GOMAXPROCS" to 1. This is done to limit the concurrency of the exporter to 1 CPU thread at a time in order to avoid a race condition problem in the Linux kernel (#2500) and parallel IO issues on nodes with high numbers of CPUs/CPU threads (#1880). -* [CHANGE] Default GOMAXPROCS to 1 +* [CHANGE] Default GOMAXPROCS to 1 #2530 +* [FEATURE] Add multiple listeners and systemd socket listener activation #2393 +* [ENHANCEMENT] Add RTNL version of netclass collector #2492, #2528 +* [BUGFIX] Fix diskstats exclude flags #2487 +* [BUGFIX] Bump go/x/crypt and go/x/net #2488 +* [BUGFIX] Fix hwmon label sanitizer #2504 +* [BUGFIX] Use native endianness when encoding InetDiagMsg #2508 +* [BUGFIX] Fix btrfs device stats always being zero #2516 +* [BUGFIX] Security: Update exporter-toolkit (CVE-2022-46146) #2531 + +## 1.4.1 / 2022-11-29 + +* [BUGFIX] Fix diskstats exclude flags #2487 +* [BUGFIX] Security: Update go/x/crypto and go/x/net (CVE-2022-27191 CVE-2022-27664) #2488 +* [BUGFIX] Security: Update exporter-toolkit (CVE-2022-46146) #2531 ## 1.4.0 / 2022-09-24 diff --git a/VERSION b/VERSION index 88c5fb89..bc80560f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.0 +1.5.0