mirror of
https://github.com/fleetdm/fleet
synced 2026-05-21 07:58:31 +00:00
#19365 Assuming we release this fix in 4.51.0: - Migration from a version without the feature (< 4.50.0) to 4.51.0: Should disable (set `ai_features_disabled=true`). - Migration from a version with the feature (>= 4.50.X < 4.51.0) to 4.51.0: Should keep `ai_features_disabled` as-is. - New installation of Fleet: Should come with AI features enabled (`ai_features_disabled=false`). From https://github.com/fleetdm/fleet/issues/19365#issuecomment-2145825363. - [X] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [X] Input data is properly validated, `SELECT *` is avoided, SQL injection is prevented (using placeholders for values in statements) - [X] Manual QA for all new/changed functionality |
||
|---|---|---|
| .. | ||
| .keep | ||
| 16393-add-warning-log-duplicate-uuid | ||
| 18993-404-when-no-team-on-delete-team-policies | ||
| 19184-activity-human-readable | ||
| 19365-disable-ai-migration | ||
| 19526-installers-bucket | ||