Skip to content

Commit 2dbce1f

Browse files
SuperQoblitorum
authored andcommitted
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 (prometheus#2500) and parallel IO issues on nodes with high numbers of CPUs/CPU threads (prometheus#1880). * [CHANGE] Default GOMAXPROCS to 1 prometheus#2530 * [FEATURE] Add multiple listeners and systemd socket listener activation prometheus#2393 * [ENHANCEMENT] Add RTNL version of netclass collector prometheus#2492, prometheus#2528 * [BUGFIX] Fix diskstats exclude flags prometheus#2487 * [BUGFIX] Bump go/x/crypt and go/x/net prometheus#2488 * [BUGFIX] Fix hwmon label sanitizer prometheus#2504 * [BUGFIX] Use native endianness when encoding InetDiagMsg prometheus#2508 * [BUGFIX] Fix btrfs device stats always being zero prometheus#2516 * [BUGFIX] Security: Update exporter-toolkit (CVE-2022-46146) prometheus#2531 Signed-off-by: Ben Kochie <[email protected]>
1 parent cfab963 commit 2dbce1f

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,28 @@
55
* [ENHANCEMENT]
66
* [BUGFIX]
77

8+
## 1.5.0 / 2022-11-29
9+
810
NOTE: This changes the Go runtime "GOMAXPROCS" to 1. This is done to limit the
911
concurrency of the exporter to 1 CPU thread at a time in order to avoid a
1012
race condition problem in the Linux kernel (#2500) and parallel IO issues
1113
on nodes with high numbers of CPUs/CPU threads (#1880).
1214

13-
* [CHANGE] Default GOMAXPROCS to 1
15+
* [CHANGE] Default GOMAXPROCS to 1 #2530
16+
* [FEATURE] Add multiple listeners and systemd socket listener activation #2393
17+
* [ENHANCEMENT] Add RTNL version of netclass collector #2492, #2528
18+
* [BUGFIX] Fix diskstats exclude flags #2487
19+
* [BUGFIX] Bump go/x/crypt and go/x/net #2488
20+
* [BUGFIX] Fix hwmon label sanitizer #2504
21+
* [BUGFIX] Use native endianness when encoding InetDiagMsg #2508
22+
* [BUGFIX] Fix btrfs device stats always being zero #2516
23+
* [BUGFIX] Security: Update exporter-toolkit (CVE-2022-46146) #2531
24+
25+
## 1.4.1 / 2022-11-29
26+
27+
* [BUGFIX] Fix diskstats exclude flags #2487
28+
* [BUGFIX] Security: Update go/x/crypto and go/x/net (CVE-2022-27191 CVE-2022-27664) #2488
29+
* [BUGFIX] Security: Update exporter-toolkit (CVE-2022-46146) #2531
1430

1531
## 1.4.0 / 2022-09-24
1632

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
1.5.0

0 commit comments

Comments
 (0)