Add pin_to_os_release() for offline updates#392
Merged
Conversation
kb2ma
commented
Mar 18, 2026
c7d3207 to
723afab
Compare
thgreasi
reviewed
Mar 18, 2026
thgreasi
reviewed
Mar 18, 2026
thgreasi
reviewed
Mar 18, 2026
Member
thgreasi
left a comment
There was a problem hiding this comment.
LGTM, just pending the variant check
7bd27ff to
51ff982
Compare
thgreasi
reviewed
Mar 20, 2026
thgreasi
reviewed
Mar 20, 2026
Change-type: minor Signed-off-by: Ken Bannister <kb2ma@runbox.com>
51ff982 to
fa6abf4
Compare
Contributor
Author
|
All comments addressed, @thgreasi . |
thgreasi
approved these changes
Apr 16, 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.
Adds the ability to pin a device to an OS version with
pin_to_os_release(). Similar to app updates, the OS can be pinned while the device is offline. When the device comes online, we expect the cloud to push the update to the device.A device may be pinned back to the current OS version. In contrast,
start_os_update()now requires that the target OS version is not the current OS version.Depends on #393.
Change-type: minor