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 <superq@gmail.com>
This commit is contained in:
Ben Kochie 2022-12-01 09:43:57 +01:00 committed by Johannes 'fish' Ziemke
parent 5e552bac02
commit 1e82c57931

View file

@ -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 race condition problem in the Linux kernel (#2500) and parallel IO issues
on nodes with high numbers of CPUs/CPU threads (#1880). 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 * [CHANGE] Default GOMAXPROCS to 1 #2530
* [FEATURE] Add multiple listeners and systemd socket listener activation #2393 * [FEATURE] Add multiple listeners and systemd socket listener activation #2393
* [ENHANCEMENT] Add RTNL version of netclass collector #2492, #2528 * [ENHANCEMENT] Add RTNL version of netclass collector #2492, #2528