mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
Resolves #35455 - [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/guides/committing-changes.md#changes-files) for more information. - [X] Input data is properly validated, `SELECT *` is avoided, SQL injection is prevented (using placeholders for values in statements) ## Testing - [ ] Added/updated automated tests - [x] QA'd all new/changed functionality manually <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Introduced scheduled software updates for iOS/iPadOS managed devices with time-window based installation scheduling that considers device timezone * Added timezone tracking for managed iOS/iPadOS hosts to enable timezone-aware update scheduling * **Improvements** * Enhanced software update scheduling system with timezone and time-window awareness for eligible devices <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Scott Gress <scottmgress@gmail.com>
1 line
71 B
Text
1 line
71 B
Text
* Added scheduled updates functionality to iOS/iPadOS managed devices.
|