mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 14:58:33 +00:00
Fixes #31897. # Checklist for submitter If some of the following don't apply, delete the relevant line. - [ ] 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 - [ ] QA'd all new/changed functionality manually ## New Fleet configuration settings - [ ] Verified that the setting is exported via `fleetctl generate-gitops` - [x] Verified the setting is documented in a separate PR to [the GitOps documentation](https://github.com/fleetdm/fleet/blob/main/docs/Configuration/yaml-files.md#L485) - [ ] Verified that the setting is cleared on the server if it is not supplied in a YAML file (or that it is documented as being optional) - [x] Verified that any relevant UI is disabled when GitOps mode is enabled <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - New Features - GitOps now supports software icons: generate and include icon files/paths in specs for packages and App Store apps. - CLI adds flags to control concurrent icon uploads/updates. - Icons are uploaded, updated, or deleted automatically during GitOps runs. - UI YAML modal now includes icon_url and offers icon download. - Improvements - Robust path resolution for icon assets across specs. - Non-YAML outputs handle both string and byte file contents. - Bug Fixes - Removes stale icons after App Store app re-association. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Scott Gress <scottmgress@gmail.com> Co-authored-by: Scott Gress <scott@fleetdm.com> Co-authored-by: Jahziel Villasana-Espinoza <jahziel@fleetdm.com> |
||
|---|---|---|
| .. | ||
| digicert | ||
| embedded_scripts | ||
| hostidentity | ||
| hydrant | ||
| testdata | ||
| appconfig.go | ||
| calendar.go | ||
| calendar_test.go | ||
| certificate_authorities.go | ||
| certificate_authorities_test.go | ||
| devices.go | ||
| errors.go | ||
| hosts.go | ||
| maintained_apps.go | ||
| maintained_apps_test.go | ||
| mdm.go | ||
| mdm_export_for_test.go | ||
| mdm_external_test.go | ||
| mdm_profiles.go | ||
| mdm_test.go | ||
| orbit.go | ||
| request_certificate.go | ||
| request_certificate_test.go | ||
| scep_proxy.go | ||
| scep_proxy_test.go | ||
| scim.go | ||
| service.go | ||
| setup_experience.go | ||
| setup_experience_test.go | ||
| software.go | ||
| software_installers.go | ||
| software_installers_test.go | ||
| software_title_icons.go | ||
| teams.go | ||
| teams_test.go | ||
| testing_utils.go | ||
| users.go | ||
| users_test.go | ||
| vpp.go | ||
| vulnerabilities.go | ||