2023-10-29 15:48:24 by Benny Siegert | Files touched by this commit (152) |
Log message:
Revbump all Go packages because go121 is now the default
|
2023-10-15 14:04:35 by Benny Siegert | Files touched by this commit (155) |  |
Log message:
Revbump all Go packages after go120 security update
|
2023-09-08 21:06:15 by Benny Siegert | Files touched by this commit (154) |  |
Log message:
Revbump all Go packages after go120 update
|
2023-08-28 13:57:34 by Benny Siegert | Files touched by this commit (3) |
Log message:
1.6.1
Rebuild with latest Go compiler bugfix release.
1.6.0
- [CHANGE] Fix cpustat when some cpus are offline
- [CHANGE] Remove metrics of offline CPUs in CPU collector
- [CHANGE] Deprecate ntp collector
- [CHANGE] Remove bcache cache_readaheads_totals metrics
- [CHANGE] Deprecate supervisord collector
- [FEATURE] Enable uname collector on NetBSD
- [FEATURE] NetBSD support for the meminfo collector
- [FEATURE] NetBSD support for CPU collector
- [FEATURE] Add FreeBSD collector for netisr subsystem
- [FEATURE] Add softirqs collector
- [ENHANCEMENT] Add suspended as a node_zfs_zpool_state
- [ENHANCEMENT] Add administrative state of Linux network interfaces
- [ENHANCEMENT] Log current value of GOMAXPROCS
- [ENHANCEMENT] Add profiler options for perf collector
- [ENHANCEMENT] Allow root path as metrics path
- [ENHANCEMENT] Add cpu frequency governor metrics
- [ENHANCEMENT] Add new landing page
- [ENHANCEMENT] Reduce privileges needed for btrfs device stats
- [ENHANCEMENT] Add ZFS memory_available_bytes
- [ENHANCEMENT] Use SCSI_IDENT_SERIAL as serial in diskstats
- [ENHANCEMENT] Read missing from netlink netclass attributes from sysfs
- [BUGFIX] perf: fixes for automatically detecting the correct tracefs mountpoints
- [BUGFIX] Fix thermal_zone collector noise @2554
- [BUGFIX] Fix a problem fetching the user wire count on FreeBSD 2584
- [BUGFIX] interrupts: Fix fields on linux aarch64
- [BUGFIX] Remove metrics of offline CPUs in CPU collector
- [BUGFIX] Fix OpenBSD filesystem collector string parsing
- [BUGFIX] Fix bad reporting of node_cpu_seconds_total in OpenBSD
|
2023-08-26 18:31:41 by Benny Siegert | Files touched by this commit (149) |  |
Log message:
Revbump all Go packages after go120 update
|
2023-07-15 12:53:10 by Benny Siegert | Files touched by this commit (151) |  |
Log message:
Revbump all Go packages after go120 update
|
2023-05-05 21:37:45 by Benny Siegert | Files touched by this commit (134) |  |
Log message:
Revbump all Go packages after go120 security update
|
2023-04-05 22:48:01 by Benny Siegert | Files touched by this commit (140) |  |
Log message:
Revbump all Go packages after yesterday's go120 security update
|
2023-03-14 20:49:53 by Jonathan Perkin | Files touched by this commit (3) |
Log message:
node_exporter: Update to 1.5.0.
## 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 #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
|
2023-03-08 14:39:00 by Benny Siegert | Files touched by this commit (131) |  |
Log message:
Revbump all Go packages after go119 security update
|