From dba3cd9b817856ca16eca79f47d49a884a330193 Mon Sep 17 00:00:00 2001 From: Jake Turner Date: Fri, 20 Mar 2026 17:07:44 +0000 Subject: [PATCH] docs: update release notes --- admin/docs/release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin/docs/release-notes.md b/admin/docs/release-notes.md index d312aec..d79a1c9 100644 --- a/admin/docs/release-notes.md +++ b/admin/docs/release-notes.md @@ -13,10 +13,14 @@ - **Maps**: The Maps page now respects the request protocol (http vs https) to ensure map tiles load correctly. Thanks @davidgross for the bug report! - **Knowledge Base**: Fixed an issue where file embedding jobs could cause a retry storm if the Ollama service was unavailable. Thanks @skyam25 for the bug report! - **Curated Collections**: Fixed some broken links in the curated collections definitions (maps and ZIM files) that were causing some resources to fail to download. +- **Easy Setup**: Fixed an issue where the "Start Here" badge would persist even after visiting the Easy Setup Wizard for the first time. Thanks @chriscrosstalk for the fix! +- **System Updates**: Fixed an issue where the update banner would persist even after the system was updated successfully. Thanks @chriscrosstalk for the fix! ### Improvements - **Ollama**: Improved GPU detection logic to ensure the latest GPU config is always passed to the Ollama container on update +- **Ollama**: The detected GPU type is now persisted in the database for more reliable configuration and troubleshooting across updates and restarts. Thanks @chriscrosstalk for the contribution! - **Logging**: Changed the default log level to "info" to reduce noise and focus on important messages. Thanks @traxeon for the suggestion! +- **Logging**: Nomad's internal logger now creates it's own log directory on startup if it doesn't already exist to prevent errors on fresh installs where the logs directory hasn't been created yet. - **Dozzle**: Dozzle shell access and container actions are now disabled by default. Thanks @traxeon for the recommendation! - **MySQL & Redis**: Removed port exposure to host by default for improved security. Ports can still be exposed manually if needed. Thanks @traxeon for the recommendation! - **Dependencies**: Various dependency updates to close security vulnerabilities and improve stability