Release 2026.5.0-rc9 #671
dianlight
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Changelog
✨ Features
disable_smartboolean toggle with a 3-optionsmart_modeenum (none,legacy,direct).none: SMART integration disabled.legacy: Uses thesmartctlexecutable (previous default behavior).direct: Uses thelibsmartmon_go.solibrary back end (lab feature, requires lib availability at startup).directoption is only shown in the UI when experimental lab mode is enabled andlibsmartmon_go.sois detected at runtime.libsmartmon_go.soavailability at startup and exposeslib_smart_availablein the settings API response.DisableSmartboolean properties to the newsmart_modestring value.🐛 Bug Fixes
🏗 Chore
CGO_ENABLED=0) are now fully statically linked with zero shared-library dependencies, running unchanged on GNU/Linux systems using either glibc (Debian, Ubuntu) or musl (Alpine). Thelibsmartmon_go.solib integration is now gated behind a newsmartlibbuild tag so it no longer forceslibdl.so.2dynamic linking in release binaries. Build with--cgo(which adds-tags smartlib) to opt in to the lib mode.What's Changed
Full Changelog: 2026.5.0-rc7...2026.5.0-rc9
This discussion was created from the release Release 2026.5.0-rc9.
Beta Was this translation helpful? Give feedback.
All reactions