Skip to content

Update Fleet-maintained apps - #49050

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

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

Conversation

@fleet-release

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

Copy link
Copy Markdown
Contributor

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • Updates
    • Refreshed app metadata and download details for multiple maintained apps on macOS and Windows, including AltTab, Badgeify, BetterTouchTool, EM Client, Mendeley Reference Manager, Setapp Agent, Signal, Tuple, Webex, WeChat, WhatsApp, and WorksheetCrafter.
    • These updates align version checks with the latest releases and point installs to the newest available packages.
    • Improved package integrity data with updated checksum values where applicable.

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

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Script Diff Results

ee/maintained-apps/outputs/alt-tab/darwin.json

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

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

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

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

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

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

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

ee/maintained-apps/outputs/mendeley-reference-manager/darwin.json

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

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

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

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

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

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

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

ee/maintained-apps/outputs/webex/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/whatsapp/darwin.json

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

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

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

--- /tmp/old.zTh55Y	2026-07-09 16:28:30.024982259 +0000
+++ /tmp/new.4vvtqk	2026-07-09 16:28:30.024982259 +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) ===

@coderabbitai

coderabbitai Bot commented Jul 9, 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: 0eddd70b-9814-41c1-beb4-48373e2a12cd

📥 Commits

Reviewing files that changed from the base of the PR and between 0fda179 and f6c2729.

📒 Files selected for processing (12)
  • ee/maintained-apps/outputs/alt-tab/darwin.json
  • ee/maintained-apps/outputs/badgeify/darwin.json
  • ee/maintained-apps/outputs/bettertouchtool/darwin.json
  • ee/maintained-apps/outputs/emclient/darwin.json
  • ee/maintained-apps/outputs/mendeley-reference-manager/darwin.json
  • ee/maintained-apps/outputs/setapp/darwin.json
  • ee/maintained-apps/outputs/signal/windows.json
  • ee/maintained-apps/outputs/tuple/darwin.json
  • ee/maintained-apps/outputs/webex/darwin.json
  • ee/maintained-apps/outputs/wechat/darwin.json
  • ee/maintained-apps/outputs/whatsapp/darwin.json
  • ee/maintained-apps/outputs/worksheet-crafter/darwin.json

Walkthrough

This PR updates version metadata for twelve Fleet-maintained app manifest entries across macOS and Windows platforms: alt-tab, badgeify, bettertouchtool, emclient, mendeley-reference-manager, setapp, signal, tuple, webex, wechat, whatsapp, and worksheet-crafter. Each update bumps the app's version field, adjusts the queries.patched version comparison threshold, and updates the installer_url and sha256 checksum to match the new release. The worksheet-crafter entry additionally swaps its install_script_ref to a new script ID and updates the embedded installer script to reference the new package filename.

Possibly related PRs

  • fleetdm/fleet#48920: Both PRs update ee/maintained-apps/outputs/worksheet-crafter/darwin.json for the 2026.2.11 release, including the install_script_ref swap and installer script payload.
  • fleetdm/fleet#48936: Both PRs bump worksheet-crafter version, patched baseline, installer_url/sha256, and swap install_script_ref identically.
  • fleetdm/fleet#48682: Both PRs update the same alt-tab/darwin.json entry, changing version, patched threshold, installer_url, and sha256.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is too brief and misses the repository's required template sections and checklist details. Expand it to include the Related issue line and the checklist/testing sections, or remove inapplicable items as the template requires.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title is concise and clearly describes the main change: updating Fleet-maintained apps.
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-2607091621

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 9, 2026

Copy link
Copy Markdown
Contributor

Closing in favor of #49055.

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