Skip to content

Update Fleet-maintained apps - #48981

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

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

Conversation

@fleet-release

@fleet-release fleet-release commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • Chores
    • Updated installer metadata for multiple maintained apps on Windows and macOS to recent releases.
    • Improved version detection and download references so managed installs recognize the latest available builds.
    • Refreshed package checksums and download links to match the newer installers.

Generated automatically with cmd/maintained-apps.
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Script Diff Results

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

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

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

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

ee/maintained-apps/outputs/brave-browser/darwin.json

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

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

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

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

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

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

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

ee/maintained-apps/outputs/hive-app/darwin.json

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

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

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

ee/maintained-apps/outputs/marked-app/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/proxyman/windows.json

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

ee/maintained-apps/outputs/remote-desktop-manager/windows.json

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

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

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

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

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

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

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

ee/maintained-apps/outputs/worksheet-crafter/darwin.json

=== Install // 545289c7 -> 9be99456 ===

--- /tmp/old.wXkhhW	2026-07-08 20:22:36.444306987 +0000
+++ /tmp/new.b4Q4Sz	2026-07-08 20:22:36.444306987 +0000
@@ -96,5 +96,5 @@
 
 # install pkg files
 quit_and_track_application 'com.SchoolCraft.WillBeReplacedByQMake'
-sudo installer -pkg "$TMPDIR/worksheet-crafter_2026.2.4.pkg" -target /
+sudo installer -pkg "$TMPDIR/worksheet-crafter_2026.2.11.pkg" -target /
 relaunch_application 'com.SchoolCraft.WillBeReplacedByQMake'

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

ee/maintained-apps/outputs/yubico-authenticator/windows.json

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

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

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

@coderabbitai

coderabbitai Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

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: 5529c517-ec7f-4237-af49-06ec12f9150e

📥 Commits

Reviewing files that changed from the base of the PR and between f24af18 and 4cc7c6a.

📒 Files selected for processing (18)
  • ee/maintained-apps/outputs/alfaview/windows.json
  • ee/maintained-apps/outputs/betterdisplay/darwin.json
  • ee/maintained-apps/outputs/brave-browser/darwin.json
  • ee/maintained-apps/outputs/clop/darwin.json
  • ee/maintained-apps/outputs/dialpad/darwin.json
  • ee/maintained-apps/outputs/extradock/darwin.json
  • ee/maintained-apps/outputs/hive-app/darwin.json
  • ee/maintained-apps/outputs/lookaway/darwin.json
  • ee/maintained-apps/outputs/marked-app/darwin.json
  • ee/maintained-apps/outputs/nordvpn/darwin.json
  • ee/maintained-apps/outputs/proxyman/windows.json
  • ee/maintained-apps/outputs/remote-desktop-manager/windows.json
  • ee/maintained-apps/outputs/retcon/darwin.json
  • ee/maintained-apps/outputs/wavebox/darwin.json
  • ee/maintained-apps/outputs/wechat/darwin.json
  • ee/maintained-apps/outputs/worksheet-crafter/darwin.json
  • ee/maintained-apps/outputs/yubico-authenticator/windows.json
  • ee/maintained-apps/outputs/zed/windows.json

Walkthrough

This pull request updates version metadata across nineteen Fleet-maintained app output JSON files (darwin.json and windows.json) for various applications including Alfaview, BetterDisplay, Brave Browser, Clop, Dialpad, ExtraDock, Hive, LookAway, Marked, NordVPN, Proxyman, Remote Desktop Manager, Retcon, Wavebox, WeChat, Worksheet Crafter, Yubico Authenticator, and Zed. Each update bumps the app version field, adjusts the patched-state SQL version comparison, replaces the installer URL, and updates the sha256 checksum. Worksheet Crafter additionally updates its install script reference to point to the new package file. Install/uninstall script references remain unchanged elsewhere.

Possibly related PRs

  • fleetdm/fleet#48936: Both PRs modify ee/maintained-apps/outputs/worksheet-crafter/darwin.json, bumping the release and updating patched/installer_url/sha256 plus the install_script_ref entry.
  • fleetdm/fleet#48812: Both PRs are Fleet-maintained app metadata refreshes updating the same JSON structures for hive-app/darwin.json and wavebox/darwin.json.
  • fleetdm/fleet#48196: Both PRs update the same maintained-app output JSONs (wavebox/darwin.json and wechat/darwin.json) with version, queries, installer_url, and sha256 changes.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is far shorter than the template and omits the required issue, checklist, testing, migration, and configuration sections. Expand the PR description to match the template, including the related issue and the required checklist sections with applicable details.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the automated update of Fleet-maintained app data.
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fma-2607082013

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.

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Closing in favor of #48985.

@github-actions github-actions Bot closed this Jul 8, 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