v0.18.7
Added 3
- Add more disk I/O metrics (utilization, read/write time, await, queue depth)
- Add ability to copy alerts between systems
- Add SENSORS_TIMEOUT environment variable
Changed 4
- Replace distatus/battery with an internal implementation
- Restrict universal token API to non-superuser accounts
- Upgrade JS dependencies with security alerts
- Upgrade PocketBase to latest version
Fixed 6
- Fix macOS ARM64 crashes by upgrading gopsutil to v4.26.3
- Fix text size for system names in grid view
- Fix NVMe capacity reporting for Apple SSDs
- Fix Windows root disk detection when the executable is not on the root disk
- Fix nested virtual filesystem inclusion in Docker when mounting host root
- Fix OPNsense installation persistence by using the daemon user
What's Changed
- Add more disk I/O metrics (utilization, read/write time, await, queue depth) (#1866)
- Add ability to copy alerts between systems by @svenvg93 (#1853)
- Add
SENSORS_TIMEOUTenvironment variable (#1871) - Replace
distatus/batterywith an internal implementation by @svenvg93 (#1872) - Restrict universal token API to non-superuser accounts (#1870)
- Fix macOS ARM64 crashes by upgrading
gopsutilto v4.26.3 (#1881, #796) - Fix text size for system names in grid view by @Malith-Rukshan (#1860)
- Fix NVMe capacity reporting for Apple SSDs by @svenvg93 (#1873)
- Fix Windows root disk detection when the executable is not on the root disk (#1863)
- Fix nested virtual filesystem inclusion in Docker when mounting host root by @svenvg93 (#1859)
- Fix OPNsense installation persistence by using the daemon user by @svenvg93 (#1880)
- Upgrade JS dependencies with dependabot security alerts by @svenvg93 (#1882)
- Upgrade PocketBase to latest version
New Contributors
- @Malith-Rukshan made their first contribution in https://github.com/henrygd/beszel/pull/1860
Full Changelog: https://github.com/henrygd/beszel/compare/v0.18.6...v0.18.7