feat(build.func): notify users when already on a pinned script version#15819
Merged
Conversation
Query PocketBase pinned_version/pin_reason during LXC updates and show an informational message when the installed version matches the pin, so users know not to open issues for missing newer updates.
CrazyWolf13
approved these changes
Jul 17, 2026
MickLesk
approved these changes
Jul 17, 2026
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.
✍️ Description
Extends
runtime_script_status_guard()inmisc/build.functo readpinned_versionandpin_reasonfrom PocketBase during LXC update runs.When the installed version in
~/.${NSAPP}matches the pinned version from PocketBase, users see an informationalmsg_infonotice explaining they are already on the pinned release and should not open issues for missing newer updates. Disabled/deleted script blocking is unchanged.🔗 Related Issue
Fixes #
✅ Prerequisites (X in brackets)
🛠️ Type of Change (X in brackets)
README,AppName.md,CONTRIBUTING.md, or other docs.Test plan
pinned_versionset in PocketBase and~/.${NSAPP}matching → notice appears beforeupdate_scriptpinned_versionis empty in PocketBase → no notice