Fix orbit panic when auto-updates disabled#40202
Merged
Conversation
zwass
reviewed
Feb 20, 2026
zwass
reviewed
Feb 20, 2026
Member
zwass
left a comment
There was a problem hiding this comment.
@iansltx corrected me, the version should be set when updates are disabled by https://github.com/fleetdm/fleet/pull/40202/changes#diff-78983f7f3415b23a44720d945f6286de2a4505298636b28571c26f6f4c570979R699-R702
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #40202 +/- ##
==========================================
- Coverage 66.34% 66.34% -0.01%
==========================================
Files 2453 2453
Lines 196518 196523 +5
Branches 8539 8681 +142
==========================================
+ Hits 130388 130390 +2
- Misses 54320 54323 +3
Partials 11810 11810
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
lucasmrod
pushed a commit
that referenced
this pull request
Feb 20, 2026
<!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> **Related issue:** Resolves #40200 QA done as part of #40142 PR # Checklist for submitter - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. ## Testing - [x] QA'd all new/changed functionality manually ## fleetd/orbit/Fleet Desktop - [x] Verified compatibility with the latest released version of Fleet (see [Must rule](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/workflows/fleetd-development-and-release-strategy.md)) - [x] If the change applies to only one platform, confirmed that `runtime.GOOS` is used as needed to isolate changes - [x] Verified that fleetd runs on macOS, Linux and Windows - [x] Verified auto-update works from the released version of component to the new version (see [tools/tuf/test](../tools/tuf/test/README.md))
lucasmrod
added a commit
that referenced
this pull request
Feb 20, 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.
Related issue: Resolves #40200
QA done as part of #40142 PR
Checklist for submitter
changes/,orbit/changes/oree/fleetd-chrome/changes.Testing
fleetd/orbit/Fleet Desktop
runtime.GOOSis used as needed to isolate changes