v0.18.3
Added 5
- Add experimental sysfs AMD GPU collector
- Add SMART_DEVICES_SEPARATOR and allow drives with the same name to be added with different types
- Parse ATA device statistics for temperature and future metrics
- Add tooltips to navbar buttons
- Add tooltip to system name in systems table
Changed 7
- Improve container network stats accuracy
- Update LibreHardwareMonitorLib to use PawnIO instead of WinRing0
- Write health_file to /dev/shm instead of /tmp if available
- Increase smartctl --scan timeout to 10 seconds
- Change usermod to addgroup for docker access
- Update honeypot field name and autofill ignores
- Update Go dependencies
Fixed 8
- Fix SHARE_ALL_SYSTEMS for system_details, smart_devices, and systemd_services
- Improve CJK truncation in UI
- Fix container uptime sorting edge case
- Ensure battery current charge doesn't exceed full capacity
- Restore Add System button on mobile
- Apply SELinux context after binary replacement
- Don't force lowercase text
- Ignore alt key combinations
Removed 1
- Remove stale systemd services from tracking after deletion
Deprecated 1
- Container NetworkSent and NetworkRecv fields deprecated in favor of Bandwidth
Notice
-
The Windows agent's updated version of
LibreHardwareMonitorLibnow uses PawnIO instead of WinRing0. If you lose temperature sensors, make sure PawnIO is installed. (See #1657 and #1697.) -
Container
NetworkSentandNetworkRecvfields have been deprecated in favor ofBandwidth. Agents will stop populating those fields in 0.19.0, so please update any integrations to preferBandwidth. It's available for all containers on hubs >= 0.18.3.
What's Changed
- Add experimental sysfs AMD GPU collector. (#737, #1569)
- Improve container network stats accuracy.
- Fix
SHARE_ALL_SYSTEMSfor system_details, smart_devices, and systemd_services. (#1660) - Improve CJK truncation in UI.
- Fix container uptime sorting edge case. (#1696)
- Remove stale systemd services from tracking after deletion. (#1594)
- Update honeypot field name and autofill ignores. (#1011)
- Write health_file to
/dev/shminstead of/tmpif available. (#1455) - Ensure battery current charge doesn't exceed full capacity. (#1668)
- Increase
smartctl --scantimeout to 10 seconds. (#1465) - Update Go dependencies
- Change usermod to addgroup for docker access by @wowi42 in https://github.com/henrygd/beszel/pull/1641
- fix: update smartctlArgs call to use hasExistingData flag by @nemvince in https://github.com/henrygd/beszel/pull/1645
- feat: add tooltip to system name in systems table by @Fahleen1 in https://github.com/henrygd/beszel/pull/1640
- chore: update workflows and templates by @svenvg93 in https://github.com/henrygd/beszel/pull/1661
- Add SMART_DEVICES_SEPARATOR + allow drives with the same name to be added with different types (e.g. raid controllers) by @jules2689 in https://github.com/henrygd/beszel/pull/1655
- Chore: Remove Debian package goreleaser workaround by @svenvg93 in https://github.com/henrygd/beszel/pull/1677
- [Agent] feat: parse ATA device statistics for temperature and future metrics by @sternma in https://github.com/henrygd/beszel/pull/1689
- [Bug] Restore "Add System" button on mobile. by @svenvg93 in https://github.com/henrygd/beszel/pull/1687
- Bug: Apply SELinux context after binary replacement by @svenvg93 in https://github.com/henrygd/beszel/pull/1678
- feat: Added tooltips for navbar buttons to clear meaning of each one by @Fahleen1 in https://github.com/henrygd/beszel/pull/1636
- Bug: Don't force lowercase text by @svenvg93 in https://github.com/henrygd/beszel/pull/1682
- fix: update LibreHardwareMonitorLib to 0.9.5 by @bartvdbraak in https://github.com/henrygd/beszel/pull/1697
- bug: ignore alt key combinations by @svenvg93 in https://github.com/henrygd/beszel/pull/1698
New Contributors
- @wowi42 made their first contribution in https://github.com/henrygd/beszel/pull/1641
- @nemvince made their first contribution in https://github.com/henrygd/beszel/pull/1645
- @Fahleen1 made their first contribution in https://github.com/henrygd/beszel/pull/1640
- @jules2689 made their first contribution in https://github.com/henrygd/beszel/pull/1655
- @sternma made their first contribution in https://github.com/henrygd/beszel/pull/1689
- @bartvdbraak made their first contribution in https://github.com/henrygd/beszel/pull/1697
Full Changelog: https://github.com/henrygd/beszel/compare/v0.18.2...v0.18.3