From 6be836eefb614f9c43b0876c5959f2edf4c53959 Mon Sep 17 00:00:00 2001 From: Jack-Daniyel Strong Date: Wed, 15 May 2024 10:20:35 -0700 Subject: [PATCH 1/4] Update GitOps config to macOS Sonoma 14.5 --- it-and-security/teams/workstations-canary.yml | 6 +++--- it-and-security/teams/workstations.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/it-and-security/teams/workstations-canary.yml b/it-and-security/teams/workstations-canary.yml index 5d9334c09cfb..597ce0ad9de1 100644 --- a/it-and-security/teams/workstations-canary.yml +++ b/it-and-security/teams/workstations-canary.yml @@ -91,8 +91,8 @@ controls: enable_end_user_authentication: true macos_setup_assistant: null macos_updates: - deadline: "2024-04-28" - minimum_version: "14.4" + deadline: "2024-05-31" + minimum_version: "14.5" windows_settings: custom_settings: null windows_updates: @@ -112,7 +112,7 @@ policies: - name: macOS - Check if latest version query: | SELECT 1 FROM os_version - WHERE (major > 14 OR (major = 14 AND minor > 4) OR (major = 14 AND minor = 4 AND patch >= 2)) --Sonoma + WHERE (major > 14 OR (major = 14 AND minor > 5) OR (major = 14 AND minor = 5 AND patch >= 0)); --Sonoma critical: false description: This policy check if macOS version is most recent version available. resolution: From the Apple menu, select System Settings. Navigate to General > Software Update. diff --git a/it-and-security/teams/workstations.yml b/it-and-security/teams/workstations.yml index 491eab92118e..f51f4c1e81e6 100644 --- a/it-and-security/teams/workstations.yml +++ b/it-and-security/teams/workstations.yml @@ -44,8 +44,8 @@ controls: enable_end_user_authentication: true macos_setup_assistant: null macos_updates: - deadline: "2024-03-22" - minimum_version: "14.4" + deadline: "2024-05-31" + minimum_version: "14.5" windows_settings: custom_settings: null windows_updates: @@ -64,7 +64,7 @@ policies: - name: macOS - Check if latest version query: | SELECT 1 FROM os_version - WHERE (major > 14 OR (major = 14 AND minor > 4) OR (major = 14 AND minor = 4 AND patch >= 1)) --Sonoma + WHERE (major > 14 OR (major = 14 AND minor > 5) OR (major = 14 AND minor = 5 AND patch >= 0)); --Sonoma critical: false description: This policy check if macOS version is most recent version available. resolution: From the Apple menu, select System Settings. Navigate to General > Software Update. From 6c11122b7604af9d2641e1f612289c6f3603d50a Mon Sep 17 00:00:00 2001 From: JD Date: Wed, 15 May 2024 13:43:43 -0700 Subject: [PATCH 2/4] Update it-and-security/teams/workstations.yml Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> --- it-and-security/teams/workstations.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/it-and-security/teams/workstations.yml b/it-and-security/teams/workstations.yml index f51f4c1e81e6..e739d5e27d22 100644 --- a/it-and-security/teams/workstations.yml +++ b/it-and-security/teams/workstations.yml @@ -44,8 +44,8 @@ controls: enable_end_user_authentication: true macos_setup_assistant: null macos_updates: - deadline: "2024-05-31" - minimum_version: "14.5" + deadline: "2024-03-22" + minimum_version: "14.4" windows_settings: custom_settings: null windows_updates: From e3421513ecebdd3eb962f6302e3e48b0c0028c64 Mon Sep 17 00:00:00 2001 From: JD Date: Wed, 15 May 2024 13:43:51 -0700 Subject: [PATCH 3/4] Update it-and-security/teams/workstations-canary.yml Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> --- it-and-security/teams/workstations-canary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it-and-security/teams/workstations-canary.yml b/it-and-security/teams/workstations-canary.yml index 597ce0ad9de1..425c4e86e799 100644 --- a/it-and-security/teams/workstations-canary.yml +++ b/it-and-security/teams/workstations-canary.yml @@ -112,7 +112,7 @@ policies: - name: macOS - Check if latest version query: | SELECT 1 FROM os_version - WHERE (major > 14 OR (major = 14 AND minor > 5) OR (major = 14 AND minor = 5 AND patch >= 0)); --Sonoma + WHERE (major > 14 OR (major = 14 AND minor > 4) OR (major = 14 AND minor = 4 AND patch >= 0)); --Sonoma critical: false description: This policy check if macOS version is most recent version available. resolution: From the Apple menu, select System Settings. Navigate to General > Software Update. From 0652249369553301a6afff2acc78f23f3eaee156 Mon Sep 17 00:00:00 2001 From: Jack-Daniyel Strong Date: Wed, 15 May 2024 14:09:36 -0700 Subject: [PATCH 4/4] Revert suggested changes --- it-and-security/teams/workstations-canary.yml | 2 +- it-and-security/teams/workstations.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/it-and-security/teams/workstations-canary.yml b/it-and-security/teams/workstations-canary.yml index 425c4e86e799..597ce0ad9de1 100644 --- a/it-and-security/teams/workstations-canary.yml +++ b/it-and-security/teams/workstations-canary.yml @@ -112,7 +112,7 @@ policies: - name: macOS - Check if latest version query: | SELECT 1 FROM os_version - WHERE (major > 14 OR (major = 14 AND minor > 4) OR (major = 14 AND minor = 4 AND patch >= 0)); --Sonoma + WHERE (major > 14 OR (major = 14 AND minor > 5) OR (major = 14 AND minor = 5 AND patch >= 0)); --Sonoma critical: false description: This policy check if macOS version is most recent version available. resolution: From the Apple menu, select System Settings. Navigate to General > Software Update. diff --git a/it-and-security/teams/workstations.yml b/it-and-security/teams/workstations.yml index e739d5e27d22..f51f4c1e81e6 100644 --- a/it-and-security/teams/workstations.yml +++ b/it-and-security/teams/workstations.yml @@ -44,8 +44,8 @@ controls: enable_end_user_authentication: true macos_setup_assistant: null macos_updates: - deadline: "2024-03-22" - minimum_version: "14.4" + deadline: "2024-05-31" + minimum_version: "14.5" windows_settings: custom_settings: null windows_updates: