Skip to content

Update Fleet-maintained apps - #48024

Merged
allenhouchins merged 2 commits into
mainfrom
fma-2606221557
Jun 22, 2026
Merged

Update Fleet-maintained apps#48024
allenhouchins merged 2 commits into
mainfrom
fma-2606221557

Conversation

@fleet-release

@fleet-release fleet-release commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • Chores
    • Updated application package metadata and installer information across 20+ maintained applications to reflect current releases, including Adobe Creative Cloud, Zoom, TeamViewer, Visual Studio Code, Proton Mail, Royal TS, and others.
    • Refreshed version detection baselines, download URLs, and validation checksums to ensure proper recognition and deployment of latest versions.

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.

@coderabbitai

coderabbitai Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Walkthrough

Version metadata was updated across 21 maintained app JSON output files for macOS (darwin.json) and Windows (windows.json) platforms. Each change bumps one or more of the following fields in a versions array entry: version, queries.patched SQL version_compare threshold, installer_url, and sha256 checksum. The affected apps are: Adobe Acrobat Pro (26.001.21677), Adobe Creative Cloud (6.10.0.252.3), Clockify (2.2.2), CodexBar (0.37.2), DBVisualizer (26.2), Glyphs (build 3529), Hive (1.2.4), MacPacker (0.15.3), Parallels (26.4.0), Postman (12.16.0), ProcessSpy (1.14.0), Proton Mail (1.13.3), Raycast (1.104.20), Reminders MenuBar (2.1.0), Royal TS (7.4.50622.0), Shapr3D (26.110.0.11116), TeamViewer (15.79.4), VS Code (darwin-universal installer URL), WhatsApp (26.25.12), and Zoom (7.1.41345).

Possibly related PRs

  • fleetdm/fleet#46037: Updates the same maintained-app JSON output files including whatsapp/darwin.json, using the same queries.patched/version_compare field pattern.
  • fleetdm/fleet#47849: Directly updates ee/maintained-apps/outputs/clockify/windows.json with the same version bump pattern for queries.patched and sha256.
  • fleetdm/fleet#47937: Updates both whatsapp/darwin.json and visual-studio-code/darwin.json using the same manifest fields modified in this PR.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: updating Fleet-maintained apps across multiple files with new versions, checksums, and metadata.
Description check ✅ Passed The description is minimal but appropriate for an automated ingestion PR. It clearly states the purpose without unnecessary detail, though the template checklist is not completed.
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-2606221557

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.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@ee/maintained-apps/outputs/teamviewer/windows.json`:
- Around line 4-9: The installer_url field for TeamViewer is pointing to version
15.79.4 binary but the sha256 checksum is set to "no_check", which skips
integrity validation. Locate the sha256 field associated with the installer_url
entry for TeamViewer_Setup_x64_15.79.4.exe and replace the "no_check" value with
the actual SHA256 hash of the binary downloaded from that URL to ensure proper
supply-chain validation.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 95cc6fea-d243-4d95-9996-569318669fd4

📥 Commits

Reviewing files that changed from the base of the PR and between 3e55f0d and 7d5ed49.

📒 Files selected for processing (21)
  • ee/maintained-apps/outputs/adobe-acrobat-pro/darwin.json
  • ee/maintained-apps/outputs/adobe-creative-cloud/darwin.json
  • ee/maintained-apps/outputs/clockify/windows.json
  • ee/maintained-apps/outputs/codexbar/darwin.json
  • ee/maintained-apps/outputs/dbvisualizer/darwin.json
  • ee/maintained-apps/outputs/dbvisualizer/windows.json
  • ee/maintained-apps/outputs/glyphs/darwin.json
  • ee/maintained-apps/outputs/hive-app/darwin.json
  • ee/maintained-apps/outputs/macpacker/darwin.json
  • ee/maintained-apps/outputs/parallels/darwin.json
  • ee/maintained-apps/outputs/postman/windows.json
  • ee/maintained-apps/outputs/processspy/darwin.json
  • ee/maintained-apps/outputs/proton-mail/darwin.json
  • ee/maintained-apps/outputs/raycast/darwin.json
  • ee/maintained-apps/outputs/reminders-menubar/darwin.json
  • ee/maintained-apps/outputs/royal-tsx/windows.json
  • ee/maintained-apps/outputs/shapr3d/darwin.json
  • ee/maintained-apps/outputs/teamviewer/windows.json
  • ee/maintained-apps/outputs/visual-studio-code/darwin.json
  • ee/maintained-apps/outputs/whatsapp/darwin.json
  • ee/maintained-apps/outputs/zoom/windows.json

Comment on lines +4 to +9
"version": "15.79.4",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = 'TeamViewer' AND publisher = 'TeamViewer';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'TeamViewer' AND publisher = 'TeamViewer' AND version_compare(version, '15.78.4') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'TeamViewer' AND publisher = 'TeamViewer' AND version_compare(version, '15.79.4') < 0);"
},
"installer_url": "https://download.teamviewer.com/download/version_15x/TeamViewer_Setup_x64_15.78.4.exe",
"installer_url": "https://download.teamviewer.com/download/version_15x/TeamViewer_Setup_x64_15.79.4.exe",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Pin a real checksum for the new TeamViewer artifact.

Line 9 updates to a new installer binary, but this entry still effectively skips integrity validation (sha256: "no_check"). For maintained app ingestion, this weakens supply-chain guarantees for every install/upgrade using this manifest.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@ee/maintained-apps/outputs/teamviewer/windows.json` around lines 4 - 9, The
installer_url field for TeamViewer is pointing to version 15.79.4 binary but the
sha256 checksum is set to "no_check", which skips integrity validation. Locate
the sha256 field associated with the installer_url entry for
TeamViewer_Setup_x64_15.79.4.exe and replace the "no_check" value with the
actual SHA256 hash of the binary downloaded from that URL to ensure proper
supply-chain validation.

@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 the app validation step because the validator could not verify the expected
version of Adobe Acrobat Pro.
- The workflow installed/detected Acrobat at /Applications/Adobe
Acrobat DC, but when checking for version 26.001.21677 it reported: App version '26.001.21677' was
not found by osquery (around lines 4896-4939).
- The validator continued through other apps (some
with warnings), then exited non-zero because Adobe Acrobat Pro was the only app listed under Apps
with errors, resulting in exit status 1 and Process completed with exit code 1 (lines 5160-5164).

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

168:  * [new branch]            11938-loadtesting-branch    -> origin/11938-loadtesting-branch
169:  * [new branch]            12007-ui-idp-metadata       -> origin/12007-ui-idp-metadata
170:  * [new branch]            12351-try-fix-for-fleet-desktop -> origin/12351-try-fix-for-fleet-desktop
171:  * [new branch]            12356-puppet-callback       -> origin/12356-puppet-callback
172:  * [new branch]            12375-query-bulk-action     -> origin/12375-query-bulk-action
173:  * [new branch]            12474-documentation         -> origin/12474-documentation
174:  * [new branch]            12614-federated-auth-support -> origin/12614-federated-auth-support
175:  * [new branch]            12687-host-issues-query     -> origin/12687-host-issues-query
176:  * [new branch]            12696-loadtest-cis-changes  -> origin/12696-loadtest-cis-changes
177:  * [new branch]            12842-fleetd-bitlocker-management -> origin/12842-fleetd-bitlocker-management
178:  * [new branch]            12842-fleetd-bitlocker-table -> origin/12842-fleetd-bitlocker-table
179:  * [new branch]            12889-faster-software       -> origin/12889-faster-software
180:  * [new branch]            13287-loadtest-changes      -> origin/13287-loadtest-changes
181:  * [new branch]            13288-poc-fleet-fips        -> origin/13288-poc-fleet-fips
182:  * [new branch]            13485-query-reports-migration -> origin/13485-query-reports-migration
183:  * [new branch]            13574-cache-failed-policy-counts -> origin/13574-cache-failed-policy-counts
184:  * [new branch]            13657-docs                  -> origin/13657-docs
...

196:  * [new branch]            146orch                     -> origin/146orch
197:  * [new branch]            14753-windows-ps1-api       -> origin/14753-windows-ps1-api
198:  * [new branch]            14957-test-dep-screen       -> origin/14957-test-dep-screen
199:  * [new branch]            14957-test-dep-screen-patch -> origin/14957-test-dep-screen-patch
200:  * [new branch]            15068-disk-encryption-ii    -> origin/15068-disk-encryption-ii
201:  * [new branch]            15082-download-api-docs     -> origin/15082-download-api-docs
202:  * [new branch]            15082-make-endpoints-consistent -> origin/15082-make-endpoints-consistent
203:  * [new branch]            15082-update-download-endpoints -> origin/15082-update-download-endpoints
204:  * [new branch]            15380-hosts-api-doc         -> origin/15380-hosts-api-doc
205:  * [new branch]            15461-ui-dep-assign-profile-responses -> origin/15461-ui-dep-assign-profile-responses
206:  * [new branch]            15463-msi-fix               -> origin/15463-msi-fix
207:  * [new branch]            15559-move-scep             -> origin/15559-move-scep
208:  * [new branch]            15633                       -> origin/15633
209:  * [new branch]            15770-mac-os-vuln           -> origin/15770-mac-os-vuln
210:  * [new branch]            15801-migration             -> origin/15801-migration
211:  * [new branch]            15912-password-reset-error-code -> origin/15912-password-reset-error-code
212:  * [new branch]            16182-log-root              -> origin/16182-log-root
...

654:  * [new branch]            7765-frontend               -> origin/7765-frontend
655:  * [new branch]            7766-backend-final-main-merge -> origin/7766-backend-final-main-merge
656:  * [new branch]            7766-backend-test           -> origin/7766-backend-test
657:  * [new branch]            7766-frontend               -> origin/7766-frontend
658:  * [new branch]            7993-figure-out-the-limits-of-our-current-search-approach -> origin/7993-figure-out-the-limits-of-our-current-search-approach
659:  * [new branch]            8021-orbit-use-specified-identifier -> origin/8021-orbit-use-specified-identifier
660:  * [new branch]            8186-vulnerable-software-false-positive-docker -> origin/8186-vulnerable-software-false-positive-docker
661:  * [new branch]            8593-gitops                 -> origin/8593-gitops
662:  * [new branch]            8708-docs                   -> origin/8708-docs
663:  * [new branch]            8708-encryption-key-api     -> origin/8708-encryption-key-api
664:  * [new branch]            8708-ingest-file-vault      -> origin/8708-ingest-file-vault
665:  * [new branch]            8708-ingest-macos-encription-key -> origin/8708-ingest-macos-encription-key
666:  * [new branch]            8708-ingest-macos-encription-key-ii -> origin/8708-ingest-macos-encription-key-ii
667:  * [new branch]            8974-native-smbios-uuid-support -> origin/8974-native-smbios-uuid-support
668:  * [new branch]            9260-cis-checks-5.10.x      -> origin/9260-cis-checks-5.10.x
669:  * [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
670:  * [new branch]            9590-schema                 -> origin/9590-schema
...

853:  * [new branch]            all-api-routes              -> origin/all-api-routes
854:  * [new branch]            allen/add-support-software-category -> origin/allen/add-support-software-category
855:  * [new branch]            allenhouchins-add-hardware-procurement-info -> origin/allenhouchins-add-hardware-procurement-info
856:  * [new branch]            allenhouchins-contour-normalize -> origin/allenhouchins-contour-normalize
857:  * [new branch]            allenhouchins-fix-firefox   -> origin/allenhouchins-fix-firefox
858:  * [new branch]            allenhouchins-fma-installer-arch -> origin/allenhouchins-fma-installer-arch
859:  * [new branch]            allenhouchins-net-arm64     -> origin/allenhouchins-net-arm64
860:  * [new branch]            allenhouchins-santa-table-updates -> origin/allenhouchins-santa-table-updates
861:  * [new branch]            allenhouchins-update-custom-tap -> origin/allenhouchins-update-custom-tap
862:  * [new branch]            allenhouchins-update-new-fma-skill -> origin/allenhouchins-update-new-fma-skill
863:  * [new branch]            always-create-event-next-thu -> origin/always-create-event-next-thu
864:  * [new branch]            and_osq_proj                -> origin/and_osq_proj
865:  * [new branch]            andrey/loadtest-oval-vulns  -> origin/andrey/loadtest-oval-vulns
866:  * [new branch]            android-cofniguration-profiles-research -> origin/android-cofniguration-profiles-research
867:  * [new branch]            android-enroll-note         -> origin/android-enroll-note
868:  * [new branch]            android-enrollment-error    -> origin/android-enrollment-error
869:  * [new branch]            android-fleet-vars          -> origin/android-fleet-vars
...

922:  * [new branch]            await-configuration-docs    -> origin/await-configuration-docs
923:  * [new branch]            aws-licensing-integration-proposal -> origin/aws-licensing-integration-proposal
924:  * [new branch]            backport-a41fb63            -> origin/backport-a41fb63
925:  * [new branch]            backport-c02af              -> origin/backport-c02af
926:  * [new branch]            backport-e65d6cf            -> origin/backport-e65d6cf
927:  * [new branch]            backport-ef07a406cc8dbccb4914bbd27631df74e5b13b49 -> origin/backport-ef07a406cc8dbccb4914bbd27631df74e5b13b49
928:  * [new branch]            backport-vpp-fix            -> origin/backport-vpp-fix
929:  * [new branch]            base-software-titles-loadtest -> origin/base-software-titles-loadtest
930:  * [new branch]            base-software-titles-loadtest-2 -> origin/base-software-titles-loadtest-2
931:  * [new branch]            beekeeper-fma-initial       -> origin/beekeeper-fma-initial
932:  * [new branch]            bettapizza                  -> origin/bettapizza
933:  * [new branch]            bettapizza--ghost-testimonial-update -> origin/bettapizza--ghost-testimonial-update
934:  * [new branch]            bettapizza-patch-1          -> origin/bettapizza-patch-1
935:  * [new branch]            bettapizza-patch-2          -> origin/bettapizza-patch-2
936:  * [new branch]            bettapizza-patch-3          -> origin/bettapizza-patch-3
937:  * [new branch]            better-byod-error           -> origin/better-byod-error
938:  * [new branch]            bounded-context-proposals   -> origin/bounded-context-proposals
...

970:  * [new branch]            cherry-pick-41914-to-rc-v4.83.0 -> origin/cherry-pick-41914-to-rc-v4.83.0
971:  * [new branch]            cherry-pick-42773-vitals-constants -> origin/cherry-pick-42773-vitals-constants
972:  * [new branch]            cherry-pick-8750-into-rc-minor-fleet-v4.60.0 -> origin/cherry-pick-8750-into-rc-minor-fleet-v4.60.0
973:  * [new branch]            cherry-pick-dogfood-change  -> origin/cherry-pick-dogfood-change
974:  * [new branch]            cherry-pick-dogfood-env-vars -> origin/cherry-pick-dogfood-env-vars
975:  * [new branch]            cherry-pick-fleetctl-changes-to-allow-testing -> origin/cherry-pick-fleetctl-changes-to-allow-testing
976:  * [new branch]            cherry-pick-mac-address-vital -> origin/cherry-pick-mac-address-vital
977:  * [new branch]            cherry-pick-patches         -> origin/cherry-pick-patches
978:  * [new branch]            cherry-pick-remove-overrides-in-dev-mode -> origin/cherry-pick-remove-overrides-in-dev-mode
979:  * [new branch]            cherry-pick-util            -> origin/cherry-pick-util
980:  * [new branch]            cherry-pick-webhooks        -> origin/cherry-pick-webhooks
981:  * [new branch]            cherrypick-v4.85.0-version-bump-into-main -> origin/cherrypick-v4.85.0-version-bump-into-main
982:  * [new branch]            chore-UI-update-for-CSP     -> origin/chore-UI-update-for-CSP
983:  * [new branch]            chore-add-specific-yarn-version -> origin/chore-add-specific-yarn-version
984:  * [new branch]            chore-backend-api-patterns  -> origin/chore-backend-api-patterns
985:  * [new branch]            chore-change-error-message-custom-profile -> origin/chore-change-error-message-custom-profile
986:  * [new branch]            chore-cp-chage-status-code-turn-off-mdm -> origin/chore-cp-chage-status-code-turn-off-mdm
...

1170:  * [new branch]            edwardsb-vuln-processing-fix-sandcastle -> origin/edwardsb-vuln-processing-fix-sandcastle
1171:  * [new branch]            edwardsb-vuln-processing-volume-fix -> origin/edwardsb-vuln-processing-volume-fix
1172:  * [new branch]            edwardsb/deployment-guide-updates -> origin/edwardsb/deployment-guide-updates
1173:  * [new branch]            edwardsb/restrict_console_access -> origin/edwardsb/restrict_console_access
1174:  * [new branch]            elastic_rum                 -> origin/elastic_rum
1175:  * [new branch]            enable-jit-by-default       -> origin/enable-jit-by-default
1176:  * [new branch]            enable-test-go-automation-macos -> origin/enable-test-go-automation-macos
1177:  * [new branch]            enforce-firefox-doh         -> origin/enforce-firefox-doh
1178:  * [new branch]            enforce-firefox-windows     -> origin/enforce-firefox-windows
1179:  * [new branch]            enforce-ios-26.5-update-deadline-july-2026 -> origin/enforce-ios-26.5-update-deadline-july-2026
1180:  * [new branch]            enforce-iso27001-workstations -> origin/enforce-iso27001-workstations
1181:  * [new branch]            enforce-macos-15.5-update-deadline -> origin/enforce-macos-15.5-update-deadline
1182:  * [new branch]            enforce-macos-version-workstations -> origin/enforce-macos-version-workstations
1183:  * [new branch]            enroll-android-feature-guide -> origin/enroll-android-feature-guide
1184:  * [new branch]            ericswenson0-patch-1        -> origin/ericswenson0-patch-1
1185:  * [new branch]            error-counts                -> origin/error-counts
1186:  * [new branch]            errors-perf-testing         -> origin/errors-perf-testing
1187:  * [new branch]            es-reports                  -> origin/es-reports
...

1203:  * [new branch]            eugkuo-patch-6-slugs-FMA    -> origin/eugkuo-patch-6-slugs-FMA
1204:  * [new branch]            example-fleetctl-profiles   -> origin/example-fleetctl-profiles
1205:  * [new branch]            exp-mdbook-docs             -> origin/exp-mdbook-docs
1206:  * [new branch]            experiment-disable-some-deletes -> origin/experiment-disable-some-deletes
1207:  * [new branch]            experiment-hardcode-counters-to-zero -> origin/experiment-hardcode-counters-to-zero
1208:  * [new branch]            experiment-no-txs           -> origin/experiment-no-txs
1209:  * [new branch]            experiment-status-tooltip   -> origin/experiment-status-tooltip
1210:  * [new branch]            experiment-with-two-branches -> origin/experiment-with-two-branches
1211:  * [new branch]            experimental_moveitem       -> origin/experimental_moveitem
1212:  * [new branch]            experimient-no-counts       -> origin/experimient-no-counts
1213:  * [new branch]            expiredcertstool            -> origin/expiredcertstool
1214:  * [new branch]            express-vpn-win             -> origin/express-vpn-win
1215:  * [new branch]            extra-dep-logs              -> origin/extra-dep-logs
1216:  * [new branch]            f84ee4c5f4                  -> origin/f84ee4c5f4
1217:  * [new branch]            faf-doc-clarification       -> origin/faf-doc-clarification
1218:  * [new branch]            failing-test                -> origin/failing-test
1219:  * [new branch]            faq-updates-2026-06         -> origin/faq-updates-2026-06
...

1259:  * [new branch]            feature-hydrant-ca          -> origin/feature-hydrant-ca
1260:  * [new branch]            feature-idp-byod            -> origin/feature-idp-byod
1261:  * [new branch]            feature-orbit-find          -> origin/feature-orbit-find
1262:  * [new branch]            feature-prioritization      -> origin/feature-prioritization
1263:  * [new branch]            feature-v4.44.1-live-queries -> origin/feature-v4.44.1-live-queries
1264:  * [new branch]            feature-windows-mdm-policy-extraction -> origin/feature-windows-mdm-policy-extraction
1265:  * [new branch]            feature/add-blank-to-osquer-link -> origin/feature/add-blank-to-osquer-link
1266:  * [new branch]            feature/fleet-macos-password-sync -> origin/feature/fleet-macos-password-sync
1267:  * [new branch]            feature_14722-activity-feed-webhooks -> origin/feature_14722-activity-feed-webhooks
1268:  * [new branch]            feature_18115-crit-vuln-issues -> origin/feature_18115-crit-vuln-issues
1269:  * [new branch]            feature_19010-ipad-ios-lock-wipe-backend-changes -> origin/feature_19010-ipad-ios-lock-wipe-backend-changes
1270:  * [new branch]            feature_22078               -> origin/feature_22078
1271:  * [new branch]            fix                         -> origin/fix
1272:  * [new branch]            fix-35118-cis-win10-v4      -> origin/fix-35118-cis-win10-v4
1273:  * [new branch]            fix-4.84.4-k8s              -> origin/fix-4.84.4-k8s
1274:  * [new branch]            fix-40083-failed-install-retries -> origin/fix-40083-failed-install-retries
1275:  * [new branch]            fix-41290-vpp-added-status  -> origin/fix-41290-vpp-added-status
1276:  * [new branch]            fix-41337-save-env-secrets-dry-run -> origin/fix-41337-save-env-secrets-dry-run
1277:  * [new branch]            fix-43623-fma-patch-policy-gitops -> origin/fix-43623-fma-patch-policy-gitops
1278:  * [new branch]            fix-43673-my-device-sort    -> origin/fix-43673-my-device-sort
1279:  * [new branch]            fix-44199-embedded-app-bundles -> origin/fix-44199-embedded-app-bundles
1280:  * [new branch]            fix-44325-gitops-mode-tooltips -> origin/fix-44325-gitops-mode-tooltips
1281:  * [new branch]            fix-44325-gitops-mode-tooltips-2 -> origin/fix-44325-gitops-mode-tooltips-2
1282:  * [new branch]            fix-android-unenroll-activities -> origin/fix-android-unenroll-activities
1283:  * [new branch]            fix-blockquotes-google-groups -> origin/fix-blockquotes-google-groups
1284:  * [new branch]            fix-ca-verdict-spoof-16386  -> origin/fix-ca-verdict-spoof-16386
1285:  * [new branch]            fix-case-in-deploy-config-docs -> origin/fix-case-in-deploy-config-docs
1286:  * [new branch]            fix-cert-details-modal      -> origin/fix-cert-details-modal
1287:  * [new branch]            fix-checkerboard-scroll-to-right -> origin/fix-checkerboard-scroll-to-right
1288:  * [new branch]            fix-checkerboard-tooltip-nowrap -> origin/fix-checkerboard-tooltip-nowrap
1289:  * [new branch]            fix-cloudflare-warp-fma-output-json -> origin/fix-cloudflare-warp-fma-output-json
1290:  * [new branch]            fix-codeql-ci-error         -> origin/fix-codeql-ci-error
1291:  * [new branch]            fix-colima                  -> origin/fix-colima
1292:  * [new branch]            fix-color-for-mobile-sticky-nav -> origin/fix-color-for-mobile-sticky-nav
1293:  * [new branch]            fix-conflict-in-feature_19010-ipad-ios-lock-wipe -> origin/fix-conflict-in-feature_19010-ipad-ios-lock-wipe
1294:  * [new branch]            fix-contrib-docs            -> origin/fix-contrib-docs
1295:  * [new branch]            fix-cve-2026-2792-firefox-esr -> origin/fix-cve-2026-2792-firefox-esr
1296:  * [new branch]            fix-cve-validate-enrichment-canary -> origin/fix-cve-validate-enrichment-canary
1297:  * [new branch]            fix-docker-publish          -> origin/fix-docker-publish
1298:  * [new branch]            fix-dogfood-workstation     -> origin/fix-dogfood-workstation
1299:  * [new branch]            fix-embedded-bundle-titles-44199 -> origin/fix-embedded-bundle-titles-44199
1300:  * [new branch]            fix-firefox-cve-2026-2792   -> origin/fix-firefox-cve-2026-2792
1301:  * [new branch]            fix-firefox-fma-conflict-error-msg -> origin/fix-firefox-fma-conflict-error-msg
1302:  * [new branch]            fix-flakey-orbit-test       -> origin/fix-flakey-orbit-test
...

1308:  * [new branch]            fix-host-counts-vpp-software -> origin/fix-host-counts-vpp-software
1309:  * [new branch]            fix-instability-ubuntu-latest -> origin/fix-instability-ubuntu-latest
1310:  * [new branch]            fix-ios-ipados-enrollment-label-42721 -> origin/fix-ios-ipados-enrollment-label-42721
1311:  * [new branch]            fix-list-sw-permissions     -> origin/fix-list-sw-permissions
1312:  * [new branch]            fix-mdm-enrolled-webhook    -> origin/fix-mdm-enrolled-webhook
1313:  * [new branch]            fix-mdm-redirect            -> origin/fix-mdm-redirect
1314:  * [new branch]            fix-mdm-url-truncation      -> origin/fix-mdm-url-truncation
1315:  * [new branch]            fix-missing-test-schema-update -> origin/fix-missing-test-schema-update
1316:  * [new branch]            fix-modernize               -> origin/fix-modernize
1317:  * [new branch]            fix-no-space-left-on-device-failure -> origin/fix-no-space-left-on-device-failure
1318:  * [new branch]            fix-notarization            -> origin/fix-notarization
1319:  * [new branch]            fix-orbit-notarization      -> origin/fix-orbit-notarization
1320:  * [new branch]            fix-os-settings-name-col-truncation -> origin/fix-os-settings-name-col-truncation
1321:  * [new branch]            fix-os-settings-underline-descender-clip -> origin/fix-os-settings-underline-descender-clip
1322:  * [new branch]            fix-pricing-more-info-icon-documentationurl -> origin/fix-pricing-more-info-icon-documentationurl
1323:  * [new branch]            fix-receive-from-github-error -> origin/fix-receive-from-github-error
1324:  * [new branch]            fix-sandbox-local           -> origin/fix-sandbox-local
...

1337:  * [new branch]            fix-ui-turn-on-mdm-external -> origin/fix-ui-turn-on-mdm-external
1338:  * [new branch]            fix-ui-typo-fleet-maintained-empty -> origin/fix-ui-typo-fleet-maintained-empty
1339:  * [new branch]            fix-vpp-edit-fleet-desktop-message -> origin/fix-vpp-edit-fleet-desktop-message
1340:  * [new branch]            fix-win-os-version          -> origin/fix-win-os-version
1341:  * [new branch]            fix_14825                   -> origin/fix_14825
1342:  * [new branch]            fixes-on-minor-fleet-v4.54.0 -> origin/fixes-on-minor-fleet-v4.54.0
1343:  * [new branch]            fixes-plus-4.35.1           -> origin/fixes-plus-4.35.1
1344:  * [new branch]            flaky-tests-nov-6           -> origin/flaky-tests-nov-6
1345:  * [new branch]            fleet-desktop-linux-browser -> origin/fleet-desktop-linux-browser
1346:  * [new branch]            fleet-desktop-version       -> origin/fleet-desktop-version
1347:  * [new branch]            fleet-mdm-server-url        -> origin/fleet-mdm-server-url
1348:  * [new branch]            fleet-multiple-abm-vpp-proposal -> origin/fleet-multiple-abm-vpp-proposal
1349:  * [new branch]            fleet-premium-users-usage-statistics -> origin/fleet-premium-users-usage-statistics
1350:  * [new branch]            fleet-release-infra         -> origin/fleet-release-infra
1351:  * [new branch]            fleet-server-config-1817    -> origin/fleet-server-config-1817
1352:  * [new branch]            fleet-server-log-request-errors -> origin/fleet-server-log-request-errors
1353:  * [new branch]            fleet-ship-rebuild          -> origin/fleet-ship-rebuild
...

2326:  * [new branch]            hotfix-failing-tests        -> origin/hotfix-failing-tests
2327:  * [new branch]            hotfix-query-update         -> origin/hotfix-query-update
2328:  * [new branch]            hotfix-revert-sofa-tables   -> origin/hotfix-revert-sofa-tables
2329:  * [new branch]            hotfix-v4.67.2-migration    -> origin/hotfix-v4.67.2-migration
2330:  * [new branch]            hotfix-v4.76.1              -> origin/hotfix-v4.76.1
2331:  * [new branch]            hover-gravatar              -> origin/hover-gravatar
2332:  * [new branch]            hughestaylor-patch-1        -> origin/hughestaylor-patch-1
2333:  * [new branch]            hughestaylor-patch-1-1      -> origin/hughestaylor-patch-1-1
2334:  * [new branch]            ignore-fleetctl-vulnerabilities -> origin/ignore-fleetctl-vulnerabilities
2335:  * [new branch]            improve-flakey-test         -> origin/improve-flakey-test
2336:  * [new branch]            improve-prometheus-metrics  -> origin/improve-prometheus-metrics
2337:  * [new branch]            improve-software-tooltips   -> origin/improve-software-tooltips
2338:  * [new branch]            include-mnt-in-gads-metric  -> origin/include-mnt-in-gads-metric
2339:  * [new branch]            increase-goreleaser-timeout-to-60m -> origin/increase-goreleaser-timeout-to-60m
2340:  * [new branch]            ingress-gateway-support     -> origin/ingress-gateway-support
2341:  * [new branch]            insert-software-installers-retry-error -> origin/insert-software-installers-retry-error
2342:  * [new branch]            install-all-recently-installed -> origin/install-all-recently-installed
...

2356:  * [new branch]            irenareedy-patch-10         -> origin/irenareedy-patch-10
2357:  * [new branch]            irenareedy-patch-2          -> origin/irenareedy-patch-2
2358:  * [new branch]            irenareedy-patch-3          -> origin/irenareedy-patch-3
2359:  * [new branch]            irenareedy-patch-4          -> origin/irenareedy-patch-4
2360:  * [new branch]            irenareedy-patch-5          -> origin/irenareedy-patch-5
2361:  * [new branch]            irenareedy-patch-6          -> origin/irenareedy-patch-6
2362:  * [new branch]            irenareedy-patch-7          -> origin/irenareedy-patch-7
2363:  * [new branch]            irenareedy-patch-8          -> origin/irenareedy-patch-8
2364:  * [new branch]            irenareedy-patch-9          -> origin/irenareedy-patch-9
2365:  * [new branch]            irenareedy-thumbtack-case-study -> origin/irenareedy-thumbtack-case-study
2366:  * [new branch]            iso-27001-compliance        -> origin/iso-27001-compliance
2367:  * [new branch]            iso42001-ai-discovery-inventory -> origin/iso42001-ai-discovery-inventory
2368:  * [new branch]            issue-11545-my-device-dep-modal -> origin/issue-11545-my-device-dep-modal
2369:  * [new branch]            issue-2716-specify-query-platforms -> origin/issue-2716-specify-query-platforms
2370:  * [new branch]            issue-3271-rate-limit-distributed-writes -> origin/issue-3271-rate-limit-distributed-writes
2371:  * [new branch]            issue-4361-mail-change-should-error -> origin/issue-4361-mail-change-should-error
2372:  * [new branch]            issue-conf-1968-delete-uninstalled-software-from-main -> origin/issue-conf-1968-delete-uninstalled-software-from-main
...

2577:  * [new branch]            melpike-api-device-url-43895 -> origin/melpike-api-device-url-43895
2578:  * [new branch]            melpike-api-manually-enroll-23242 -> origin/melpike-api-manually-enroll-23242
2579:  * [new branch]            melpike-api-minimum-version-39085 -> origin/melpike-api-minimum-version-39085
2580:  * [new branch]            melpike-api-os-updates-39085 -> origin/melpike-api-os-updates-39085
2581:  * [new branch]            melpike-api-py-script-41470 -> origin/melpike-api-py-script-41470
2582:  * [new branch]            melpike-api-windows-managed-account-43488 -> origin/melpike-api-windows-managed-account-43488
2583:  * [new branch]            melpike-audit-log-account-provisioning-45524 -> origin/melpike-audit-log-account-provisioning-45524
2584:  * [new branch]            melpike-audit-log-mdm-cmd-45021 -> origin/melpike-audit-log-mdm-cmd-45021
2585:  * [new branch]            melpike-audit-recovery-lock-password-rotate -> origin/melpike-audit-recovery-lock-password-rotate
2586:  * [new branch]            melpike-byod-wipe-lock-23242 -> origin/melpike-byod-wipe-lock-23242
2587:  * [new branch]            melpike-byod-wipe-lock-23242-1 -> origin/melpike-byod-wipe-lock-23242-1
2588:  * [new branch]            melpike-byod-wipe-lock-api-23242 -> origin/melpike-byod-wipe-lock-api-23242
2589:  * [new branch]            melpike-byod-wipe-lock-yaml-23242 -> origin/melpike-byod-wipe-lock-yaml-23242
2590:  * [new branch]            melpike-combine-guides-30674 -> origin/melpike-combine-guides-30674
2591:  * [new branch]            melpike-create-managed-local-account-guide-37141 -> origin/melpike-create-managed-local-account-guide-37141
2592:  * [new branch]            melpike-dep-error-messaging-43916 -> origin/melpike-dep-error-messaging-43916
2593:  * [new branch]            melpike-doc-deploy-sw-41470 -> origin/melpike-doc-deploy-sw-41470
...

2732:  * [new branch]            mna-doc-change-api-structure -> origin/mna-doc-change-api-structure
2733:  * [new branch]            mna-experiment-macos-profiles-uuid -> origin/mna-experiment-macos-profiles-uuid
2734:  * [new branch]            mna-fix-22558-windows-installer-stuck-pending -> origin/mna-fix-22558-windows-installer-stuck-pending
2735:  * [new branch]            mna-fix-duplicate-lock-unlock-activity -> origin/mna-fix-duplicate-lock-unlock-activity
2736:  * [new branch]            mna-fix-failing-tests       -> origin/mna-fix-failing-tests
2737:  * [new branch]            mna-fix-flaky-integration-test -> origin/mna-fix-flaky-integration-test
2738:  * [new branch]            mna-fix-oom-fleetctl-test   -> origin/mna-fix-oom-fleetctl-test
2739:  * [new branch]            mna-loadtest-enroll-host-limit -> origin/mna-loadtest-enroll-host-limit
2740:  * [new branch]            mna-orbit-node-key          -> origin/mna-orbit-node-key
2741:  * [new branch]            mna-revert-change-to-autogenerated-activities-doc -> origin/mna-revert-change-to-autogenerated-activities-doc
2742:  * [new branch]            mna-temp-osquery-perf-loadtest -> origin/mna-temp-osquery-perf-loadtest
2743:  * [new branch]            mna11997                    -> origin/mna11997
2744:  * [new branch]            mock-associate-assets-endpoint -> origin/mock-associate-assets-endpoint
2745:  * [new branch]            monitoring-test             -> origin/monitoring-test
2746:  * [new branch]            more-conditional-access-api-updates -> origin/more-conditional-access-api-updates
2747:  * [new branch]            more-fd-errors              -> origin/more-fd-errors
2748:  * [new branch]            move-conditional-access-script-to-testing-qa -> origin/move-conditional-access-script-to-testing-qa
...

3300:  * [new branch]            sgress454/35376             -> origin/sgress454/35376
3301:  * [new branch]            sgress454/35452             -> origin/sgress454/35452
3302:  * [new branch]            sgress454/37127-open-macos-end-user-auth-window -> origin/sgress454/37127-open-macos-end-user-auth-window
3303:  * [new branch]            sgress454/38063-skeleton-server -> origin/sgress454/38063-skeleton-server
3304:  * [new branch]            sgress454/39344-rename-teams-to-fleet-all-changes -> origin/sgress454/39344-rename-teams-to-fleet-all-changes
3305:  * [new branch]            sgress454/39344-rename-teams-to-fleet-api-changes -> origin/sgress454/39344-rename-teams-to-fleet-api-changes
3306:  * [new branch]            sgress454/40642-update-jit-saml-prefix -> origin/sgress454/40642-update-jit-saml-prefix
3307:  * [new branch]            sgress454/43482-re-pin      -> origin/sgress454/43482-re-pin
3308:  * [new branch]            sgress454/44077-disable-datasets-backend -> origin/sgress454/44077-disable-datasets-backend
3309:  * [new branch]            sgress454/44077-disable-datasets-docs -> origin/sgress454/44077-disable-datasets-docs
3310:  * [new branch]            sgress454/44077-disable-datasets-frontend -> origin/sgress454/44077-disable-datasets-frontend
3311:  * [new branch]            sgress454/45290-drop-mobile-from-charting -> origin/sgress454/45290-drop-mobile-from-charting
3312:  * [new branch]            sgress454/45368-add-mobile-to-hosts-online -> origin/sgress454/45368-add-mobile-to-hosts-online
3313:  * [new branch]            sgress454/47327-add-vuln-filters-to-gitops -> origin/sgress454/47327-add-vuln-filters-to-gitops
3314:  * [new branch]            sgress454/add-vex-for-cve-2026-23517 -> origin/sgress454/add-vex-for-cve-2026-23517
3315:  * [new branch]            sgress454/adr-for-error-codes -> origin/sgress454/adr-for-error-codes
3316:  * [new branch]            sgress454/adr-refactor-list-hosts -> origin/sgress454/adr-refactor-list-hosts
...

3370:  * [new branch]            solutions-folder            -> origin/solutions-folder
3371:  * [new branch]            sort-seen-hosts-before-inserting -> origin/sort-seen-hosts-before-inserting
3372:  * [new branch]            spalmesano0-patch-2         -> origin/spalmesano0-patch-2
3373:  * [new branch]            sperad-props-documentation  -> origin/sperad-props-documentation
3374:  * [new branch]            spike-fleet-lint-plugin     -> origin/spike-fleet-lint-plugin
3375:  * [new branch]            spike-ui-permissions-pattern -> origin/spike-ui-permissions-pattern
3376:  * [new branch]            spokanemac-add-passcode-ddm-profile -> origin/spokanemac-add-passcode-ddm-profile
3377:  * [new branch]            spokanemac-dogfood-additional-apps -> origin/spokanemac-dogfood-additional-apps
3378:  * [new branch]            spokanemac-handbook-release-article -> origin/spokanemac-handbook-release-article
3379:  * [new branch]            spokanemac-macdevops-conference-post -> origin/spokanemac-macdevops-conference-post
3380:  * [new branch]            spokanemac-meetup-template  -> origin/spokanemac-meetup-template
3381:  * [new branch]            spokanemac-migrating-fleetdm-from-dogfood-to-terraform-on-aws -> origin/spokanemac-migrating-fleetdm-from-dogfood-to-terraform-on-aws
3382:  * [new branch]            spokanemac-release-article-issue-template -> origin/spokanemac-release-article-issue-template
3383:  * [new branch]            ssrf-transport-ip-blocking  -> origin/ssrf-transport-ip-blocking
3384:  * [new branch]            step4-improvements          -> origin/step4-improvements
3385:  * [new branch]            store-query-execution-and-ingestion-errors -> origin/store-query-execution-and-ingestion-errors
3386:  * [new branch]            support-breaking-osquery-downgrades -> origin/support-breaking-osquery-downgrades
...

3456:  * [new branch]            ui-self-service-sg-5-21     -> origin/ui-self-service-sg-5-21
3457:  * [new branch]            unauth-installers           -> origin/unauth-installers
3458:  * [new branch]            uniform-brex-spending-limit -> origin/uniform-brex-spending-limit
3459:  * [new branch]            untx-software               -> origin/untx-software
3460:  * [new branch]            upcoming-activities-mdm-commands -> origin/upcoming-activities-mdm-commands
3461:  * [new branch]            upcoming-commands           -> origin/upcoming-commands
3462:  * [new branch]            update-1password-and-safari-policy-versions-2601200025 -> origin/update-1password-and-safari-policy-versions-2601200025
3463:  * [new branch]            update-1password-and-safari-policy-versions-2601200610 -> origin/update-1password-and-safari-policy-versions-2601200610
3464:  * [new branch]            update-1password-and-safari-policy-versions-2602261818 -> origin/update-1password-and-safari-policy-versions-2602261818
3465:  * [new branch]            update-1password-and-safari-policy-versions-2603101819 -> origin/update-1password-and-safari-policy-versions-2603101819
3466:  * [new branch]            update-1password-and-safari-policy-versions-2604080037 -> origin/update-1password-and-safari-policy-versions-2604080037
3467:  * [new branch]            update-1password-and-safari-policy-versions-2604080637 -> origin/update-1password-and-safari-policy-versions-2604080637
3468:  * [new branch]            update-Cloudflare-WARP-FMA-with-UpgradeCode -> origin/update-Cloudflare-WARP-FMA-with-UpgradeCode
3469:  * [new branch]            update-article-format       -> origin/update-article-format
3470:  * [new branch]            update-bug-report-template  -> origin/update-bug-report-template
3471:  * [new branch]            update-build-script-error-message -> origin/update-build-script-error-message
3472:  * [new branch]            update-cancel-and-done-links -> origin/update-cancel-and-done-links
...

3547:  * [new branch]            update-santa-rules-chrome   -> origin/update-santa-rules-chrome
3548:  * [new branch]            update-solutions-folder     -> origin/update-solutions-folder
3549:  * [new branch]            update-testing-qa-apps-2511191525 -> origin/update-testing-qa-apps-2511191525
3550:  * [new branch]            update-tuf-keys             -> origin/update-tuf-keys
3551:  * [new branch]            update-tuf-md               -> origin/update-tuf-md
3552:  * [new branch]            update-usage-statistics-mobile-devices -> origin/update-usage-statistics-mobile-devices
3553:  * [new branch]            update-user-password-length-validation-test -> origin/update-user-password-length-validation-test
3554:  * [new branch]            update-vex-statements       -> origin/update-vex-statements
3555:  * [new branch]            update-why-this-way         -> origin/update-why-this-way
3556:  * [new branch]            upgrade-eslint              -> origin/upgrade-eslint
3557:  * [new branch]            upgrade-go                  -> origin/upgrade-go
3558:  * [new branch]            upgrade-typescript          -> origin/upgrade-typescript
3559:  * [new branch]            upload-msiexec-install-log  -> origin/upload-msiexec-install-log
3560:  * [new branch]            usage-stats-mobile-devices-count -> origin/usage-stats-mobile-devices-count
3561:  * [new branch]            use-dockerhub-creds         -> origin/use-dockerhub-creds
3562:  * [new branch]            user-channel-error          -> origin/user-channel-error
3563:  * [new branch]            users-fleets-tooltips       -> origin/users-fleets-tooltips
...

3711:  * [new branch]            wesite-fix-sales-rituals    -> origin/wesite-fix-sales-rituals
3712:  * [new branch]            willmayhone88-patch-1       -> origin/willmayhone88-patch-1
3713:  * [new branch]            win-fma-deepl               -> origin/win-fma-deepl
3714:  * [new branch]            win-fma-evernote            -> origin/win-fma-evernote
3715:  * [new branch]            win-fma-goland              -> origin/win-fma-goland
3716:  * [new branch]            win-fma-testing             -> origin/win-fma-testing
3717:  * [new branch]            win-fma-vnc-apps            -> origin/win-fma-vnc-apps
3718:  * [new branch]            win-mdm-loadtest            -> origin/win-mdm-loadtest
3719:  * [new branch]            windows-baseline            -> origin/windows-baseline
3720:  * [new branch]            windows-end-user-experience-labels -> origin/windows-end-user-experience-labels
3721:  * [new branch]            windows-firefox-doh-script  -> origin/windows-firefox-doh-script
3722:  * [new branch]            windows-mdm-autopilot       -> origin/windows-mdm-autopilot
3723:  * [new branch]            windows-mdm-c-poc           -> origin/windows-mdm-c-poc
3724:  * [new branch]            windows-mdm-docs-auto-enroll -> origin/windows-mdm-docs-auto-enroll
3725:  * [new branch]            windows-mdm-load-test       -> origin/windows-mdm-load-test
3726:  * [new branch]            windows_enable_and_configure-error-message -> origin/windows_enable_and_configure-error-message
3727:  * [new branch]            workstations-to-use-edge-channels -> origin/workstations-to-use-edge-channels
...

3735:  * [new branch]            zayhanlon-patch-1           -> origin/zayhanlon-patch-1
3736:  * [new branch]            zenity-execuser             -> origin/zenity-execuser
3737:  * [new branch]            zhumo-patch-1               -> origin/zhumo-patch-1
3738:  * [new branch]            zhumo-patch-2               -> origin/zhumo-patch-2
3739:  * [new branch]            zhumo-patch-3               -> origin/zhumo-patch-3
3740:  * [new branch]            zhumo-patch-4               -> origin/zhumo-patch-4
3741:  * [new branch]            zhumo-patch-5               -> origin/zhumo-patch-5
3742:  * [new branch]            zhumo-patch-6               -> origin/zhumo-patch-6
3743:  * [new branch]            zhumo-patch-7               -> origin/zhumo-patch-7
3744:  * [new branch]            zwass-actions-reminders     -> origin/zwass-actions-reminders
3745:  * [new branch]            zwass-improve-macos-cpe     -> origin/zwass-improve-macos-cpe
3746:  * [new branch]            zwass-patch-1               -> origin/zwass-patch-1
3747:  * [new branch]            zwass-patch-2               -> origin/zwass-patch-2
3748:  * [new branch]            zwinnerman-fixup            -> origin/zwinnerman-fixup
3749:  * [new branch]            zwinnerman-livequery-tracing -> origin/zwinnerman-livequery-tracing
3750:  * [new branch]            zwinnerman-redis-error-handling -> origin/zwinnerman-redis-error-handling
3751:  * [new branch]            zwinnerman-test             -> origin/zwinnerman-test
...

4471:  Setup go version spec 1.26.4
4472:  Attempting to download 1.26.4...
4473:  matching 1.26.4...
4474:  Acquiring 1.26.4 from https://github.com/actions/go-versions/releases/download/1.26.4-26891772857/go-1.26.4-darwin-arm64.tar.gz
4475:  Extracting Go...
4476:  [command]/usr/bin/tar xz -C /Users/runner/work/_temp/004e417b-d792-40fb-ad44-d759699c1944 -f /Users/runner/work/_temp/4ab9dbd2-5562-4f00-9659-cb891d92ef17
4477:  Successfully extracted go to /Users/runner/work/_temp/004e417b-d792-40fb-ad44-d759699c1944
4478:  Adding to the cache ...
4479:  Successfully cached go to /Users/runner/hostedtoolcache/go/1.26.4/arm64
4480:  Added go to the path
4481:  Successfully set up Go version 1.26.4
4482:  [command]/Users/runner/hostedtoolcache/go/1.26.4/arm64/bin/go env GOCACHE
4483:  [command]/Users/runner/hostedtoolcache/go/1.26.4/arm64/bin/go env GOMODCACHE
4484:  /Users/runner/Library/Caches/go-build
4485:  /Users/runner/go/pkg/mod
4486:  ##[warning]Restore cache failed: Dependencies file is not found in /Users/runner/work/fleet/fleet. Supported file pattern: go.mod
4487:  go version go1.26.4 darwin/arm64
...

4571:  - glyphs/darwin
4572:  - hive-app/darwin
4573:  - macpacker/darwin
4574:  - parallels/darwin
4575:  - postman/windows
4576:  - processspy/darwin
4577:  - proton-mail/darwin
4578:  - raycast/darwin
4579:  - reminders-menubar/darwin
4580:  - royal-tsx/windows
4581:  - shapr3d/darwin
4582:  - teamviewer/windows
4583:  - visual-studio-code/darwin
4584:  - whatsapp/darwin
4585:  - zoom/windows
4586:  ##[group]Run # Default to no changes if detection step failed or didn't set output
4587:  �[36;1m# Default to no changes if detection step failed or didn't set output�[0m
4588:  �[36;1mHAS_CHANGES="true"�[0m
...

4784:  go: downloading go.opentelemetry.io/otel v1.43.0
4785:  go: downloading go.opentelemetry.io/otel/metric v1.43.0
4786:  go: downloading go.opentelemetry.io/otel/trace v1.43.0
4787:  go: downloading github.com/mattn/go-colorable v0.1.13
4788:  go: downloading github.com/edsrzf/mmap-go v1.1.0
4789:  go: downloading github.com/secDre4mer/pkcs7 v0.0.0-20240322103146-665324a4461d
4790:  go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0
4791:  go: downloading golang.org/x/oauth2 v0.35.0
4792:  go: downloading github.com/aws/aws-sdk-go-v2/config v1.32.12
4793:  go: downloading github.com/aws/aws-sdk-go-v2 v1.41.5
4794:  go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.35.8
4795:  go: downloading github.com/spf13/cobra v1.9.1
4796:  go: downloading github.com/spf13/viper v1.20.1
4797:  go: downloading github.com/go-kit/kit v0.12.0
4798:  go: downloading github.com/smallstep/pkcs7 v0.0.0-20240723090913-5e2c6a136dfa
4799:  go: downloading github.com/hashicorp/go-multierror v1.1.1
4800:  go: downloading github.com/micromdm/plist v0.2.3-0.20260123201933-667adaf87d87
4801:  go: downloading github.com/MicahParks/jwkset v0.11.0
4802:  go: downloading github.com/golang-jwt/jwt/v4 v4.5.2
4803:  go: downloading github.com/WatchBeam/clock v0.0.0-20170901150240-b08e6b4da7ea
4804:  go: downloading github.com/mattn/go-isatty v0.0.20
4805:  go: downloading go.opentelemetry.io/otel/sdk v1.43.0
4806:  go: downloading github.com/andygrunwald/go-jira v1.16.0
4807:  go: downloading github.com/cenkalti/backoff/v4 v4.3.0
4808:  go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
4809:  go: downloading github.com/nukosuke/go-zendesk v0.13.1
4810:  go: downloading github.com/igm/sockjs-go/v3 v3.0.2
4811:  go: downloading gopkg.in/yaml.v2 v2.4.0
4812:  go: downloading github.com/oschwald/maxminddb-golang v1.10.0
4813:  go: downloading github.com/elastic/go-sysinfo v1.11.2
4814:  go: downloading github.com/pkg/errors v0.9.1
4815:  go: downloading go.elastic.co/fastjson v1.1.0
...

4868:  go: downloading github.com/pelletier/go-toml/v2 v2.2.3
4869:  go: downloading gopkg.in/yaml.v3 v3.0.1
4870:  go: downloading github.com/groob/finalizer v0.0.0-20170707115354-4c2ed49aabda
4871:  go: downloading github.com/go-logfmt/logfmt v0.5.1
4872:  go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.8
4873:  go: downloading cloud.google.com/go/iam v1.5.3
4874:  go: downloading github.com/googleapis/gax-go/v2 v2.17.0
4875:  go: downloading go.opencensus.io v0.24.0
4876:  go: downloading golang.org/x/sync v0.20.0
4877:  go: downloading google.golang.org/grpc v1.79.3
4878:  go: downloading google.golang.org/protobuf v1.36.11
4879:  go: downloading github.com/micromdm/nanolib v0.2.0
4880:  go: downloading github.com/nats-io/nkeys v0.4.15
4881:  go: downloading github.com/nats-io/nuid v1.0.1
4882:  go: downloading go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352
4883:  go: downloading github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901
4884:  go: downloading cloud.google.com/go/pubsub/v2 v2.0.0
...

4886:  go: downloading google.golang.org/genproto v0.0.0-20260128011058-8636f8732409
4887:  go: downloading cloud.google.com/go/auth v0.18.2
4888:  go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.8
4889:  go: downloading cloud.google.com/go/compute/metadata v0.9.0
4890:  go: downloading github.com/google/s2a-go v0.1.9
4891:  go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20260203192932-546029d2fa20
4892:  go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0
4893:  go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.12
4894:  time=level=INFO msg="GOOS environment variable is not set. Using system detected: 'darwin'"
4895:  time=level=INFO msg="INSTALLATION_SEARCH_DIRECTORY environment variable is not set. Using default: '/Applications'"
4896:  time=level=INFO msg="Validating app: Adobe Acrobat Pro (adobe-acrobat-pro/darwin)"
4897:  time=level=INFO msg=Downloading...
4898:  time=level=INFO msg="Executing install script..." app="Adobe Acrobat Pro"
4899:  time=level=INFO msg="New application detected at: /Applications/Adobe Acrobat DC" app="Adobe Acrobat Pro"
4900:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Adobe Acrobat DC'" app="Adobe Acrobat Pro"
4901:  time=level=WARN msg="Error detected in post-installation steps: Error forcing LaunchServices refresh: forcing LaunchServices refresh: exit status 1. Attempting to continue" app="Adobe Acrobat Pro"
4902:  time=level=INFO msg="Looking for app: Adobe Acrobat Pro, version: 26.001.21677" app="Adobe Acrobat Pro"
...

4924:  time=level=INFO msg="Found app: 'AdobeCrashReporter' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/AcroCEF/AcroCEF.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/Adobe Crash Reporter.app, Version: 26.10.0, Bundled Version: 26.10.0.202509171045_4e4995c" app="Adobe Acrobat Pro"
4925:  time=level=INFO msg="Found app: 'LogTransport' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/AcroCEF/AcroCEF.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/LogTransport.app, Version: 26.10.0, Bundled Version: 26.10.0.202509171045_4e4995c" app="Adobe Acrobat Pro"
4926:  time=level=INFO msg="Found app: 'AcroCEF' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/AcroCEF/AcroCEF.app, Version: , Bundled Version: 26.001.21662" app="Adobe Acrobat Pro"
4927:  time=level=INFO msg="Found app: 'Acrobat Uninstaller' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/Acrobat Uninstaller.app, Version: Acrobat Uninstaller version, Bundled Version: 26.001.21662" app="Adobe Acrobat Pro"
4928:  time=level=INFO msg="Found app: 'Acrobat' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/Adobe Acrobat Helper.app, Version: 26.001.21662, Bundled Version: 26.001.21662" app="Adobe Acrobat Pro"
4929:  time=level=INFO msg="Found app: 'Adobe Crash Processor' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/AdobeResourceSynchronizer.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/Adobe Crash Processor.app, Version: 26.10.0, Bundled Version: 26.10.0.202509171045_4e4995c" app="Adobe Acrobat Pro"
4930:  time=level=INFO msg="Found app: 'AdobeCrashReporter' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/AdobeResourceSynchronizer.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/Adobe Crash Reporter.app, Version: 26.10.0, Bundled Version: 26.10.0.202509171045_4e4995c" app="Adobe Acrobat Pro"
4931:  time=level=INFO msg="Found app: 'LogTransport' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/AdobeResourceSynchronizer.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/LogTransport.app, Version: 26.10.0, Bundled Version: 26.10.0.202509171045_4e4995c" app="Adobe Acrobat Pro"
4932:  time=level=INFO msg="Found app: 'AdobeResourceSynchronizer' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/AdobeResourceSynchronizer.app, Version: 26.001.21662, Bundled Version: 26.001.21662" app="Adobe Acrobat Pro"
4933:  time=level=INFO msg="Found app: 'Adobe Acrobat Diagnostics' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/Adobe_Acrobat_Diagnostics.app, Version: 1.6.1, Bundled Version: " app="Adobe Acrobat Pro"
4934:  time=level=INFO msg="Found app: 'Assert' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/Assert.app, Version: 1.0, Bundled Version: 1" app="Adobe Acrobat Pro"
4935:  time=level=INFO msg="Found app: 'LogTransport2' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/LogTransport2.app, Version: , Bundled Version: 8.8.0.7" app="Adobe Acrobat Pro"
4936:  time=level=INFO msg="Found app: 'HLCrashProcessor' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/LogTransport2.app/Contents/MacOS/HLCrashProcessor.app, Version: , Bundled Version: 8.8.0.0001" app="Adobe Acrobat Pro"
4937:  time=level=INFO msg="Found app: 'Acrobat' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app, Version: 26.001.21662, Bundled Version: 26.001.21662" app="Adobe Acrobat Pro"
4938:  time=level=INFO msg="Found app: 'Droplet' at /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Plugins/Preflight.acroplugin/Contents/Helpers/Droplet.app, Version: 1.0, Bundled Version: 1" app="Adobe Acrobat Pro"
4939:  time=level=ERROR msg="App version '26.001.21677' was not found by osquery" app="Adobe Acrobat Pro"
4940:  time=level=INFO msg="Validating app: Adobe Creative Cloud (adobe-creative-cloud/darwin)"
4941:  time=level=INFO msg=Downloading...
4942:  time=level=INFO msg="Executing install script..." app="Adobe Creative Cloud"
4943:  time=level=INFO msg="New application detected at: /Applications/Adobe Creative Cloud" app="Adobe Creative Cloud"
4944:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Adobe Creative Cloud'" app="Adobe Creative Cloud"
4945:  time=level=WARN msg="Error detected in post-installation steps: Error forcing LaunchServices refresh: forcing LaunchServices refresh: exit status 1. Attempting to continue" app="Adobe Creative Cloud"
4946:  time=level=INFO msg="Looking for app: Adobe Creative Cloud, version: 6.10.0.252.3" app="Adobe Creative Cloud"
4947:  time=level=INFO msg="Found app: 'Creative Cloud' at /Applications/Utilities/Adobe Creative Cloud/ACC/Creative Cloud.app, Version: 6.10.0.253, Bundled Version: 6.10" app="Adobe Creative Cloud"
4948:  time=level=INFO msg="Executing uninstall script for app..." app="Adobe Creative Cloud"
4949:  time=level=INFO msg="Looking for app: Adobe Creative Cloud, version: 6.10.0.252.3" app="Adobe Creative Cloud"
4950:  time=level=INFO msg="All checks passed for app: Adobe Creative Cloud (adobe-creative-cloud/darwin)"
4951:  time=level=INFO msg="Validating app: CodexBar (codexbar/darwin)"
4952:  time=level=INFO msg=Downloading...
4953:  time=level=INFO msg="Executing install script..." app=CodexBar
4954:  time=level=INFO msg="New application detected at: /Applications/CodexBar.app" app=CodexBar
4955:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/CodexBar.app'" app=CodexBar
4956:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/CodexBar.app'" app=CodexBar
4957:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=CodexBar
4958:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/CodexBar.app: No such xattr: com.apple.quarantine'" app=CodexBar
4959:  time=level=INFO msg="Spctl output error: <nil>" app=CodexBar
4960:  time=level=INFO msg="spctl status: spctl status: '/Applications/CodexBar.app: accepted\nsource=Notarized Developer ID'" app=CodexBar
4961:  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=CodexBar
4962:  time=level=INFO msg="Looking for app: CodexBar, version: 0.37.2" app=CodexBar
4963:  time=level=INFO msg="Found app: 'CodexBar' at /Applications/CodexBar.app, Version: 0.37.2, Bundled Version: 92" app=CodexBar
4964:  time=level=INFO msg="Executing uninstall script for app..." app=CodexBar
4965:  time=level=INFO msg="Looking for app: CodexBar, version: 0.37.2" app=CodexBar
4966:  time=level=INFO msg="All checks passed for app: CodexBar (codexbar/darwin)"
4967:  time=level=INFO msg="Validating app: DbVisualizer (dbvisualizer/darwin)"
4968:  time=level=INFO msg=Downloading...
4969:  time=level=INFO msg="Executing install script..." app=DbVisualizer
4970:  time=level=INFO msg="New application detected at: /Applications/DbVisualizer.app" app=DbVisualizer
4971:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/DbVisualizer.app'" app=DbVisualizer
4972:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/DbVisualizer.app'" app=DbVisualizer
4973:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=DbVisualizer
4974:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/DbVisualizer.app: No such xattr: com.apple.quarantine'" app=DbVisualizer
4975:  time=level=INFO msg="Spctl output error: <nil>" app=DbVisualizer
4976:  time=level=INFO msg="spctl status: spctl status: '/Applications/DbVisualizer.app: accepted\nsource=Developer ID'" app=DbVisualizer
4977:  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=DbVisualizer
4978:  time=level=INFO msg="Looking for app: DbVisualizer, version: 26.2" app=DbVisualizer
4979:  time=level=INFO msg="Found app: 'DbVisualizer' at /Applications/DbVisualizer.app, Version: 26.2.0, Bundled Version: 20260618124706" app=DbVisualizer
4980:  time=level=INFO msg="Executing uninstall script for app..." app=DbVisualizer
4981:  time=level=INFO msg="Looking for app: DbVisualizer, version: 26.2" app=DbVisualizer
4982:  time=level=INFO msg="All checks passed for app: DbVisualizer (dbvisualizer/darwin)"
4983:  time=level=INFO msg="Validating app: Glyphs (glyphs/darwin)"
4984:  time=level=INFO msg=Downloading...
4985:  time=level=INFO msg="Executing install script..." app=Glyphs
4986:  time=level=INFO msg="New application detected at: /Applications/Glyphs 3.app" app=Glyphs
4987:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Glyphs 3.app'" app=Glyphs
4988:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/Glyphs 3.app'" app=Glyphs
4989:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=Glyphs
4990:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/Glyphs 3.app: No such xattr: com.apple.quarantine'" app=Glyphs
4991:  time=level=INFO msg="Spctl output error: <nil>" app=Glyphs
4992:  time=level=INFO msg="spctl status: spctl status: '/Applications/Glyphs 3.app: accepted\nsource=Notarized Developer ID'" app=Glyphs
4993:  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=Glyphs
4994:  time=level=INFO msg="Looking for app: Glyphs, version: 3.5" app=Glyphs
4995:  time=level=INFO msg="Found app: 'Glyphs 3' at /Applications/Glyphs 3.app, Version: 3.5, Bundled Version: 3529" app=Glyphs
4996:  time=level=INFO msg="Executing uninstall script for app..." app=Glyphs
4997:  time=level=INFO msg="Looking for app: Glyphs, version: 3.5" app=Glyphs
4998:  time=level=INFO msg="All checks passed for app: Glyphs (glyphs/darwin)"
4999:  time=level=INFO msg="Validating app: Hive (hive-app/darwin)"
5000:  time=level=INFO msg=Downloading...
5001:  time=level=INFO msg="Executing install script..." app=Hive
5002:  time=level=INFO msg="New application detected at: /Applications/Hive.app" app=Hive
5003:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Hive.app'" app=Hive
5004:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/Hive.app'" app=Hive
5005:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=Hive
5006:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/Hive.app: No such xattr: com.apple.quarantine'" app=Hive
5007:  time=level=INFO msg="Spctl output error: <nil>" app=Hive
5008:  time=level=INFO msg="spctl status: spctl status: '/Applications/Hive.app: accepted\nsource=Notarized Developer ID'" app=Hive
5009:  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=Hive
5010:  time=level=INFO msg="Looking for app: Hive, version: 1.2.4" app=Hive
5011:  time=level=INFO msg="Found app: 'Hive' at /Applications/Hive.app, Version: 1.2.4, Bundled Version: 1.2.4" app=Hive
5012:  time=level=INFO msg="Executing uninstall script for app..." app=Hive
5013:  time=level=INFO msg="Looking for app: Hive, version: 1.2.4" app=Hive
5014:  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=Hive
5015:  time=level=INFO msg="All checks passed for app: Hive (hive-app/darwin)"
5016:  time=level=INFO msg="Validating app: MacPacker (macpacker/darwin)"
5017:  time=level=INFO msg=Downloading...
5018:  time=level=INFO msg="Executing install script..." app=MacPacker
5019:  time=level=INFO msg="New application detected at: /Applications/MacPacker.app" app=MacPacker
5020:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/MacPacker.app'" app=MacPacker
5021:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/MacPacker.app'" app=MacPacker
5022:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=MacPacker
5023:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/MacPacker.app: No such xattr: com.apple.quarantine'" app=MacPacker
5024:  time=level=INFO msg="Spctl output error: <nil>" app=MacPacker
5025:  time=level=INFO msg="spctl status: spctl status: '/Applications/MacPacker.app: accepted\nsource=Notarized Developer ID'" app=MacPacker
5026:  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=MacPacker
5027:  time=level=INFO msg="Looking for app: MacPacker, version: 0.15.3" app=MacPacker
5028:  time=level=INFO msg="Found app: 'MacPacker' at /Applications/MacPacker.app, Version: 0.15.3, Bundled Version: 260622060555" app=MacPacker
5029:  time=level=INFO msg="Executing uninstall script for app..." app=MacPacker
5030:  time=level=INFO msg="Looking for app: MacPacker, version: 0.15.3" app=MacPacker
5031:  time=level=INFO msg="All checks passed for app: MacPacker (macpacker/darwin)"
5032:  time=level=INFO msg="Validating app: Parallels Desktop (parallels/darwin)"
5033:  time=level=INFO msg=Downloading...
5034:  time=level=INFO msg="Executing install script..." app="Parallels Desktop"
5035:  time=level=INFO msg="New application detected at: /Applications/Parallels Desktop.app" app="Parallels Desktop"
5036:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Parallels Desktop.app'" app="Parallels Desktop"
5037:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/Parallels Desktop.app'" app="Parallels Desktop"
5038:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app="Parallels Desktop"
5039:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/Parallels Desktop.app: No such xattr: com.apple.quarantine'" app="Parallels Desktop"
5040:  time=level=INFO msg="Spctl output error: <nil>" app="Parallels Desktop"
5041:  time=level=INFO msg="spctl status: spctl status: '/Applications/Parallels Desktop.app: accepted\nsource=Developer ID'" app="Parallels Desktop"
5042:  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="Parallels Desktop"
5043:  time=level=INFO msg="Looking for app: Parallels Desktop, version: 26.4.0" app="Parallels Desktop"
5044:  time=level=INFO msg="Found app: 'Parallels Desktop' at /Applications/Parallels Desktop.app, Version: 26.4.0, Bundled Version: 57513" app="Parallels Desktop"
5045:  time=level=INFO msg="Executing uninstall script for app..." app="Parallels Desktop"
5046:  time=level=INFO msg="Looking for app: Parallels Desktop, version: 26.4.0" app="Parallels Desktop"
5047:  time=level=INFO msg="All checks passed for app: Parallels Desktop (parallels/darwin)"
5048:  time=level=INFO msg="Validating app: ProcessSpy (processspy/darwin)"
5049:  time=level=INFO msg=Downloading...
5050:  time=level=INFO msg="Executing install script..." app=ProcessSpy
5051:  time=level=INFO msg="New application detected at: /Applications/ProcessSpy.app" app=ProcessSpy
5052:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/ProcessSpy.app'" app=ProcessSpy
5053:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/ProcessSpy.app'" app=ProcessSpy
5054:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status 1" app=ProcessSpy
5055:  time=level=INFO msg="Quarantine status: Quarantine status: 'xattr: /Applications/ProcessSpy.app: No such xattr: com.apple.quarantine'" app=ProcessSpy
5056:  time=level=INFO msg="Spctl output error: <nil>" app=ProcessSpy
5057:  time=level=INFO msg="spctl status: spctl status: '/Applications/ProcessSpy.app: accepted\nsource=Notarized Developer ID'" app=ProcessSpy
5058:  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=ProcessSpy
5059:  time=level=INFO msg="Looking for app: ProcessSpy, version: 1.14.0" app=ProcessSpy
5060:  time=level=INFO msg="Found app: 'ProcessSpy' at /Applications/ProcessSpy.app, Version: 1.14.0, Bundled Version: 1.14.0" app=ProcessSpy
5061:  time=level=INFO msg="Executing uninstall script for app..." app=ProcessSpy
5062:  time=level=INFO msg="Looking for app: ProcessSpy, version: 1.14.0" app=ProcessSpy
5063:  time=level=INFO msg="All checks passed for app: ProcessSpy (processspy/darwin)"
5064:  time=level=INFO msg="Validating app: Proton Mail (proton-mail/darwin)"
5065:  time=level=INFO msg=Downloading...
5066:  time=level=INFO msg="Executing install script..." app="Proton Mail"
5067:  time=level=INFO msg="New application detected at: /Applications/Proton Mail.app" app="Proton Mail"
5068:  time=level=INFO msg="Forcing LaunchServices refresh for: '/Applications/Proton Mail.app'" app="Proton Mail"
5069:  time=level=INFO msg="Attempting to remove quarantine for: '/Applications/Proton Mail.app'" app="Proton Mail"
5070:  time=level=INFO msg="Quarantine output error: checking quarantine status: exit status...

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