Releasing prerelease/sambanas2_2026.7.0-rc11#715
Draft
github-actions[bot] wants to merge 21 commits into
Draft
Conversation
…sambanas2 ⬆️ Update SambaNas2 (devrelease/sambanas2)
Warns the user at startup when Protection Mode is enabled: - Prints a yellow ASCII banner to the add-on log - Creates a persistent notification in the HA UI via the Supervisor /core/api/services/persistent_notification/create endpoint, listing the affected features and fix steps
bashio::addon.protected always exits 0 and only prints the string "true"/"false" to stdout — using it directly in "if !" never worked. Capture the output first and test with bashio::var.false, matching the pattern used internally by bashio::require.protected / bashio::require.unprotected.
Bump addon version to 2026.5.0-rc7, update CHANGELOG, and update SRAT reference
…dons into devrelease/sambanas2
* Added a step to ensure the `image` key is uncommented in `config.yaml` when scripts are present. * This change enhances the configuration process by ensuring necessary fields are active for builds.
Uncomment image entry and comment out panel_title in config.yaml
- Add ARG SMARTMONTOOLS_SDK_VERSION=7.5 to the main build stage - Download libsmartmon-<ver>-linux-<arch>.tar.gz from dianlight/smartmontools-sdk releases and extract to /usr/local, placing libsmartmon.a in /usr/local/lib and headers under /usr/local/include/smartmon/ - Set LIBRARY_PATH and CPATH in the ENV block (all container processes) and register /etc/profile.d/smartmontools-sdk.sh (interactive login shells) so the library is discoverable for all users without manual configuration - Add CHANGELOG entry for 2026.5.0-rc8 - Add DOCS.md section documenting SMART monitoring internals
…dons into devrelease/sambanas2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.