Skip to content

Update Fleet-maintained apps - #45562

Merged
allenhouchins merged 2 commits into
mainfrom
fma-2605150020
May 15, 2026
Merged

Update Fleet-maintained apps#45562
allenhouchins merged 2 commits into
mainfrom
fma-2605150020

Conversation

@fleet-release

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

Copy link
Copy Markdown
Contributor

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • Chores
    • Updated Arc to 1.147.0
    • Updated Linear to 1.30.0 and switched installer format to dmg
    • Updated Okta Verify to 9.63.0
    • Updated Postman to 12.10.5
    • Updated Zen Browser to 1.19.13b

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/linear/darwin.json

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

ee/maintained-apps/outputs/okta-verify/darwin.json

=== Install // 0300cffe -> 9061389b ===

--- /tmp/old.wjKr7M	2026-05-15 00:23:36.803163217 +0000
+++ /tmp/new.FP4gnh	2026-05-15 00:23:36.803163217 +0000
@@ -96,5 +96,5 @@
 
 # install pkg files
 quit_and_track_application 'com.okta.mobile'
-sudo installer -pkg "$TMPDIR/OktaVerify-9.61.1-6117-b7fcc00.pkg" -target /
+sudo installer -pkg "$TMPDIR/OktaVerify-9.63.0-6186-0c33212.pkg" -target /
 relaunch_application 'com.okta.mobile'

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

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

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

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

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

@coderabbitai

coderabbitai Bot commented May 15, 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: a9a50ec3-4dbc-4d9c-8e6d-46d22db7b1ad

📥 Commits

Reviewing files that changed from the base of the PR and between 7ce9841 and 607ce23.

📒 Files selected for processing (2)
  • ee/maintained-apps/inputs/homebrew/linear.json
  • ee/maintained-apps/outputs/linear/darwin.json
✅ Files skipped from review due to trivial changes (1)
  • ee/maintained-apps/inputs/homebrew/linear.json

Walkthrough

This PR updates multiple maintained-app configuration files. Linear (macOS) is bumped from 1.28.13 to 1.30.0: the versions object’s patched check, installer_url, and sha256 were updated, and the install_script_ref was replaced with a new script that mounts and copies from a DMG. Other maintained-app entries (Arc, Okta Verify, Postman, Zen) also receive version, patched-query, installer URL, and checksum updates; Okta Verify’s install script ref was changed to match its new pkg filename.

Possibly related PRs

  • fleetdm/fleet#44962: Updates Arc browser macOS installer metadata in the same file (ee/maintained-apps/outputs/arc/darwin.json), synchronizing version, version-compare threshold, URL, and checksum.
  • fleetdm/fleet#45098: Updates Zen Browser macOS installer fields (version, queries.patched version-compare, installer_url, and sha256) in the same file.
  • fleetdm/fleet#45016: Updates Postman Windows installer metadata in the same file, bumping version and aligning version-compare threshold, URL, and checksum.
🚥 Pre-merge checks | ✅ 3 | ❌ 2

❌ Failed checks (1 warning, 1 inconclusive)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is minimal, providing only a generic statement about automated ingestion without details about the changes, affected apps, or testing performed. Expand the description to include details about which apps were updated, version changes, the Linear installer format change, and confirmation of any testing or validation performed.
Title check ❓ Inconclusive The title 'Update Fleet-maintained apps' is generic and does not clearly specify the primary change; it lacks details about version updates or the Linear DMG installer switch. Consider making the title more specific, such as 'Update Fleet-maintained app versions and switch Linear to DMG installer' to better convey the main changes.
✅ Passed checks (3 passed)
Check name Status Explanation
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-2605150020

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.

Change Linear's Homebrew input to use a dmg installer (installer_format: dmg) and update the darwin output to reference a new install script. The new install script mounts the .dmg with hdiutil, copies the app from the mounted volume, and preserves the previous behavior of backing up an existing app, quitting/relaunching the app, and other housekeeping. Updated install_script_ref to point to the new script.
@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/linear/darwin.json

=== Install // ee9fbf25 -> a8868f79 ===

--- /tmp/old.47xPYH	2026-05-15 02:33:42.029321983 +0000
+++ /tmp/new.Cv4jZw	2026-05-15 02:33:42.029321983 +0000
@@ -95,7 +95,10 @@
 
 
 # extract contents
-unzip "$INSTALLER_PATH" -d "$TMPDIR"
+MOUNT_POINT=$(mktemp -d /tmp/dmg_mount_XXXXXX)
+hdiutil attach -plist -nobrowse -readonly -mountpoint "$MOUNT_POINT" "$INSTALLER_PATH"
+sudo cp -R "$MOUNT_POINT"/* "$TMPDIR"
+hdiutil detach "$MOUNT_POINT"
 # copy to the applications folder
 quit_and_track_application 'com.linear'
 if [ -d "$APPDIR/Linear.app" ]; then

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

ee/maintained-apps/outputs/okta-verify/darwin.json

=== Install // 0300cffe -> 9061389b ===

--- /tmp/old.IB38Ka	2026-05-15 02:33:42.076322096 +0000
+++ /tmp/new.ce9exe	2026-05-15 02:33:42.076322096 +0000
@@ -96,5 +96,5 @@
 
 # install pkg files
 quit_and_track_application 'com.okta.mobile'
-sudo installer -pkg "$TMPDIR/OktaVerify-9.61.1-6117-b7fcc00.pkg" -target /
+sudo installer -pkg "$TMPDIR/OktaVerify-9.63.0-6186-0c33212.pkg" -target /
 relaunch_application 'com.okta.mobile'

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

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

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

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

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

@allenhouchins
allenhouchins merged commit ef3acc8 into main May 15, 2026
14 checks passed
@allenhouchins
allenhouchins deleted the fma-2605150020 branch May 15, 2026 02:35
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