mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
This pull request updates how Keynote installations are tracked and referenced in configuration files. The main change is to replace the generic "Keynote installed" label with a more specific "Keynote 14 installed" label, which targets only Keynote versions 14.x on macOS hosts. This ensures more precise software deployment and management. **Label changes:** * Replaced the reference to `keynote-installed.yml` with `keynote-14-installed.yml` in the `labels` list in `default.yml`, ensuring only hosts with Keynote version 14.x are matched. * Removed the old `keynote-installed.yml` label definition, which matched any version of Keynote, and added a new `keynote-14-installed.yml` label that matches only Keynote versions >=14.0.0 and <15.0.0. [[1]](diffhunk://#diff-f62defade24f2883bff5a996c85446043674cbf31a8b8b32a1e4ab4e16482671L1-L5) [[2]](diffhunk://#diff-b711956ba5690f7b5b69ce80b81e40d1d18f22f32ff95e5154031daad5e2884fR1-R5) **Software deployment updates:** * Updated the `labels_include_any` field for the Fleet Keynote theme in `workstations.yml` to use "Keynote 14 installed" instead of the generic "Keynote installed", ensuring the theme is offered only to hosts with Keynote 14.x. |
||
|---|---|---|
| .. | ||
| apple-silicon-macos-hosts.yml | ||
| arm-based-windows-hosts.yml | ||
| conditional-access-test-group.yml | ||
| debian-based-linux-hosts.yml | ||
| department-customer-success.yml | ||
| department-engineering.yml | ||
| department-executive.yml | ||
| department-finance.yml | ||
| department-information-technology.yml | ||
| department-marketing.yml | ||
| department-people.yml | ||
| department-product-design.yml | ||
| department-sales.yml | ||
| keynote-14-installed.yml | ||
| macos-compatibility-extension-installed.yml | ||
| macs-with-1password-installed.yml | ||
| macs-with-microsoft-autoupdate-installed.yml | ||
| nudge-test-devices.yml | ||
| rpm-based-linux-hosts.yml | ||
| santa-test-devices.yml | ||
| team-g-mdm.yml | ||
| team-g-software.yml | ||
| virtual-machines.yml | ||
| x86-based-windows-hosts.yml | ||