Skip to content

Update Fleet-maintained apps - #45534

Closed
fleet-release wants to merge 1 commit into
mainfrom
fma-2605142028
Closed

Update Fleet-maintained apps#45534
fleet-release wants to merge 1 commit into
mainfrom
fma-2605142028

Conversation

@fleet-release

@fleet-release fleet-release commented May 14, 2026

Copy link
Copy Markdown
Contributor

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • Chores
    • Updated package metadata and distribution information for 15 maintained applications: Arc, Camtasia, CotEditor, Cursor, Docker, Granola, Linear, Miro, NordVPN, Ollama, Opera, Postman, Raycast, Snagit, and Splashtop Business. All updates include new version numbers, installer URLs, and verification checksums to support the latest releases.

Review Change Stack

Generated automatically with cmd/maintained-apps.

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@github-actions

Copy link
Copy Markdown
Contributor

Script Diff Results

ee/maintained-apps/outputs/arc/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/camtasia/darwin.json

=== Install Script (no changes) ===
=== Uninstall // 4603b920 -> 007deada ===

--- /tmp/old.E70pWB	2026-05-14 20:32:10.000139594 +0000
+++ /tmp/new.ygZdIa	2026-05-14 20:32:10.000139594 +0000
@@ -29,7 +29,7 @@
 
 sudo rm -rf "$APPDIR/Camtasia.app"
 trash $LOGGED_IN_USER '/Users/Shared/TechSmith/Camtasia'
-trash $LOGGED_IN_USER '~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.techsmith.camtasia26.sfl*'
+trash $LOGGED_IN_USER '~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.techsmith.camtasia2026.sfl*'
 trash $LOGGED_IN_USER '~/Library/Application Support/TechSmith/Camtasia*'
 trash $LOGGED_IN_USER '~/Library/Caches/com.plausiblelabs.crashreporter.data/com.techsmith.camtasia*'
 trash $LOGGED_IN_USER '~/Library/Caches/com.techsmith.camtasia*'

ee/maintained-apps/outputs/coteditor/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/cursor/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/docker/windows.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/granola/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/granola/windows.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/linear/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/miro/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/nordvpn/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/ollama/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/opera/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/postman/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/raycast/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/snagit/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/splashtop-business/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

@coderabbitai

coderabbitai Bot commented May 14, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 4d0dedc9-7793-4c10-95ff-ca5ee20ee481

📥 Commits

Reviewing files that changed from the base of the PR and between 290d5d3 and 6707a76.

📒 Files selected for processing (16)
  • ee/maintained-apps/outputs/arc/darwin.json
  • ee/maintained-apps/outputs/camtasia/darwin.json
  • ee/maintained-apps/outputs/coteditor/darwin.json
  • ee/maintained-apps/outputs/cursor/darwin.json
  • ee/maintained-apps/outputs/docker/windows.json
  • ee/maintained-apps/outputs/granola/darwin.json
  • ee/maintained-apps/outputs/granola/windows.json
  • ee/maintained-apps/outputs/linear/darwin.json
  • ee/maintained-apps/outputs/miro/darwin.json
  • ee/maintained-apps/outputs/nordvpn/darwin.json
  • ee/maintained-apps/outputs/ollama/darwin.json
  • ee/maintained-apps/outputs/opera/darwin.json
  • ee/maintained-apps/outputs/postman/darwin.json
  • ee/maintained-apps/outputs/raycast/darwin.json
  • ee/maintained-apps/outputs/snagit/darwin.json
  • ee/maintained-apps/outputs/splashtop-business/darwin.json

Walkthrough

This PR updates version metadata across 15 Fleet-maintained applications. Most changes follow an identical pattern: each application's version field, queries.patched version threshold, installer_url, and sha256 checksum are updated to match a new release. Affected applications include Arc, CotEditor, Cursor, Docker Desktop (Windows), Granola (macOS and Windows), Linear, Miro, NordVPN, Ollama, Opera, Postman, Raycast, Snagit, and Splashtop Business. One application, Camtasia, also includes a script configuration change in which the uninstall script reference is replaced with a new script that targets additional app-related file paths and cache identifiers.

Possibly related PRs

  • fleetdm/fleet#45447: Updates Cursor and Docker metadata with the same version bump and checksum changes.
  • fleetdm/fleet#45026: Updates Granola version metadata in both darwin and windows JSON files with new installer URLs and checksums.
  • fleetdm/fleet#43739: Updates maintained-app metadata JSON entries (Arc, Granola, Ollama, and others) with synchronized version, query threshold, and checksum changes.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is minimal and generic ('Automated ingestion of latest Fleet-maintained app data'), lacking the structured information required by the template such as related issues, checklist items, testing details, and verification steps. Expand the description to follow the template structure: add a related issue reference, complete relevant checklist items, document testing performed, and include any necessary verification steps for the app updates.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Update Fleet-maintained apps' is directly related to the changeset, which updates version metadata and checksums for multiple Fleet-maintained applications across multiple JSON configuration files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fma-2605142028

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@qodo-free-for-open-source-projects

Copy link
Copy Markdown

CI Feedback 🧐

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: test-fma-pr-only

Failed stage: Filter apps.json and verify changed apps [❌]

Failed test name: ""

Failure summary:

The action failed during an app validation step (macOS darwin) because the validator exited with
exit status 1 after failing to verify expected app versions via osquery:
- Camtasia
(camtasia/darwin): expected version 202026.1.0, but osquery reported installed version 2026.1.0,
then logged App version '202026.1.0' was not found by osquery (around lines 4503-4506).
- Linear
(linear/darwin): installer script produced no changes detected in /Applications directory, and
osquery could not find the expected version 1.30.0 (App version '1.30.0' was not found by osquery,
around lines 4556-4561).
The run finished with Validated 12 out of 14 apps successfully. Apps with
errors: [Camtasia Linear] and then terminated with exit status 1 (lines ~4692-4695).

Relevant error logs:
1:  ##[group]Runner Image Provisioner
2:  Hosted Compute Agent
...

132:  * [new branch]            11938-loadtesting-branch    -> origin/11938-loadtesting-branch
133:  * [new branch]            12007-ui-idp-metadata       -> origin/12007-ui-idp-metadata
134:  * [new branch]            12351-try-fix-for-fleet-desktop -> origin/12351-try-fix-for-fleet-desktop
135:  * [new branch]            12356-puppet-callback       -> origin/12356-puppet-callback
136:  * [new branch]            12375-query-bulk-action     -> origin/12375-query-bulk-action
137:  * [new branch]            12474-documentation         -> origin/12474-documentation
138:  * [new branch]            12614-federated-auth-support -> origin/12614-federated-auth-support
139:  * [new branch]            12687-host-issues-query     -> origin/12687-host-issues-query
140:  * [new branch]            12696-loadtest-cis-changes  -> origin/12696-loadtest-cis-changes
141:  * [new branch]            12842-fleetd-bitlocker-management -> origin/12842-fleetd-bitlocker-management
142:  * [new branch]            12842-fleetd-bitlocker-table -> origin/12842-fleetd-bitlocker-table
143:  * [new branch]            12889-faster-software       -> origin/12889-faster-software
144:  * [new branch]            13287-loadtest-changes      -> origin/13287-loadtest-changes
145:  * [new branch]            13288-poc-fleet-fips        -> origin/13288-poc-fleet-fips
146:  * [new branch]            13485-query-reports-migration -> origin/13485-query-reports-migration
147:  * [new branch]            13574-cache-failed-policy-counts -> origin/13574-cache-failed-policy-counts
148:  * [new branch]            13657-docs                  -> origin/13657-docs
...

160:  * [new branch]            146orch                     -> origin/146orch
161:  * [new branch]            14753-windows-ps1-api       -> origin/14753-windows-ps1-api
162:  * [new branch]            14957-test-dep-screen       -> origin/14957-test-dep-screen
163:  * [new branch]            14957-test-dep-screen-patch -> origin/14957-test-dep-screen-patch
164:  * [new branch]            15068-disk-encryption-ii    -> origin/15068-disk-encryption-ii
165:  * [new branch]            15082-download-api-docs     -> origin/15082-download-api-docs
166:  * [new branch]            15082-make-endpoints-consistent -> origin/15082-make-endpoints-consistent
167:  * [new branch]            15082-update-download-endpoints -> origin/15082-update-download-endpoints
168:  * [new branch]            15380-hosts-api-doc         -> origin/15380-hosts-api-doc
169:  * [new branch]            15461-ui-dep-assign-profile-responses -> origin/15461-ui-dep-assign-profile-responses
170:  * [new branch]            15463-msi-fix               -> origin/15463-msi-fix
171:  * [new branch]            15559-move-scep             -> origin/15559-move-scep
172:  * [new branch]            15633                       -> origin/15633
173:  * [new branch]            15770-mac-os-vuln           -> origin/15770-mac-os-vuln
174:  * [new branch]            15801-migration             -> origin/15801-migration
175:  * [new branch]            15912-password-reset-error-code -> origin/15912-password-reset-error-code
176:  * [new branch]            16182-log-root              -> origin/16182-log-root
...

431:  * [new branch]            35314-runbook               -> origin/35314-runbook
432:  * [new branch]            35328-update-custom-link-styles -> origin/35328-update-custom-link-styles
433:  * [new branch]            35328-update-text-link-styles -> origin/35328-update-text-link-styles
434:  * [new branch]            35483-empty-states-reports-policies -> origin/35483-empty-states-reports-policies
435:  * [new branch]            36032-option-to-disable-using-idp-name-id-in-local-account-set-up -> origin/36032-option-to-disable-using-idp-name-id-in-local-account-set-up
436:  * [new branch]            36087-separate-client-package-from-server-package -> origin/36087-separate-client-package-from-server-package
437:  * [new branch]            36138-reduce-android-api-usage -> origin/36138-reduce-android-api-usage
438:  * [new branch]            36699-guide-changes         -> origin/36699-guide-changes
439:  * [new branch]            36701-cert-activity         -> origin/36701-cert-activity
440:  * [new branch]            36751-yaml-changes          -> origin/36751-yaml-changes
441:  * [new branch]            37330-get-certs             -> origin/37330-get-certs
442:  * [new branch]            37916-fix-activity-install-details -> origin/37916-fix-activity-install-details
443:  * [new branch]            37920-inconsistent-software-self-service-previews -> origin/37920-inconsistent-software-self-service-previews
444:  * [new branch]            38099-alternative-browser-host-feature-guide-updates -> origin/38099-alternative-browser-host-feature-guide-updates
445:  * [new branch]            38785-api-yaml              -> origin/38785-api-yaml
446:  * [new branch]            38790-fe-errors             -> origin/38790-fe-errors
447:  * [new branch]            38988-flaky-test-randokiller -> origin/38988-flaky-test-randokiller
...

598:  * [new branch]            7765-frontend               -> origin/7765-frontend
599:  * [new branch]            7766-backend-final-main-merge -> origin/7766-backend-final-main-merge
600:  * [new branch]            7766-backend-test           -> origin/7766-backend-test
601:  * [new branch]            7766-frontend               -> origin/7766-frontend
602:  * [new branch]            7993-figure-out-the-limits-of-our-current-search-approach -> origin/7993-figure-out-the-limits-of-our-current-search-approach
603:  * [new branch]            8021-orbit-use-specified-identifier -> origin/8021-orbit-use-specified-identifier
604:  * [new branch]            8186-vulnerable-software-false-positive-docker -> origin/8186-vulnerable-software-false-positive-docker
605:  * [new branch]            8593-gitops                 -> origin/8593-gitops
606:  * [new branch]            8708-docs                   -> origin/8708-docs
607:  * [new branch]            8708-encryption-key-api     -> origin/8708-encryption-key-api
608:  * [new branch]            8708-ingest-file-vault      -> origin/8708-ingest-file-vault
609:  * [new branch]            8708-ingest-macos-encription-key -> origin/8708-ingest-macos-encription-key
610:  * [new branch]            8708-ingest-macos-encription-key-ii -> origin/8708-ingest-macos-encription-key-ii
611:  * [new branch]            8974-native-smbios-uuid-support -> origin/8974-native-smbios-uuid-support
612:  * [new branch]            9260-cis-checks-5.10.x      -> origin/9260-cis-checks-5.10.x
613:  * [new branch]            9394-failed-to-create-device-auth-token-due-to-duplicate-key-errors -> origin/9394-failed-to-create-device-auth-token-due-to-duplicate-key-errors
614:  * [new branch]            9590-schema                 -> origin/9590-schema
...

833:  * [new branch]            allenhouchins-update-apps.json-file-on-going -> origin/allenhouchins-update-apps.json-file-on-going
834:  * [new branch]            allenhouchins-update-chrome-windows-validation -> origin/allenhouchins-update-chrome-windows-validation
835:  * [new branch]            allenhouchins-warp          -> origin/allenhouchins-warp
836:  * [new branch]            allenhouchins-windows-net-runtime-6 -> origin/allenhouchins-windows-net-runtime-6
837:  * [new branch]            allenhouchins-zoom-fma      -> origin/allenhouchins-zoom-fma
838:  * [new branch]            allenhouchins-zoom-logo-mac -> origin/allenhouchins-zoom-logo-mac
839:  * [new branch]            allenhouchins-zoom-policy-fix -> origin/allenhouchins-zoom-policy-fix
840:  * [new branch]            allenhouchins/fix-security-review-must-fixes -> origin/allenhouchins/fix-security-review-must-fixes
841:  * [new branch]            allenhouchis-xcreds-fma     -> origin/allenhouchis-xcreds-fma
842:  * [new branch]            always-create-event-next-thu -> origin/always-create-event-next-thu
843:  * [new branch]            and_osq_proj                -> origin/and_osq_proj
844:  * [new branch]            andrey/loadtest-oval-vulns  -> origin/andrey/loadtest-oval-vulns
845:  * [new branch]            android-app-install-activity -> origin/android-app-install-activity
846:  * [new branch]            android-cofniguration-profiles-research -> origin/android-cofniguration-profiles-research
847:  * [new branch]            android-enroll-note         -> origin/android-enroll-note
848:  * [new branch]            android-enrollment-error    -> origin/android-enrollment-error
849:  * [new branch]            android-manual-enrollment-button -> origin/android-manual-enrollment-button
...

895:  * [new branch]            await-configuration-docs    -> origin/await-configuration-docs
896:  * [new branch]            aws-licensing-integration-proposal -> origin/aws-licensing-integration-proposal
897:  * [new branch]            backport-a41fb63            -> origin/backport-a41fb63
898:  * [new branch]            backport-c02af              -> origin/backport-c02af
899:  * [new branch]            backport-e65d6cf            -> origin/backport-e65d6cf
900:  * [new branch]            backport-ef07a406cc8dbccb4914bbd27631df74e5b13b49 -> origin/backport-ef07a406cc8dbccb4914bbd27631df74e5b13b49
901:  * [new branch]            backport-vpp-fix            -> origin/backport-vpp-fix
902:  * [new branch]            base-software-titles-loadtest -> origin/base-software-titles-loadtest
903:  * [new branch]            base-software-titles-loadtest-2 -> origin/base-software-titles-loadtest-2
904:  * [new branch]            beekeeper-fma-initial       -> origin/beekeeper-fma-initial
905:  * [new branch]            bettapizza                  -> origin/bettapizza
906:  * [new branch]            bettapizza--ghost-testimonial-update -> origin/bettapizza--ghost-testimonial-update
907:  * [new branch]            bettapizza-patch-1          -> origin/bettapizza-patch-1
908:  * [new branch]            bettapizza-patch-2          -> origin/bettapizza-patch-2
909:  * [new branch]            bettapizza-patch-3          -> origin/bettapizza-patch-3
910:  * [new branch]            better-byod-error           -> origin/better-byod-error
911:  * [new branch]            bounded-context-proposals   -> origin/bounded-context-proposals
...

940:  * [new branch]            cherry-pick-41914-to-rc-v4.83.0 -> origin/cherry-pick-41914-to-rc-v4.83.0
941:  * [new branch]            cherry-pick-42773-vitals-constants -> origin/cherry-pick-42773-vitals-constants
942:  * [new branch]            cherry-pick-8750-into-rc-minor-fleet-v4.60.0 -> origin/cherry-pick-8750-into-rc-minor-fleet-v4.60.0
943:  * [new branch]            cherry-pick-dogfood-change  -> origin/cherry-pick-dogfood-change
944:  * [new branch]            cherry-pick-dogfood-env-vars -> origin/cherry-pick-dogfood-env-vars
945:  * [new branch]            cherry-pick-fleetctl-changes-to-allow-testing -> origin/cherry-pick-fleetctl-changes-to-allow-testing
946:  * [new branch]            cherry-pick-mac-address-vital -> origin/cherry-pick-mac-address-vital
947:  * [new branch]            cherry-pick-patches         -> origin/cherry-pick-patches
948:  * [new branch]            cherry-pick-remove-overrides-in-dev-mode -> origin/cherry-pick-remove-overrides-in-dev-mode
949:  * [new branch]            cherry-pick-util            -> origin/cherry-pick-util
950:  * [new branch]            cherry-pick-webhooks        -> origin/cherry-pick-webhooks
951:  * [new branch]            cherrypick-v4.85.0-version-bump-into-main -> origin/cherrypick-v4.85.0-version-bump-into-main
952:  * [new branch]            chore-UI-update-for-CSP     -> origin/chore-UI-update-for-CSP
953:  * [new branch]            chore-add-specific-yarn-version -> origin/chore-add-specific-yarn-version
954:  * [new branch]            chore-backend-api-patterns  -> origin/chore-backend-api-patterns
955:  * [new branch]            chore-change-error-message-custom-profile -> origin/chore-change-error-message-custom-profile
956:  * [new branch]            chore-cp-chage-status-code-turn-off-mdm -> origin/chore-cp-chage-status-code-turn-off-mdm
...

992:  * [new branch]            claude/optimize-reconciler-queries-edCDn -> origin/claude/optimize-reconciler-queries-edCDn
993:  * [new branch]            claude/recursing-sutherland -> origin/claude/recursing-sutherland
994:  * [new branch]            claude/serene-borg          -> origin/claude/serene-borg
995:  * [new branch]            claude/slack-add-fma-foxit-pdf-9UpRv -> origin/claude/slack-add-fma-foxit-pdf-9UpRv
996:  * [new branch]            claude/slack-session-Yw6M0  -> origin/claude/slack-session-Yw6M0
997:  * [new branch]            claude/sub-pr-42006         -> origin/claude/sub-pr-42006
998:  * [new branch]            claude/update-mock-fixtures-for-ipolicy -> origin/claude/update-mock-fixtures-for-ipolicy
999:  * [new branch]            claude/update-mock-fixtures-policy-interface -> origin/claude/update-mock-fixtures-policy-interface
1000:  * [new branch]            cli-update-fleetd-naming    -> origin/cli-update-fleetd-naming
1001:  * [new branch]            clone-423                   -> origin/clone-423
1002:  * [new branch]            codeowner-test              -> origin/codeowner-test
1003:  * [new branch]            codeql-icon-fe-fix          -> origin/codeql-icon-fe-fix
1004:  * [new branch]            coderabbit-skip-paths       -> origin/coderabbit-skip-paths
1005:  * [new branch]            collect-abm-apns-expiration-usage-statistics -> origin/collect-abm-apns-expiration-usage-statistics
1006:  * [new branch]            conf-2644-branch-from-main  -> origin/conf-2644-branch-from-main
1007:  * [new branch]            consistent-error            -> origin/consistent-error
1008:  * [new branch]            consistent-rest-api-language-part-ii -> origin/consistent-rest-api-language-part-ii
...

1133:  * [new branch]            edwardsb-vuln-processing-fix-sandcastle -> origin/edwardsb-vuln-processing-fix-sandcastle
1134:  * [new branch]            edwardsb-vuln-processing-volume-fix -> origin/edwardsb-vuln-processing-volume-fix
1135:  * [new branch]            edwardsb/deployment-guide-updates -> origin/edwardsb/deployment-guide-updates
1136:  * [new branch]            edwardsb/restrict_console_access -> origin/edwardsb/restrict_console_access
1137:  * [new branch]            elastic_rum                 -> origin/elastic_rum
1138:  * [new branch]            enable-jit-by-default       -> origin/enable-jit-by-default
1139:  * [new branch]            enable-test-go-automation-macos -> origin/enable-test-go-automation-macos
1140:  * [new branch]            enforce-firefox-doh         -> origin/enforce-firefox-doh
1141:  * [new branch]            enforce-firefox-windows     -> origin/enforce-firefox-windows
1142:  * [new branch]            enforce-ios-26.5-update-deadline-july-2026 -> origin/enforce-ios-26.5-update-deadline-july-2026
1143:  * [new branch]            enforce-iso27001-workstations -> origin/enforce-iso27001-workstations
1144:  * [new branch]            enforce-macos-15.5-update-deadline -> origin/enforce-macos-15.5-update-deadline
1145:  * [new branch]            enforce-macos-version-workstations -> origin/enforce-macos-version-workstations
1146:  * [new branch]            enroll-android-feature-guide -> origin/enroll-android-feature-guide
1147:  * [new branch]            ericswenson0-patch-1        -> origin/ericswenson0-patch-1
1148:  * [new branch]            error-counts                -> origin/error-counts
1149:  * [new branch]            errors-perf-testing         -> origin/errors-perf-testing
1150:  * [new branch]            es-reports                  -> origin/es-reports
...

1165:  * [new branch]            eugkuo-patch-5              -> origin/eugkuo-patch-5
1166:  * [new branch]            eugkuo-patch-6-slugs-FMA    -> origin/eugkuo-patch-6-slugs-FMA
1167:  * [new branch]            example-fleetctl-profiles   -> origin/example-fleetctl-profiles
1168:  * [new branch]            exp-mdbook-docs             -> origin/exp-mdbook-docs
1169:  * [new branch]            experiment-disable-some-deletes -> origin/experiment-disable-some-deletes
1170:  * [new branch]            experiment-hardcode-counters-to-zero -> origin/experiment-hardcode-counters-to-zero
1171:  * [new branch]            experiment-no-txs           -> origin/experiment-no-txs
1172:  * [new branch]            experiment-status-tooltip   -> origin/experiment-status-tooltip
1173:  * [new branch]            experiment-with-two-branches -> origin/experiment-with-two-branches
1174:  * [new branch]            experimental_moveitem       -> origin/experimental_moveitem
1175:  * [new branch]            experimient-no-counts       -> origin/experimient-no-counts
1176:  * [new branch]            expiredcertstool            -> origin/expiredcertstool
1177:  * [new branch]            extra-dep-logs              -> origin/extra-dep-logs
1178:  * [new branch]            f84ee4c5f4                  -> origin/f84ee4c5f4
1179:  * [new branch]            faf-doc-clarification       -> origin/faf-doc-clarification
1180:  * [new branch]            failing-test                -> origin/failing-test
1181:  * [new branch]            faster-ci-checks            -> origin/faster-ci-checks
...

1216:  * [new branch]            feature-gkarr-testing2      -> origin/feature-gkarr-testing2
1217:  * [new branch]            feature-hydrant-ca          -> origin/feature-hydrant-ca
1218:  * [new branch]            feature-idp-byod            -> origin/feature-idp-byod
1219:  * [new branch]            feature-orbit-find          -> origin/feature-orbit-find
1220:  * [new branch]            feature-prioritization      -> origin/feature-prioritization
1221:  * [new branch]            feature-v4.44.1-live-queries -> origin/feature-v4.44.1-live-queries
1222:  * [new branch]            feature-windows-mdm-policy-extraction -> origin/feature-windows-mdm-policy-extraction
1223:  * [new branch]            feature/add-blank-to-osquer-link -> origin/feature/add-blank-to-osquer-link
1224:  * [new branch]            feature_14722-activity-feed-webhooks -> origin/feature_14722-activity-feed-webhooks
1225:  * [new branch]            feature_18115-crit-vuln-issues -> origin/feature_18115-crit-vuln-issues
1226:  * [new branch]            feature_19010-ipad-ios-lock-wipe-backend-changes -> origin/feature_19010-ipad-ios-lock-wipe-backend-changes
1227:  * [new branch]            feature_22078               -> origin/feature_22078
1228:  * [new branch]            fix                         -> origin/fix
1229:  * [new branch]            fix-35118-cis-win10-v4      -> origin/fix-35118-cis-win10-v4
1230:  * [new branch]            fix-4.84.4-k8s              -> origin/fix-4.84.4-k8s
1231:  * [new branch]            fix-40083-failed-install-retries -> origin/fix-40083-failed-install-retries
1232:  * [new branch]            fix-41290-vpp-added-status  -> origin/fix-41290-vpp-added-status
1233:  * [new branch]            fix-41337-save-env-secrets-dry-run -> origin/fix-41337-save-env-secrets-dry-run
1234:  * [new branch]            fix-43623-fma-patch-policy-gitops -> origin/fix-43623-fma-patch-policy-gitops
1235:  * [new branch]            fix-android-unenroll-activities -> origin/fix-android-unenroll-activities
1236:  * [new branch]            fix-blockquotes-google-groups -> origin/fix-blockquotes-google-groups
1237:  * [new branch]            fix-case-in-deploy-config-docs -> origin/fix-case-in-deploy-config-docs
1238:  * [new branch]            fix-cert-details-modal      -> origin/fix-cert-details-modal
1239:  * [new branch]            fix-checkerboard-scroll-to-right -> origin/fix-checkerboard-scroll-to-right
1240:  * [new branch]            fix-checkerboard-tooltip-nowrap -> origin/fix-checkerboard-tooltip-nowrap
1241:  * [new branch]            fix-cloudflare-warp-fma-output-json -> origin/fix-cloudflare-warp-fma-output-json
1242:  * [new branch]            fix-codeql-ci-error         -> origin/fix-codeql-ci-error
1243:  * [new branch]            fix-colima                  -> origin/fix-colima
1244:  * [new branch]            fix-color-for-mobile-sticky-nav -> origin/fix-color-for-mobile-sticky-nav
1245:  * [new branch]            fix-conflict-in-feature_19010-ipad-ios-lock-wipe -> origin/fix-conflict-in-feature_19010-ipad-ios-lock-wipe
1246:  * [new branch]            fix-contrib-docs            -> origin/fix-contrib-docs
1247:  * [new branch]            fix-cve-2026-2792-firefox-esr -> origin/fix-cve-2026-2792-firefox-esr
1248:  * [new branch]            fix-cve-validate-enrichment-canary -> origin/fix-cve-validate-enrichment-canary
1249:  * [new branch]            fix-dashboard-host-count-card-breakpoint -> origin/fix-dashboard-host-count-card-breakpoint
1250:  * [new branch]            fix-docker-publish          -> origin/fix-docker-publish
1251:  * [new branch]            fix-dogfood-workstation     -> origin/fix-dogfood-workstation
1252:  * [new branch]            fix-firefox-cve-2026-2792   -> origin/fix-firefox-cve-2026-2792
1253:  * [new branch]            fix-firefox-fma-conflict-error-msg -> origin/fix-firefox-fma-conflict-error-msg
1254:  * [new branch]            fix-flakey-orbit-test       -> origin/fix-flakey-orbit-test
...

1261:  * [new branch]            fix-instability-ubuntu-latest -> origin/fix-instability-ubuntu-latest
1262:  * [new branch]            fix-ios-ipados-enrollment-label-42721 -> origin/fix-ios-ipados-enrollment-label-42721
1263:  * [new branch]            fix-list-sw-permissions     -> origin/fix-list-sw-permissions
1264:  * [new branch]            fix-mdm-enrolled-webhook    -> origin/fix-mdm-enrolled-webhook
1265:  * [new branch]            fix-mdm-profile-specs-match-duplicate-paths-45485 -> origin/fix-mdm-profile-specs-match-duplicate-paths-45485
1266:  * [new branch]            fix-mdm-redirect            -> origin/fix-mdm-redirect
1267:  * [new branch]            fix-mdm-url-truncation      -> origin/fix-mdm-url-truncation
1268:  * [new branch]            fix-missing-test-schema-update -> origin/fix-missing-test-schema-update
1269:  * [new branch]            fix-modernize               -> origin/fix-modernize
1270:  * [new branch]            fix-no-space-left-on-device-failure -> origin/fix-no-space-left-on-device-failure
1271:  * [new branch]            fix-notarization            -> origin/fix-notarization
1272:  * [new branch]            fix-orbit-notarization      -> origin/fix-orbit-notarization
1273:  * [new branch]            fix-os-settings-name-col-truncation -> origin/fix-os-settings-name-col-truncation
1274:  * [new branch]            fix-os-settings-underline-descender-clip -> origin/fix-os-settings-underline-descender-clip
1275:  * [new branch]            fix-pricing-more-info-icon-documentationurl -> origin/fix-pricing-more-info-icon-documentationurl
1276:  * [new branch]            fix-receive-from-github-error -> origin/fix-receive-from-github-error
1277:  * [new branch]            fix-sandbox-local           -> origin/fix-sandbox-local
...

1289:  * [new branch]            fix-ui-turn-on-mdm-external -> origin/fix-ui-turn-on-mdm-external
1290:  * [new branch]            fix-ui-typo-fleet-maintained-empty -> origin/fix-ui-typo-fleet-maintained-empty
1291:  * [new branch]            fix-vpp-edit-fleet-desktop-message -> origin/fix-vpp-edit-fleet-desktop-message
1292:  * [new branch]            fix-win-os-version          -> origin/fix-win-os-version
1293:  * [new branch]            fix_14825                   -> origin/fix_14825
1294:  * [new branch]            fixes-on-minor-fleet-v4.54.0 -> origin/fixes-on-minor-fleet-v4.54.0
1295:  * [new branch]            fixes-plus-4.35.1           -> origin/fixes-plus-4.35.1
1296:  * [new branch]            flaky-tests-nov-6           -> origin/flaky-tests-nov-6
1297:  * [new branch]            fleet-desktop-linux-browser -> origin/fleet-desktop-linux-browser
1298:  * [new branch]            fleet-desktop-version       -> origin/fleet-desktop-version
1299:  * [new branch]            fleet-mdm-server-url        -> origin/fleet-mdm-server-url
1300:  * [new branch]            fleet-multiple-abm-vpp-proposal -> origin/fleet-multiple-abm-vpp-proposal
1301:  * [new branch]            fleet-premium-users-usage-statistics -> origin/fleet-premium-users-usage-statistics
1302:  * [new branch]            fleet-release-infra         -> origin/fleet-release-infra
1303:  * [new branch]            fleet-server-config-1817    -> origin/fleet-server-config-1817
1304:  * [new branch]            fleet-server-log-request-errors -> origin/fleet-server-log-request-errors
1305:  * [new branch]            fleet-ship-rebuild          -> origin/fleet-ship-rebuild
...

2011:  * [new branch]            hotfix-disable-fb           -> origin/hotfix-disable-fb
2012:  * [new branch]            hotfix-disable-fv-rc        -> origin/hotfix-disable-fv-rc
2013:  * [new branch]            hotfix-failing-tests        -> origin/hotfix-failing-tests
2014:  * [new branch]            hotfix-query-update         -> origin/hotfix-query-update
2015:  * [new branch]            hotfix-revert-sofa-tables   -> origin/hotfix-revert-sofa-tables
2016:  * [new branch]            hotfix-v4.67.2-migration    -> origin/hotfix-v4.67.2-migration
2017:  * [new branch]            hotfix-v4.76.1              -> origin/hotfix-v4.76.1
2018:  * [new branch]            hughestaylor-patch-1        -> origin/hughestaylor-patch-1
2019:  * [new branch]            hughestaylor-patch-1-1      -> origin/hughestaylor-patch-1-1
2020:  * [new branch]            ignore-fleetctl-vulnerabilities -> origin/ignore-fleetctl-vulnerabilities
2021:  * [new branch]            improve-flakey-test         -> origin/improve-flakey-test
2022:  * [new branch]            improve-prometheus-metrics  -> origin/improve-prometheus-metrics
2023:  * [new branch]            include-mnt-in-gads-metric  -> origin/include-mnt-in-gads-metric
2024:  * [new branch]            increase-goreleaser-timeout-to-60m -> origin/increase-goreleaser-timeout-to-60m
2025:  * [new branch]            ingress-gateway-support     -> origin/ingress-gateway-support
2026:  * [new branch]            insert-software-installers-retry-error -> origin/insert-software-installers-retry-error
2027:  * [new branch]            integration-ci-debug        -> origin/integration-ci-debug
...

2037:  * [new branch]            irenareedy-patch-1          -> origin/irenareedy-patch-1
2038:  * [new branch]            irenareedy-patch-10         -> origin/irenareedy-patch-10
2039:  * [new branch]            irenareedy-patch-2          -> origin/irenareedy-patch-2
2040:  * [new branch]            irenareedy-patch-4          -> origin/irenareedy-patch-4
2041:  * [new branch]            irenareedy-patch-5          -> origin/irenareedy-patch-5
2042:  * [new branch]            irenareedy-patch-6          -> origin/irenareedy-patch-6
2043:  * [new branch]            irenareedy-patch-7          -> origin/irenareedy-patch-7
2044:  * [new branch]            irenareedy-patch-8          -> origin/irenareedy-patch-8
2045:  * [new branch]            irenareedy-patch-9          -> origin/irenareedy-patch-9
2046:  * [new branch]            irenareedy-thumbtack-case-study -> origin/irenareedy-thumbtack-case-study
2047:  * [new branch]            iso-27001-compliance        -> origin/iso-27001-compliance
2048:  * [new branch]            iso42001-ai-discovery-inventory -> origin/iso42001-ai-discovery-inventory
2049:  * [new branch]            issue-11545-my-device-dep-modal -> origin/issue-11545-my-device-dep-modal
2050:  * [new branch]            issue-2716-specify-query-platforms -> origin/issue-2716-specify-query-platforms
2051:  * [new branch]            issue-3271-rate-limit-distributed-writes -> origin/issue-3271-rate-limit-distributed-writes
2052:  * [new branch]            issue-4361-mail-change-should-error -> origin/issue-4361-mail-change-should-error
2053:  * [new branch]            issue-conf-1968-delete-uninstalled-software-from-main -> origin/issue-conf-1968-delete-uninstalled-software-from-main
...

2390:  * [new branch]            mna-doc-change-api-structure -> origin/mna-doc-change-api-structure
2391:  * [new branch]            mna-experiment-macos-profiles-uuid -> origin/mna-experiment-macos-profiles-uuid
2392:  * [new branch]            mna-fix-22558-windows-installer-stuck-pending -> origin/mna-fix-22558-windows-installer-stuck-pending
2393:  * [new branch]            mna-fix-duplicate-lock-unlock-activity -> origin/mna-fix-duplicate-lock-unlock-activity
2394:  * [new branch]            mna-fix-failing-tests       -> origin/mna-fix-failing-tests
2395:  * [new branch]            mna-fix-flaky-integration-test -> origin/mna-fix-flaky-integration-test
2396:  * [new branch]            mna-fix-oom-fleetctl-test   -> origin/mna-fix-oom-fleetctl-test
2397:  * [new branch]            mna-loadtest-enroll-host-limit -> origin/mna-loadtest-enroll-host-limit
2398:  * [new branch]            mna-orbit-node-key          -> origin/mna-orbit-node-key
2399:  * [new branch]            mna-revert-change-to-autogenerated-activities-doc -> origin/mna-revert-change-to-autogenerated-activities-doc
2400:  * [new branch]            mna-temp-osquery-perf-loadtest -> origin/mna-temp-osquery-perf-loadtest
2401:  * [new branch]            mna11997                    -> origin/mna11997
2402:  * [new branch]            mock-associate-assets-endpoint -> origin/mock-associate-assets-endpoint
2403:  * [new branch]            monitoring-test             -> origin/monitoring-test
2404:  * [new branch]            more-conditional-access-api-updates -> origin/more-conditional-access-api-updates
2405:  * [new branch]            more-fd-errors              -> origin/more-fd-errors
2406:  * [new branch]            move-conditional-access-script-to-testing-qa -> origin/move-conditional-access-script-to-testing-qa
...

2924:  * [new branch]            sgress454/34259-end-user-auth-setup-backend -> origin/sgress454/34259-end-user-auth-setup-backend
2925:  * [new branch]            sgress454/34528-end-user-auth-setup-agent -> origin/sgress454/34528-end-user-auth-setup-agent
2926:  * [new branch]            sgress454/35376             -> origin/sgress454/35376
2927:  * [new branch]            sgress454/35452             -> origin/sgress454/35452
2928:  * [new branch]            sgress454/37127-open-macos-end-user-auth-window -> origin/sgress454/37127-open-macos-end-user-auth-window
2929:  * [new branch]            sgress454/38063-skeleton-server -> origin/sgress454/38063-skeleton-server
2930:  * [new branch]            sgress454/39344-rename-teams-to-fleet-all-changes -> origin/sgress454/39344-rename-teams-to-fleet-all-changes
2931:  * [new branch]            sgress454/39344-rename-teams-to-fleet-api-changes -> origin/sgress454/39344-rename-teams-to-fleet-api-changes
2932:  * [new branch]            sgress454/40642-update-jit-saml-prefix -> origin/sgress454/40642-update-jit-saml-prefix
2933:  * [new branch]            sgress454/43482-re-pin      -> origin/sgress454/43482-re-pin
2934:  * [new branch]            sgress454/44077-disable-datasets-backend -> origin/sgress454/44077-disable-datasets-backend
2935:  * [new branch]            sgress454/44077-disable-datasets-docs -> origin/sgress454/44077-disable-datasets-docs
2936:  * [new branch]            sgress454/44077-disable-datasets-frontend -> origin/sgress454/44077-disable-datasets-frontend
2937:  * [new branch]            sgress454/45290-drop-mobile-from-charting -> origin/sgress454/45290-drop-mobile-from-charting
2938:  * [new branch]            sgress454/add-vex-for-cve-2026-23517 -> origin/sgress454/add-vex-for-cve-2026-23517
2939:  * [new branch]            sgress454/adr-for-error-codes -> origin/sgress454/adr-for-error-codes
2940:  * [new branch]            sgress454/adr-refactor-list-hosts -> origin/sgress454/adr-refactor-list-hosts
...

2991:  * [new branch]            software-titles-loadtest-2  -> origin/software-titles-loadtest-2
2992:  * [new branch]            solutions-folder            -> origin/solutions-folder
2993:  * [new branch]            sort-seen-hosts-before-inserting -> origin/sort-seen-hosts-before-inserting
2994:  * [new branch]            spalmesano0-patch-2         -> origin/spalmesano0-patch-2
2995:  * [new branch]            spike-fleet-lint-plugin     -> origin/spike-fleet-lint-plugin
2996:  * [new branch]            spike-ui-permissions-pattern -> origin/spike-ui-permissions-pattern
2997:  * [new branch]            spokanemac-add-passcode-ddm-profile -> origin/spokanemac-add-passcode-ddm-profile
2998:  * [new branch]            spokanemac-dogfood-additional-apps -> origin/spokanemac-dogfood-additional-apps
2999:  * [new branch]            spokanemac-handbook-release-article -> origin/spokanemac-handbook-release-article
3000:  * [new branch]            spokanemac-macdevops-conference-post -> origin/spokanemac-macdevops-conference-post
3001:  * [new branch]            spokanemac-meetup-template  -> origin/spokanemac-meetup-template
3002:  * [new branch]            spokanemac-migrating-fleetdm-from-dogfood-to-terraform-on-aws -> origin/spokanemac-migrating-fleetdm-from-dogfood-to-terraform-on-aws
3003:  * [new branch]            spokanemac-release-article-issue-template -> origin/spokanemac-release-article-issue-template
3004:  * [new branch]            stale-fleetie-issues        -> origin/stale-fleetie-issues
3005:  * [new branch]            step4-improvements          -> origin/step4-improvements
3006:  * [new branch]            store-query-execution-and-ingestion-errors -> origin/store-query-execution-and-ingestion-errors
3007:  * [new branch]            support-breaking-osquery-downgrades -> origin/support-breaking-osquery-downgrades
...

3072:  * [new branch]            ui-self-service-sg-5-21     -> origin/ui-self-service-sg-5-21
3073:  * [new branch]            unauth-installers           -> origin/unauth-installers
3074:  * [new branch]            uniform-brex-spending-limit -> origin/uniform-brex-spending-limit
3075:  * [new branch]            untx-software               -> origin/untx-software
3076:  * [new branch]            upcoming-activities-mdm-commands -> origin/upcoming-activities-mdm-commands
3077:  * [new branch]            upcoming-commands           -> origin/upcoming-commands
3078:  * [new branch]            update-1password-and-safari-policy-versions-2601200025 -> origin/update-1password-and-safari-policy-versions-2601200025
3079:  * [new branch]            update-1password-and-safari-policy-versions-2601200610 -> origin/update-1password-and-safari-policy-versions-2601200610
3080:  * [new branch]            update-1password-and-safari-policy-versions-2602261818 -> origin/update-1password-and-safari-policy-versions-2602261818
3081:  * [new branch]            update-1password-and-safari-policy-versions-2603101819 -> origin/update-1password-and-safari-policy-versions-2603101819
3082:  * [new branch]            update-1password-and-safari-policy-versions-2604080037 -> origin/update-1password-and-safari-policy-versions-2604080037
3083:  * [new branch]            update-1password-and-safari-policy-versions-2604080637 -> origin/update-1password-and-safari-policy-versions-2604080637
3084:  * [new branch]            update-Cloudflare-WARP-FMA-with-UpgradeCode -> origin/update-Cloudflare-WARP-FMA-with-UpgradeCode
3085:  * [new branch]            update-article-format       -> origin/update-article-format
3086:  * [new branch]            update-bug-report-template  -> origin/update-bug-report-template
3087:  * [new branch]            update-build-script-error-message -> origin/update-build-script-error-message
3088:  * [new branch]            update-cancel-and-done-links -> origin/update-cancel-and-done-links
...

3161:  * [new branch]            update-solutions-folder     -> origin/update-solutions-folder
3162:  * [new branch]            update-testing-qa-apps-2511191525 -> origin/update-testing-qa-apps-2511191525
3163:  * [new branch]            update-tuf-keys             -> origin/update-tuf-keys
3164:  * [new branch]            update-tuf-md               -> origin/update-tuf-md
3165:  * [new branch]            update-usage-statistics-mobile-devices -> origin/update-usage-statistics-mobile-devices
3166:  * [new branch]            update-user-password-length-validation-test -> origin/update-user-password-length-validation-test
3167:  * [new branch]            update-vex-statements       -> origin/update-vex-statements
3168:  * [new branch]            update-why-this-way         -> origin/update-why-this-way
3169:  * [new branch]            updates-for-windows-conditional-access -> origin/updates-for-windows-conditional-access
3170:  * [new branch]            upgrade-eslint              -> origin/upgrade-eslint
3171:  * [new branch]            upgrade-go                  -> origin/upgrade-go
3172:  * [new branch]            upgrade-typescript          -> origin/upgrade-typescript
3173:  * [new branch]            upload-msiexec-install-log  -> origin/upload-msiexec-install-log
3174:  * [new branch]            usage-stats-mobile-devices-count -> origin/usage-stats-mobile-devices-count
3175:  * [new branch]            use-dockerhub-creds         -> origin/use-dockerhub-creds
3176:  * [new branch]            user-channel-error          -> origin/user-channel-error
3177:  * [new branch]            users-table-experiment      -> origin/users-table-experiment
...

3316:  * [new branch]            website-update-tagline-personalization -> origin/website-update-tagline-personalization
3317:  * [new branch]            website-update-vulnerability-dashboard-dri -> origin/website-update-vulnerability-dashboard-dri
3318:  * [new branch]            website-upgrade-mermaid     -> origin/website-upgrade-mermaid
3319:  * [new branch]            website-usage-statistics-patch -> origin/website-usage-statistics-patch
3320:  * [new branch]            website-validate-fleet-versions -> origin/website-validate-fleet-versions
3321:  * [new branch]            wesite-fix-sales-rituals    -> origin/wesite-fix-sales-rituals
3322:  * [new branch]            willmayhone88-patch-1       -> origin/willmayhone88-patch-1
3323:  * [new branch]            win-fma-testing             -> origin/win-fma-testing
3324:  * [new branch]            win-mdm-loadtest            -> origin/win-mdm-loadtest
3325:  * [new branch]            windows-baseline            -> origin/windows-baseline
3326:  * [new branch]            windows-firefox-doh-script  -> origin/windows-firefox-doh-script
3327:  * [new branch]            windows-mdm-autopilot       -> origin/windows-mdm-autopilot
3328:  * [new branch]            windows-mdm-c-poc           -> origin/windows-mdm-c-poc
3329:  * [new branch]            windows-mdm-docs-auto-enroll -> origin/windows-mdm-docs-auto-enroll
3330:  * [new branch]            windows-mdm-load-test       -> origin/windows-mdm-load-test
3331:  * [new branch]            windows_enable_and_configure-error-message -> origin/windows_enable_and_configure-error-message
3332:  * [new branch]            workstations-to-use-edge-channels -> origin/workstations-to-use-edge-channels
...

3339:  * [new branch]            zayhanlon-patch-1           -> origin/zayhanlon-patch-1
3340:  * [new branch]            zenity-execuser             -> origin/zenity-execuser
3341:  * [new branch]            zhumo-patch-1               -> origin/zhumo-patch-1
3342:  * [new branch]            zhumo-patch-2               -> origin/zhumo-patch-2
3343:  * [new branch]            zhumo-patch-3               -> origin/zhumo-patch-3
3344:  * [new branch]            zhumo-patch-4               -> origin/zhumo-patch-4
3345:  * [new branch]            zhumo-patch-5               -> origin/zhumo-patch-5
3346:  * [new branch]            zhumo-patch-6               -> origin/zhumo-patch-6
3347:  * [new branch]            zhumo-patch-7               -> origin/zhumo-patch-7
3348:  * [new branch]            zwass-actions-reminders     -> origin/zwass-actions-reminders
3349:  * [new branch]            zwass-improve-macos-cpe     -> origin/zwass-improve-macos-cpe
3350:  * [new branch]            zwass-patch-1               -> origin/zwass-patch-1
3351:  * [new branch]            zwass-patch-2               -> origin/zwass-patch-2
3352:  * [new branch]            zwinnerman-fixup            -> origin/zwinnerman-fixup
3353:  * [new branch]            zwinnerman-livequery-tracing -> origin/zwinnerman-livequery-tracing
3354:  * [new branch]            zwinnerman-redis-error-handling -> origin/zwinnerman-redis-error-handling
3355:  * [new branch]            zwinnerman-test             -> origin/zwinnerman-test
...

4064:  Setup go version spec 1.26.3
4065:  Attempting to download 1.26.3...
4066:  matching 1.26.3...
4067:  Acquiring 1.26.3 from https://github.com/actions/go-versions/releases/download/1.26.3-25533533231/go-1.26.3-darwin-arm64.tar.gz
4068:  Extracting Go...
4069:  [command]/usr/bin/tar xz -C /Users/runner/work/_temp/a8576d10-8be0-49d2-8aae-eb8f9669814c -f /Users/runner/work/_temp/6b5a4fe5-e88e-46a1-a79d-ebc98823b586
4070:  Successfully extracted go to /Users/runner/work/_temp/a8576d10-8be0-49d2-8aae-eb8f9669814c
4071:  Adding to the cache ...
4072:  Successfully cached go to /Users/runner/hostedtoolcache/go/1.26.3/arm64
4073:  Added go to the path
4074:  Successfully set up Go version 1.26.3
4075:  [command]/Users/runner/hostedtoolcache/go/1.26.3/arm64/bin/go env GOMODCACHE
4076:  [command]/Users/runner/hostedtoolcache/go/1.26.3/arm64/bin/go env GOCACHE
4077:  /Users/runner/go/pkg/mod
4078:  /Users/runner/Library/Caches/go-build
4079:  ##[warning]Restore cache failed: Dependencies file is not found in /Users/runner/work/fleet/fleet. Supported file pattern: go.mod
4080:  go version go1.26.3 darwin/arm64
...

4159:  - camtasia/darwin
4160:  - coteditor/darwin
4161:  - cursor/darwin
4162:  - docker/windows
4163:  - granola/darwin
4164:  - granola/windows
4165:  - linear/darwin
4166:  - miro/darwin
4167:  - nordvpn/darwin
4168:  - ollama/darwin
4169:  - opera/darwin
4170:  - postman/darwin
4171:  - raycast/darwin
4172:  - snagit/darwin
4173:  - splashtop-business/darwin
4174:  ##[group]Run # Default to no changes if detection step failed or didn't set output
4175:  �[36;1m# Default to no changes if detection step failed or didn't set output�[0m
4176:  �[36;1mHAS_CHANGES="true"�[0m
...

4362:  go: downloading go.opentelemetry.io/otel v1.43.0
4363:  go: downloading go.opentelemetry.io/otel/metric v1.43.0
4364:  go: downloading go.opentelemetry.io/otel/trace v1.43.0
4365:  go: downloading github.com/mattn/go-colorable v0.1.13
4366:  go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0
4367:  go: downloading golang.org/x/oauth2 v0.35.0
4368:  go: downloading github.com/edsrzf/mmap-go v1.1.0
4369:  go: downloading github.com/secDre4mer/pkcs7 v0.0.0-20240322103146-665324a4461d
4370:  go: downloading github.com/aws/aws-sdk-go-v2/config v1.32.12
4371:  go: downloading github.com/aws/aws-sdk-go-v2 v1.41.5
4372:  go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.35.8
4373:  go: downloading github.com/spf13/cobra v1.9.1
4374:  go: downloading github.com/spf13/viper v1.20.1
4375:  go: downloading github.com/go-kit/kit v0.12.0
4376:  go: downloading github.com/smallstep/pkcs7 v0.0.0-20240723090913-5e2c6a136dfa
4377:  go: downloading github.com/hashicorp/go-multierror v1.1.1
4378:  go: downloading github.com/micromdm/plist v0.2.3-0.20260123201933-667adaf87d87
4379:  go: downloading github.com/MicahParks/jwkset v0.11.0
4380:  go: downloading github.com/golang-jwt/jwt/v4 v4.5.2
4381:  go: downloading github.com/WatchBeam/clock v0.0.0-20170901150240-b08e6b4da7ea
4382:  go: downloading github.com/mattn/go-isatty v0.0.20
4383:  go: downloading github.com/andygrunwald/go-jira v1.16.0
4384:  go: downloading github.com/cenkalti/backoff/v4 v4.3.0
4385:  go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
4386:  go: downloading github.com/nukosuke/go-zendesk v0.13.1
4387:  go: downloading github.com/igm/sockjs-go/v3 v3.0.2
4388:  go: downloading gopkg.in/yaml.v2 v2.4.0
4389:  go: downloading github.com/oschwald/maxminddb-golang v1.10.0
4390:  go: downloading golang.org/x/sys v0.43.0
4391:  go: downloading github.com/elastic/go-sysinfo v1.11.2
4392:  go: downloading github.com/pkg/errors v0.9.1
4393:  go: downloading go.elastic.co/fastjson v1.1.0
...

4447:  go: downloading github.com/subosito/gotenv v1.6.0
4448:  go: downloading github.com/pelletier/go-toml/v2 v2.2.3
4449:  go: downloading gopkg.in/yaml.v3 v3.0.1
4450:  go: downloading github.com/groob/finalizer v0.0.0-20170707115354-4c2ed49aabda
4451:  go: downloading cloud.google.com/go/iam v1.5.3
4452:  go: downloading go.opencensus.io v0.24.0
4453:  go: downloading golang.org/x/sync v0.20.0
4454:  go: downloading google.golang.org/grpc v1.79.3
4455:  go: downloading google.golang.org/protobuf v1.36.11
4456:  go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.8
4457:  go: downloading github.com/micromdm/nanolib v0.2.0
4458:  go: downloading github.com/nats-io/nkeys v0.4.15
4459:  go: downloading github.com/nats-io/nuid v1.0.1
4460:  go: downloading go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352
4461:  go: downloading github.com/go-logfmt/logfmt v0.5.1
4462:  go: downloading github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901
4463:  go: downloading cloud.google.com/go/auth v0.18.2
...

4466:  go: downloading github.com/google/s2a-go v0.1.9
4467:  go: downloading cloud.google.com/go/pubsub/v2 v2.0.0
4468:  go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20260319201613-d00831a3d3e7
4469:  go: downloading google.golang.org/genproto v0.0.0-20260128011058-8636f8732409
4470:  go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.12
4471:  go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20260203192932-546029d2fa20
4472:  go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0
4473:  time=level=INFO msg="GOOS environment variable is not set. Using system detected: 'darwin'"
4474:  time=level=INFO msg="INSTALLATION_SEARCH_DIRECTORY environment variable is not set. Using default: '/Applications'"
4475:  time=level=INFO msg="Validating app: Arc (arc/darwin)"
4476:  time=level=INFO msg=Downloading...
4477:  time=level=INFO msg="Executing install script..." app=Arc
4478:  time=level=INFO msg="New application detected at: /Applications/Arc.app" app=Arc
4479:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Arc.app'" app=Arc
4480:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/Arc.app'" app=Arc
4481:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=Arc
4482:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/Arc.app: No such xattr: com.apple.quarantine'" app=Arc
4483:  time=level=INFO msg="Spctl output error: <nil>" app=Arc
4484:  time=level=INFO msg="spctl status: spctl status: '/Applications/Arc.app: accepted\nsource=Notarized Developer ID'" app=Arc
4485:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app=Arc
4486:  time=level=INFO msg="Looking for app: Arc, version: 1.147.0" app=Arc
4487:  time=level=INFO msg="Found app: 'Arc' at /Applications/Arc.app, Version: 1.147.0, Bundled Version: 80797" app=Arc
4488:  time=level=INFO msg="Executing uninstall script for app..." app=Arc
4489:  time=level=INFO msg="Looking for app: Arc, version: 1.147.0" app=Arc
4490:  time=level=INFO msg="Found app: 'Archive Utility' at /System/Library/CoreServices/Applications/Archive Utility.app, Version: 10.15, Bundled Version: 165.1.1" app=Arc
4491:  time=level=INFO msg="All checks passed for app: Arc (arc/darwin)"
4492:  time=level=INFO msg="Validating app: Camtasia (camtasia/darwin)"
4493:  time=level=INFO msg=Downloading...
4494:  time=level=INFO msg="Executing install script..." app=Camtasia
4495:  time=level=INFO msg="New application detected at: /Applications/Camtasia.app" app=Camtasia
4496:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Camtasia.app'" app=Camtasia
4497:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/Camtasia.app'" app=Camtasia
4498:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=Camtasia
4499:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/Camtasia.app: No such xattr: com.apple.quarantine'" app=Camtasia
4500:  time=level=INFO msg="Spctl output error: <nil>" app=Camtasia
4501:  time=level=INFO msg="spctl status: spctl status: '/Applications/Camtasia.app: accepted\nsource=Notarized Developer ID'" app=Camtasia
4502:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app=Camtasia
4503:  time=level=INFO msg="Looking for app: Camtasia, version: 202026.1.0" app=Camtasia
4504:  time=level=INFO msg="Found app: 'Camtasia' at /Applications/Camtasia.app, Version: 2026.1.0, Bundled Version: 2026.104" app=Camtasia
4505:  time=level=ERROR msg="App version '202026.1.0' was not found by osquery" app=Camtasia
4506:  time=level=INFO msg="Validating app: CotEditor (coteditor/darwin)"
4507:  time=level=INFO msg=Downloading...
4508:  time=level=INFO msg="Executing install script..." app=CotEditor
4509:  time=level=INFO msg="New application detected at: /Applications/CotEditor.app" app=CotEditor
4510:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/CotEditor.app'" app=CotEditor
4511:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/CotEditor.app'" app=CotEditor
4512:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=CotEditor
4513:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/CotEditor.app: No such xattr: com.apple.quarantine'" app=CotEditor
4514:  time=level=INFO msg="Spctl output error: <nil>" app=CotEditor
4515:  time=level=INFO msg="spctl status: spctl status: '/Applications/CotEditor.app: accepted\nsource=Notarized Developer ID'" app=CotEditor
4516:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app=CotEditor
4517:  time=level=INFO msg="Looking for app: CotEditor, version: 7.0.3" app=CotEditor
4518:  time=level=INFO msg="Found app: 'CotEditor' at /Applications/CotEditor.app, Version: 7.0.3, Bundled Version: 819" app=CotEditor
4519:  time=level=INFO msg="Executing uninstall script for app..." app=CotEditor
4520:  time=level=INFO msg="Looking for app: CotEditor, version: 7.0.3" app=CotEditor
4521:  time=level=INFO msg="All checks passed for app: CotEditor (coteditor/darwin)"
4522:  time=level=INFO msg="Validating app: Cursor (cursor/darwin)"
4523:  time=level=INFO msg=Downloading...
4524:  time=level=INFO msg="Executing install script..." app=Cursor
4525:  time=level=INFO msg="New application detected at: /Applications/Cursor.app" app=Cursor
4526:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Cursor.app'" app=Cursor
4527:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/Cursor.app'" app=Cursor
4528:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=Cursor
4529:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/Cursor.app: No such xattr: com.apple.quarantine'" app=Cursor
4530:  time=level=INFO msg="Spctl output error: <nil>" app=Cursor
4531:  time=level=INFO msg="spctl status: spctl status: '/Applications/Cursor.app: accepted\nsource=Notarized Developer ID'" app=Cursor
4532:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app=Cursor
4533:  time=level=INFO msg="Looking for app: Cursor, version: 3.4.17" app=Cursor
4534:  time=level=INFO msg="Found app: 'Cursor' at /Applications/Cursor.app, Version: 3.4.17, Bundled Version: 3.4.17" app=Cursor
4535:  time=level=INFO msg="Executing uninstall script for app..." app=Cursor
4536:  time=level=INFO msg="Looking for app: Cursor, version: 3.4.17" app=Cursor
4537:  time=level=INFO msg="Found app: 'SSAssistanceCursor' at /System/Library/CoreServices/RemoteManagement/ScreensharingAgent.bundle/Contents/Support/SSAssistanceCursor.app, Version: 3.9.8, Bundled Version: 709.6.105.1" app=Cursor
4538:  time=level=INFO msg="All checks passed for app: Cursor (cursor/darwin)"
4539:  time=level=INFO msg="Validating app: Granola (granola/darwin)"
4540:  time=level=INFO msg=Downloading...
4541:  time=level=INFO msg="Executing install script..." app=Granola
4542:  time=level=INFO msg="New application detected at: /Applications/Granola.app" app=Granola
4543:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Granola.app'" app=Granola
4544:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/Granola.app'" app=Granola
4545:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=Granola
4546:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/Granola.app: No such xattr: com.apple.quarantine'" app=Granola
4547:  time=level=INFO msg="Spctl output error: <nil>" app=Granola
4548:  time=level=INFO msg="spctl status: spctl status: '/Applications/Granola.app: accepted\nsource=Notarized Developer ID'" app=Granola
4549:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app=Granola
4550:  time=level=INFO msg="Looking for app: Granola, version: 7.220.0" app=Granola
4551:  time=level=INFO msg="Found app: 'Granola' at /Applications/Granola.app, Version: 7.220.0, Bundled Version: 7.220.0" app=Granola
4552:  time=level=INFO msg="Executing uninstall script for app..." app=Granola
4553:  time=level=INFO msg="Looking for app: Granola, version: 7.220.0" app=Granola
4554:  time=level=INFO msg="All checks passed for app: Granola (granola/darwin)"
4555:  time=level=INFO msg="Validating app: Linear (linear/darwin)"
4556:  time=level=INFO msg=Downloading...
4557:  time=level=INFO msg="Executing install script..." app=Linear
4558:  time=level=WARN msg="no changes detected in /Applications directory after running application script." app=Linear
4559:  time=level=INFO msg="Looking for app: Linear, version: 1.30.0" app=Linear
4560:  time=level=ERROR msg="App version '1.30.0' was not found by osquery" app=Linear
4561:  time=level=INFO msg="Validating app: Miro (miro/darwin)"
4562:  time=level=INFO msg=Downloading...
4563:  time=level=INFO msg="Executing install script..." app=Miro
4564:  time=level=INFO msg="New application detected at: /Applications/Miro.app" app=Miro
4565:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Miro.app'" app=Miro
4566:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/Miro.app'" app=Miro
4567:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=Miro
4568:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/Miro.app: No such xattr: com.apple.quarantine'" app=Miro
4569:  time=level=INFO msg="Spctl output error: <nil>" app=Miro
4570:  time=level=INFO msg="spctl status: spctl status: '/Applications/Miro.app: accepted\nsource=Notarized Developer ID'" app=Miro
4571:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app=Miro
4572:  time=level=INFO msg="Looking for app: Miro, version: 0.11.140" app=Miro
4573:  time=level=INFO msg="Found app: 'Miro' at /Applications/Miro.app, Version: 0.11.140, Bundled Version: 0.11.140" app=Miro
4574:  time=level=INFO msg="Executing uninstall script for app..." app=Miro
4575:  time=level=INFO msg="Looking for app: Miro, version: 0.11.140" app=Miro
4576:  time=level=INFO msg="All checks passed for app: Miro (miro/darwin)"
4577:  time=level=INFO msg="Validating app: NordVPN (nordvpn/darwin)"
4578:  time=level=INFO msg=Downloading...
4579:  time=level=INFO msg="Executing install script..." app=NordVPN
4580:  time=level=INFO msg="New application detected at: /Applications/NordVPN.app" app=NordVPN
4581:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/NordVPN.app'" app=NordVPN
4582:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/NordVPN.app'" app=NordVPN
4583:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=NordVPN
4584:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/NordVPN.app: No such xattr: com.apple.quarantine'" app=NordVPN
4585:  time=level=INFO msg="Spctl output error: <nil>" app=NordVPN
4586:  time=level=INFO msg="spctl status: spctl status: '/Applications/NordVPN.app: accepted\nsource=Notarized Developer ID'" app=NordVPN
4587:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app=NordVPN
4588:  time=level=INFO msg="Looking for app: NordVPN, version: 10.2.0" app=NordVPN
4589:  time=level=INFO msg="Found app: 'Updater' at /Applications/NordVPN.app/Contents/Frameworks/Sparkle.framework/Versions/B/Updater.app, Version: 2.9.1, Bundled Version: 2054" app=NordVPN
4590:  time=level=INFO msg="Found app: 'NordVPN' at /Applications/NordVPN.app, Version: 10.2.0, Bundled Version: 359" app=NordVPN
4591:  time=level=INFO msg="Executing uninstall script for app..." app=NordVPN
4592:  time=level=INFO msg="Looking for app: NordVPN, version: 10.2.0" app=NordVPN
4593:  time=level=INFO msg="All checks passed for app: NordVPN (nordvpn/darwin)"
4594:  time=level=INFO msg="Validating app: Ollama (ollama/darwin)"
4595:  time=level=INFO msg=Downloading...
4596:  time=level=INFO msg="Executing install script..." app=Ollama
4597:  time=level=INFO msg="New application detected at: /Applications/Ollama.app" app=Ollama
4598:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Ollama.app'" app=Ollama
4599:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/Ollama.app'" app=Ollama
4600:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=Ollama
4601:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/Ollama.app: No such xattr: com.apple.quarantine'" app=Ollama
4602:  time=level=INFO msg="Spctl output error: <nil>" app=Ollama
4603:  time=level=INFO msg="spctl status: spctl status: '/Applications/Ollama.app: accepted\nsource=Notarized Developer ID'" app=Ollama
4604:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app=Ollama
4605:  time=level=INFO msg="Looking for app: Ollama, version: 0.23.4" app=Ollama
4606:  time=level=INFO msg="Found app: 'Ollama' at /Applications/Ollama.app, Version: 0.23.4, Bundled Version: 0.23.4" app=Ollama
4607:  time=level=INFO msg="Executing uninstall script for app..." app=Ollama
4608:  time=level=INFO msg="Looking for app: Ollama, version: 0.23.4" app=Ollama
4609:  time=level=INFO msg="All checks passed for app: Ollama (ollama/darwin)"
4610:  time=level=INFO msg="Validating app: Opera (opera/darwin)"
4611:  time=level=INFO msg=Downloading...
4612:  time=level=INFO msg="Executing install script..." app=Opera
4613:  time=level=INFO msg="New application detected at: /Applications/Opera.app" app=Opera
4614:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Opera.app'" app=Opera
4615:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/Opera.app'" app=Opera
4616:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=Opera
4617:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/Opera.app: No such xattr: com.apple.quarantine'" app=Opera
4618:  time=level=INFO msg="Spctl output error: <nil>" app=Opera
4619:  time=level=INFO msg="spctl status: spctl status: '/Applications/Opera.app: accepted\nsource=Notarized Developer ID'" app=Opera
4620:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app=Opera
4621:  time=level=INFO msg="Looking for app: Opera, version: 131.0" app=Opera
4622:  time=level=INFO msg="Found app: 'Opera' at /Applications/Opera.app, Version: 131.0, Bundled Version: 131.0.5877.55" app=Opera
4623:  time=level=INFO msg="Executing uninstall script for app..." app=Opera
4624:  time=level=INFO msg="Looking for app: Opera, version: 131.0" app=Opera
4625:  time=level=INFO msg="All checks passed for app: Opera (opera/darwin)"
4626:  time=level=INFO msg="Validating app: Postman (postman/darwin)"
4627:  time=level=INFO msg=Downloading...
4628:  time=level=INFO msg="Executing install script..." app=Postman
4629:  time=level=INFO msg="New application detected at: /Applications/Postman.app" app=Postman
4630:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Postman.app'" app=Postman
4631:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/Postman.app'" app=Postman
4632:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=Postman
4633:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/Postman.app: No such xattr: com.apple.quarantine'" app=Postman
4634:  time=level=INFO msg="Spctl output error: <nil>" app=Postman
4635:  time=level=INFO msg="spctl status: spctl status: '/Applications/Postman.app: accepted\nsource=Notarized Developer ID'" app=Postman
4636:  time=level=WARN msg="Error detected in post-installation steps: Error removing app quarantine: adding app to quarantine exceptions: exit status 4. Attempting to continue" app=Postman
4637:  time=level=INFO msg="Looking for app: Postman, version: 12.10.5" app=Postman
4638:  time=level=INFO msg="Found app: 'Postman' at /Applications/Postman.app, Version: 12.10.5, Bundled Version: 12.10.5" app=Postman
4639:  time=level=INFO msg="Executing uninstall script for app..." app=Postman
4640:  time=level=INFO msg="Looking for app: Postman, version: 12.10.5" app=Postman
4641:  time=level=INFO msg="All checks passed for app: Postman (postman/darwin)"
4642:  time=level=INFO msg="Validating app: Raycast (raycast/darwin)"
4643:  time=level=INFO msg=Downloading...
4644:  time=level=INFO msg="Executing install script..." app=Raycast
4645:  time=level=INFO msg="New application detected at: /Applic...

@github-actions

Copy link
Copy Markdown
Contributor

Closing in favor of #45538.

@github-actions github-actions Bot closed this May 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants