-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update changelog prepare 4.62.2 #25560
Closed
Closed
Conversation
This file contains 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
Member
lukeheath
commented
Jan 17, 2025
- Cherry-Pick: Handle long interned strings in MSI parsing (Cherry-Pick: Handle long interned strings in MSI parsing #25098)
- Cherry-Pick: Include pre-releases when building osquery version list constant (Cherry-Pick: Include pre-releases when building osquery version list constant #25099)
- to RC: UI - Improve validation of SMTP settings form (UI - Improve validation of SMTP settings form #25051) (to RC: UI - Improve validation of SMTP settings form (#25051) #25100)
- to RC: UI – Fix team changing on queries table search query change (UI – Fix team changing on queries table search query change #25103) (to RC: UI – Fix team changing on queries table search query change (#25103) #25106)
- Cherry-Pick: Correct fix for long MSI interned strings (Cherry-Pick: Correct fix for long MSI interned strings #25107)
- For R.C. - Unreleased bug fix: Hide install options from editing software modal (For R.C. - Unreleased bug fix: Hide install options from editing software modal #25123)
- cherry pick UI secret errors (cherry pick UI secret errors #25117)
- Cherry-Pick: Repoint link to existing software install automation guide (Cherry-Pick: Repoint link to existing software install automation guide #25128)
- cherry pick more scoped software fixes (cherry pick more scoped software fixes #25126)
- cherry pick software title id to added_app_store_app activity (cherry pick software title id to added_app_store_app activity #25125)
- Cherry-Pick: Fix detection of uninstall scripts when recording script results after a host has had MDM actions taken (Cherry-Pick: Fix detection of uninstall scripts when recording script results after a host has had MDM actions taken #25164)
- fix: retrigger automatic installations after label scope changes (fix: retrigger automatic installations after label scope changes #25163) (fix: retrigger automatic installations after label scope changes (#25163) #25172)
- cherry pick for secret error message windows fix (cherry pick for secret error message windows fix #25174)
- Fixing issue where deleted profiles were being sent to devices. (Fixing issue where deleted profiles were being sent to devices. #25095) (Fixing issue where deleted profiles were being sent to devices. (#25095) #25177)
- For R.C. - Fleet UI: Add copy for policy tied to install software (For R.C. - Fleet UI: Add copy for policy tied to install software #25247)
- cherry pick for overflow issue for scoped software details modal (cherry pick for overflow issue for scoped software details modal #25237)
- Cherry-pick: Hide updated time when loading OS versions table data (Hide updated time when loading OS versions table data #25200) (Cherry-pick: Hide updated time when loading OS versions table data (#25200) #25254)
- Prepare for Fleet v4.62.0 (Adding changes for Fleet v4.62.0 #25091)
- Fix issue when identical MDM commands are sent twice to the same device when replica DB is being used. (Fix issue when identical MDM commands are sent twice to the same device when replica DB is being used. #25355)
- update changelog prepare 4.62.1 (update changelog prepare 4.62.1 #25416)
- Don't expire iOS devices prematurely (Don't expire iOS devices prematurely #25436)
- Exempt bootstrap package uploads from server-side request timeout (Exempt bootstrap package uploads from server-side request timeout #25536)
- Adding changes for Fleet v4.62.2
relates to #24550 cherry pick PR for UI secrets error messages
cherry pick for more scoped software via labels fixes
relates to #24120 cherry pick PR for adding software_title_id to added_app_store_app activity
…) (#25177) Cherry pick. For #24804 # Checklist for submitter - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files) for more information. - [x] Added/updated tests - [x] If database migrations are included, checked table schema to confirm autoupdate - [x] Manual QA for all new/changed functionality (cherry picked from commit 7e1a808)
) relates to #25063 cherry pick PR for the fix to the software details modal overflow.
…ce when replica DB is being used. (#25355) For #24816 Fix issue when identical MDM commands are sent twice to the same device when replica DB is being used. Root cause was that ctxdb.RequirePrimary wasn't used correctly, and proper test was missing. # Checklist for submitter - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. - [x] Added/updated automated tests - [x] Manual QA for all new/changed functionality
#25406 The `last_seen_times` table is only updates when osquery hits one of its authenticated endpoints, meaning it isn't updated when devices without osquery, like iphones, are enrolled. I've left a [comment](#25406 (comment)) on the original issue explaining how this happens. Originally, if there was no `last_seen_time`, the fallback value would be the `created_at` value on the `hosts` table, so ios devices would always get deleted once they were added X number of days ago. In its place, I've added the `detail_updated_at` column on the `hosts` table as the fallback value, and only use `created_at` if that is also empty. `detail_updated_at` is updated every time a full detail refetch completes. In the case of ios/ipados, [this is done using MDM](https://github.com/fleetdm/fleet/blob/cd5c0e8aed10664458f597b5d9600dd20bf3fdac/server/service/apple_mdm.go#L3101). `detail_updated_at` is updated less frequently than `last_seen_times`, only once every hour or so instead of every 30 seconds, but since expiration policies are set on the scale of days instead of hours, this should be fine. The way I've QA'd this is by adding an iOS device to my fleet instance, waited 24 hours, and set the expiration policy to 24 hours.
…5536) For #25533 - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files) for more information. - [x] A detailed QA plan exists on the associated ticket (if it isn't there, work with the product group's QA engineer to add it) - [x] Manual QA for all new/changed functionality
lukeheath
requested review from
rachaelshaw,
rfairburn,
ksatter,
edwardsb,
georgekarrv and
a team
as code owners
January 17, 2025 18:52
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.