Releases: henrygd/beszel
v0.8.0
New features
- Better support for monitoring Podman containers (see #211).
- Nvidia and AMD GPU monitoring is no longer hidden behind
GPU=true
. Still binary agent only and requiresnvidia-smi
orrocm-smi
(see #262).
Localization updates
- @wwng2333 improved Chinese Simplified
Please contribute translation improvements here: https://crowdin.com/project/beszel
Bug fixes / other updates
- Improves disk discovery slightly by checking partition labels.
- Removes containers from Docker / Podman network chart tooltip if they were stopped during that update.
Full Changelog: v0.7.4...v0.8.0
v0.7.4
What's Changed
New features
- Experimental support for Nvidia and AMD GPUs (utilization, VRAM, power draw, and temperature). See #262 for more info. Feedback is appreciated.
- Binary install script now has an option for automatic daily updates.
Localization updates
- @dymek37 and @gander added Polish
- @DinoHorvat96 added Croatian
- @mathyvds added Dutch
- @damsdev1 improved French
- @wwng2333 improved Chinese Simplified
Bug fixes
- Fixes display of values under 1 GB in disk usage charts. (#261)
Full Changelog: v0.7.3...v0.7.4
v0.7.3
What's Changed
New features
- Adds ability to specify a device/partition for an extra disk by using a folder name.
For example, I have an encrypted external SSD that never showed I/O stats when using the Docker agent:
With lsblk
we can see that the LUKS partition is associated with sda1
:
sda
└─sda1
└─luks-d76c2e14-0264-446f-af20-edb8e3e28741
We'll update the mountpoint to use sda1
as the folder name.
volumes:
- /mnt/my-extra-drive:/extra-filesystems/sda1:ro
The agent will first check if I/O stats are available for luks-d76c2e14-0264-446f-af20-edb8e3e28741
.
Because they are not, the agent will check the folder name (sda1
). I/O for sda1
is available, so it will use sda1
for this disk instead of luks-d76c2e14-0264-446f-af20-edb8e3e28741
. The read/write stats now populate as intended:
Bug fixes
- Fixes labeling of read/write in extra disk charts. (#254)
Other changes
- A recent update changed the behavior of Docker charts. Previously, a stopped container was completely removed from the chart/tooltip during the time period when it was not running. In the last few releases, the container remained in the chart with zero values if it was running at any time during the chart's duration. This update restores the previous functionality.
Full Changelog: v0.7.2...v0.7.3
v0.7.2
v0.7.1
v0.7.0
What's Changed
New features
- Localization of the Hub web interface with 15 languages currently supported. We're on Crowdin if you want to help improve translations or add a language.
- Binary installation added as an option within the "Add System" UI. (#223)
- Ability to hide columns in the "All Systems" table.
Updates
- Bandwidth alert max value increased to 125 MB/s (1 Gigabit). (#222)
- Added search button and changed "⌘K" to "Ctrl+K" on non-macOS platforms. (#219)
- Charts display message when no records are populated, rather than showing the spinner. (#234)
- Skip code for reading temperature sensors if
SENSORS
is set as an empty string. (#196) - Added Makefile.
Bug fixes
- Broken "Forgot password?" link.
Huge thanks to @ArsFy for doing a ton of work on this release!
And further apologies to @alexzaitsev for accidentally deleting your Ukrainian translations 🙏.
New Contributors
Full Changelog: v0.6.2...v0.7.0
v0.6.2
v0.6.1
v0.6.0
- Time based alerts. Please report any bugs. (#93)
- Active alerts shown on home page.
- Temperature alerts (#131)
- Bandwidth alerts (#179)
- Bandwidth displayed in dashboard table.
- Disk usage alert now checks all disks, not only the root disk.
Full Changelog: v0.5.3...v0.6.0