Closed
Conversation
Member
lukeheath
commented
Feb 28, 2026
- Cherry-Pick: Add retries for software installs (Cherry-Pick: Add retries for software installs #40389)
- Cherry pick to 4.82: add more deprecation logs and mute by default (Cherry pick to 4.82: add more deprecation logs and mute by default #40394)
- CP: improve windows resending (improve windows resending #40365) -> 4.82 (CP: improve windows resending (#40365) -> 4.82 #40393)
- To RC: Use 'Agent' dataset title and sort key for vanilla osquery hosts (Fix fleetctl Windows issues #40… (To RC: Use 'Agent' dataset title and sort key for vanilla osquery hosts (#40… #40371)
- Cherry pick: Order By Vulnerability (Order By Vulnerability #40143) (Cherry pick: Order By Vulnerability (#40143) #40308)
- Cherry-pick: Improved validation for host transfers (Improved validation for host transfers #40345) (Cherry-pick: Improved validation for host transfers (#40345) #40409)
- Cherry-Pick: Bump github.com/nats-io/nats-server/v2 from 2.12.1 to 2.12.3 (Cherry-Pick: Bump github.com/nats-io/nats-server/v2 from 2.12.1 to 2.12.3 #40420)
- FMA version rollback (FMA version rollback #40038) (FMA version rollback (#40038) #40423)
- Fleet UI: Back handles team id 0 (Fleet UI: Back handles team id 0 #40437) (Fleet UI: Back handles team id 0 (#40437) #40439)
- Cherry-pick: Revert "Added deny list for checking external user submitted urls"
- Follow-up: Queries and Policies page "Manage Automations" buttons not visible as admin (Follow-up: Queries and Policies page "Manage Automations" buttons not visible as admin #40435) (Follow-up: Queries and Policies page "Manage Automations" buttons not visible as admin (#40435) #40479)
- Cherry pick: Followup for enforcing manual agent install restrictions in gitops (Cherry pick: Followup for enforcing manual agent install restrictions in gitops #40533)
- to RC: Fleet UI: Update osquery version options (Fleet UI: Update osquery version options #40464) (to RC: Fleet UI: Update osquery version options (#40464) #40575)
- update auth token storage (update auth token storage #40504) (update auth token storage (#40504) #40612)
- React query caching fixes cherry pick (React query caching fixes cherry pick #40615)
- Cherry-pick Allow "unassigned.yml" in GitOps #40414: Allow "unassigned.yml" in GitOps (Cherry-pick #40414: Allow "unassigned.yml" in GitOps #40617)
- Cherry-pick Deprecate URLs with "team" and "query" terminology #40520: Deprecate URLs with "team" and "query" terminology (Cherry-pick #40520: Deprecate URLs with "team" and "query" terminology #40616)
- Cherry-pick Update backend error messages #40364: Update backend error messages (Cherry-pick #40364: Update backend error messages #40618)
- Cherry-pick Use "unassigned" in addition to / in place of "no teams" in back end checks and messages #40351: Use "unassigned" in place of "no teams" (Cherry-pick #40351: Use "unassigned" in place of "no teams" #40619)
- Cherry-pick Support report/fleet as spec "kinds" #40586: Support report/fleet as spec "kinds" (Cherry-pick #40586: Support report/fleet as spec "kinds" #40632)
- Cherry-pick Migrate some 'Query' occurrences to 'Report' #40320: Migrate some 'Query' occurrences to 'Report' (Cherry-pick #40320: Migrate some 'Query' occurrences to 'Report' #40651)
- Cherry-pick Fix output from gitops to use "fleets" instead of "teams", "queries" instead of "reports" #40610: Fix gitops output to use "fleets" and "queries" (Cherry-pick #40610: Fix gitops output to use "fleets" and "queries" #40650)
- Cherry-pick Gitops: FMA installer with setup_experience swapped does not update state in Fleet #40549: Fix batch set installers not updating some fields (Cherry-pick #40549: Fix batch set installers not updating some fields #40648)
- CP Improved validation (CP Improved validation #40671)
- For R.C. - Fleet UI: Add 10 per page to install software setup (Fleet UI: Add 10 per page to install software setup #40505) (For R.C. - Fleet UI: Add 10 per page to install software setup (#40505) #40694)
- Cherry-pick Add aliases to fleetctl commands and flags #40548: Add aliases to fleetctl commands and flags (Cherry-pick #40548: Add aliases to fleetctl commands and flags #40690)
- For R.C. - Fleet UI: Comb through registration buttons (Fleet UI: Comb through registration buttons #40444) (For R.C. - Fleet UI: Comb through registration buttons (#40444) #40640)
- Cherry-pick: Update tooltip for "End users can bypass" (Update tooltip for "End users can bypass" #40560) (Cherry-pick: Update tooltip for "End users can bypass" (#40560) #40730)
- Cherry-Pick: Fleet UI: Allow 'textarea' onBlur, clean to never race (Cherry-Pick: Fleet UI: Allow 'textarea' onBlur, clean to never race #40754)
- Set secure cookie in SSO callback
Merged into `main` in #39827. --------- Co-authored-by: Carlo <1778532+cdcme@users.noreply.github.com>
Cherry picks: #40365 into 4.82
## Issue Followup for #33519 ## Description This was merged into `main` with #40437 This is for the 4.82 RC ``` 1224 git fetch fleetdm 1225 git checkout fleetdm/rc-minor-fleet-v4.82.0 1226 git branch 1227 git checkout -b 33519-no-team-rc 1228 git log main 1229 git cherry-pick 8eb9160 1230 git push -u fleetdm 33519-no-team-rc ```
… visible as admin (#40435) (#40479) <!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> Already merged to main. **Related issue:** Resolves #25080 (specifically this comment #25080 (comment)) # Checklist for submitter - [x] Changes file added (has already been added as part of previous PRs). ## Testing - [x] QA'd all new/changed functionality manually https://github.com/user-attachments/assets/e9d1e38c-8a6d-4cc9-9af2-a1466ba3454f
this is cherry pick PR # Checklist for submitter this updates the mechanism of storing the auth token for a user that is used for making requests and validating a user session. We change the storage from local storage to a cookie. This allow a bit more security and prepares for a future change where we will allow the browser to handle setting and passing the auth token in the request. - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. - [x] QA'd all new/changed functionality manually
Cherry-pick of #40414 into `rc-minor-fleet-v4.82.0`. Co-authored-by: Ian Littman <iansltx@gmail.com>
Cherry-pick of #40364 into `rc-minor-fleet-v4.82.0`.
Cherry-pick of #40351 into `rc-minor-fleet-v4.82.0`.
Cherry-pick of #40586 into `rc-minor-fleet-v4.82.0`.
) Cherry-pick of #40320 into `rc-minor-fleet-v4.82.0`. Co-authored-by: Nico <32375741+nulmete@users.noreply.github.com>
… (#40694) ## Issue Follow-up design request for #37828 ## Description Previously merged into `main` with #40505 This is for the 4.82 R.C. branch ``` 1372 git checkout fleetdm/rc-minor-fleet-v4.82.0 1373 git checkout -b 37828-add-pagination-rc 1374 git log main 1375 git cherry-pick 44cf3c2 1376 git push -u fleetdm 37828-add-pagination-rc ```
Cherry-pick of #40548 into `rc-minor-fleet-v4.82.0`. --------- Co-authored-by: Ian Littman <iansltx@gmail.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
…40754) Merged into `main` in #40744. Work from @RachelElysia. Co-authored-by: RachelElysia <71795832+RachelElysia@users.noreply.github.com>
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.