From 1e82c579316a56f7f155034630c6697ea3d03329 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Thu, 1 Dec 2022 09:43:57 +0100 Subject: [PATCH] Update v1.5.0 release notes Add note about the change to the experimental web flag. Fixes: https://github.com/prometheus/node_exporter/issues/2535 Signed-off-by: Ben Kochie --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 366721b8..31abbbfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ NOTE: This changes the Go runtime "GOMAXPROCS" to 1. This is done to limit the race condition problem in the Linux kernel (#2500) and parallel IO issues on nodes with high numbers of CPUs/CPU threads (#1880). +NOTE: A command line arg has been changed from `--web.config` to `--web.config.file`. + * [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