From 642f98a59ef82254ed59fff560932a7b04f246d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 10:03:52 -0500 Subject: [PATCH] Update 1Password policy versions (#43213) This PR automatically updates both 1Password macOS version policy and Safari version policy for dogfood. The changes were generated automatically by the [dogfood-automated-policy-updates workflow](https://github.com/fleetdm/fleet/actions/workflows/dogfood-automated-policy-updates.yml). Co-authored-by: allenhouchins <32207388+allenhouchins@users.noreply.github.com> --- it-and-security/lib/macos/policies/update-1password.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it-and-security/lib/macos/policies/update-1password.yml b/it-and-security/lib/macos/policies/update-1password.yml index 10a90db6e1..daa31760cc 100644 --- a/it-and-security/lib/macos/policies/update-1password.yml +++ b/it-and-security/lib/macos/policies/update-1password.yml @@ -1,5 +1,5 @@ - name: macOS - 1Password up to date - query: SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE name = '1Password.app' AND version_compare(bundle_short_version, '8.12.8') < 0); + query: SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE name = '1Password.app' AND version_compare(bundle_short_version, '8.12.10') < 0); critical: false description: This device may have an outdated version of 1Password, potentially risking security vulnerabilities or compatibility issues. resolution: Download the latest version from Self-service, otherwise the update will automatically install during an upcoming scheduled maintenance window. Check your calendar for details.