mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Updated minimum OS versions (#28439)
- Updated minimum OS versions for macOS, iOS, and iPadOS. - Removed extra line break
This commit is contained in:
parent
bb9a3790a2
commit
86c1a12471
4 changed files with 12 additions and 13 deletions
|
|
@ -12,11 +12,11 @@ team_settings:
|
|||
agent_options:
|
||||
controls:
|
||||
ios_updates:
|
||||
deadline: "2025-04-26"
|
||||
minimum_version: "18.4"
|
||||
deadline: "2025-05-04"
|
||||
minimum_version: "18.4.1"
|
||||
ipados_updates:
|
||||
deadline: "2025-04-26"
|
||||
minimum_version: "18.4"
|
||||
deadline: "2025-05-04"
|
||||
minimum_version: "18.4.1"
|
||||
macos_settings:
|
||||
custom_settings:
|
||||
- path: ../lib/ios/configuration-profiles/lock-screen-message.mobileconfig
|
||||
|
|
|
|||
|
|
@ -12,11 +12,11 @@ team_settings:
|
|||
agent_options:
|
||||
controls:
|
||||
ios_updates:
|
||||
deadline: "2025-04-26"
|
||||
minimum_version: "18.4"
|
||||
deadline: "2025-05-04"
|
||||
minimum_version: "18.4.1"
|
||||
ipados_updates:
|
||||
deadline: "2025-04-26"
|
||||
minimum_version: "18.4"
|
||||
deadline: "2025-05-04"
|
||||
minimum_version: "18.4.1"
|
||||
macos_settings:
|
||||
custom_settings:
|
||||
- path: ../lib/ios/declaration-profiles/passcode-settings.json
|
||||
|
|
|
|||
|
|
@ -106,8 +106,8 @@ controls:
|
|||
enable_end_user_authentication: false
|
||||
macos_setup_assistant: null
|
||||
macos_updates:
|
||||
deadline: "2025-04-26"
|
||||
minimum_version: "15.4"
|
||||
deadline: "2025-05-11"
|
||||
minimum_version: "15.4.1"
|
||||
windows_settings:
|
||||
custom_settings:
|
||||
- path: ../lib/windows/configuration-profiles/enable-firewall-all-domains.xml
|
||||
|
|
|
|||
|
|
@ -78,8 +78,8 @@ controls:
|
|||
- package_path: ../lib/macos/software/1password.yml # 1Password for macOS
|
||||
- app_store_id: '803453959' # Slack Desktop
|
||||
macos_updates:
|
||||
deadline: "2025-04-26"
|
||||
minimum_version: "15.4"
|
||||
deadline: "2025-05-11"
|
||||
minimum_version: "15.4.1"
|
||||
windows_settings:
|
||||
custom_settings: null
|
||||
windows_updates:
|
||||
|
|
@ -126,4 +126,3 @@ software:
|
|||
- path: ../lib/windows/software/1password.yml # 1Password for Windows
|
||||
app_store_apps:
|
||||
- app_store_id: '803453959' # Slack Desktop
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue