Skip to content

Update Fleet-maintained apps#48383

Merged
allenhouchins merged 1 commit into
mainfrom
fma-2606280023
Jun 28, 2026
Merged

Update Fleet-maintained apps#48383
allenhouchins merged 1 commit into
mainfrom
fma-2606280023

Conversation

@fleet-release

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

Copy link
Copy Markdown
Contributor

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • Bug Fixes
    • Updated macOS installer metadata for Antigravity, ChatGPT Desktop, DevKnife, jamovi, Marked, Netron, OpenAudible, and Workflowy to newer versions.
    • Refreshed download links and checksums so installs and updates use the latest available release files.
    • Improved ChatGPT Desktop cleanup behavior during removal for a more complete uninstall.

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

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

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

=== Install Script (no changes) ===
=== Uninstall // a941291b -> 34cffa61 ===

--- /tmp/old.NJM91G	2026-06-28 00:27:59.051586417 +0000
+++ /tmp/new.TYmvy3	2026-06-28 00:27:59.051586417 +0000
@@ -94,11 +94,17 @@
 
 quit_application 'com.openai.chat'
 sudo rm -rf "$APPDIR/ChatGPT.app"
+trash $LOGGED_IN_USER '~/Library/Application Scripts/com.openai.chat.Widgets'
+trash $LOGGED_IN_USER '~/Library/Application Scripts/group.com.openai.chat'
 trash $LOGGED_IN_USER '~/Library/Application Support/ChatGPT'
 trash $LOGGED_IN_USER '~/Library/Application Support/com.openai.chat'
 trash $LOGGED_IN_USER '~/Library/Caches/com.openai.chat'
+trash $LOGGED_IN_USER '~/Library/Containers/com.openai.chat.Widgets'
+trash $LOGGED_IN_USER '~/Library/Group Containers/group.com.openai.chat'
+trash $LOGGED_IN_USER '~/Library/HTTPStorages/ChatGPTHelper.binarycookies'
 trash $LOGGED_IN_USER '~/Library/HTTPStorages/com.openai.chat'
 trash $LOGGED_IN_USER '~/Library/HTTPStorages/com.openai.chat.binarycookies'
 trash $LOGGED_IN_USER '~/Library/Preferences/com.openai.chat.*.plist'
 trash $LOGGED_IN_USER '~/Library/Preferences/com.openai.chat.plist'
 trash $LOGGED_IN_USER '~/Library/Saved Application State/com.openai.chat.savedState'
+trash $LOGGED_IN_USER '~/Library/WebKit/com.openai.chat'

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

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

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

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

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

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

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

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

@coderabbitai

coderabbitai Bot commented Jun 28, 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: da63053e-858a-45f7-9f67-70aa7c76aeec

📥 Commits

Reviewing files that changed from the base of the PR and between 5b09386 and 35eecd5.

📒 Files selected for processing (8)
  • ee/maintained-apps/outputs/antigravity/darwin.json
  • ee/maintained-apps/outputs/chatgpt/darwin.json
  • ee/maintained-apps/outputs/devknife/darwin.json
  • ee/maintained-apps/outputs/jamovi/darwin.json
  • ee/maintained-apps/outputs/marked-app/darwin.json
  • ee/maintained-apps/outputs/netron/darwin.json
  • ee/maintained-apps/outputs/openaudible/darwin.json
  • ee/maintained-apps/outputs/workflowy/darwin.json

Walkthrough

Seven macOS maintained-app JSON entries receive version bumps—Antigravity (2.1.4→2.2.1), DevKnife (1.15.3→1.15.4), Jamovi (2.7.31.0→2.7.34.0), Marked (3.1.0→3.1.3), Netron (9.1.2→9.1.3), OpenAudible (4.8.5→4.8.6), and Workflowy (4.3.2606251429→4.3.2606271457)—updating version, queries.patched comparison target, installer_url, and sha256 in each. The ChatGPT entry changes its uninstall_script_ref from a941291b to 34cffa61, replacing the referenced script with one that handles glob patterns in trash() and removes a broader set of filesystem locations for com.openai.chat.

Possibly related PRs

  • fleetdm/fleet#47886: Also bumps the Workflowy macOS version in the same darwin.json file with the same metadata fields.
  • fleetdm/fleet#48029: Also updates ee/maintained-apps/outputs/marked-app/darwin.json with a version bump and corresponding installer metadata.
  • fleetdm/fleet#48347: Also modifies ee/maintained-apps/outputs/marked-app/darwin.json, bumping the Marked version and adjusting the same fields.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is far too brief and omits the required template sections and checklist details. Add the Related issue line, complete the checklist sections, and include any relevant testing, QA, migration, or configuration notes.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title matches the main change: updating 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-2606280023

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.

@allenhouchins allenhouchins merged commit 4987673 into main Jun 28, 2026
12 of 13 checks passed
@allenhouchins allenhouchins deleted the fma-2606280023 branch June 28, 2026 03:00
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