Skip to content

Update Fleet-maintained apps - #48380

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

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

Conversation

@fleet-release

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

Copy link
Copy Markdown
Contributor

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • Bug Fixes
    • Improved the ChatGPT macOS uninstall experience to more thoroughly remove leftover app data and related user files.
    • Updated the macOS package for Marked to version 3.1.2, including the latest installer download and version check.

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

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

--- /tmp/old.SHQG32	2026-06-27 16:25:13.870041251 +0000
+++ /tmp/new.KpAOWt	2026-06-27 16:25:13.871041255 +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/marked-app/darwin.json

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

@coderabbitai

coderabbitai Bot commented Jun 27, 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: de501912-adb7-4004-bdec-a5eeca50c916

📥 Commits

Reviewing files that changed from the base of the PR and between 5b09386 and 61a07e4.

📒 Files selected for processing (2)
  • ee/maintained-apps/outputs/chatgpt/darwin.json
  • ee/maintained-apps/outputs/marked-app/darwin.json

Walkthrough

Two maintained-app JSON files are updated. In chatgpt/darwin.json, the uninstall_script_ref is switched from a941291b to 34cffa61, replacing the uninstall bash script with one that determines the logged-in GUI user, quits com.openai.chat via osascript, and removes /Applications/ChatGPT.app along with additional ~/Library subdirectories (Widgets, group containers, Containers, WebKit, cookie storage). In marked-app/darwin.json, the app version is bumped from 3.1.0 to 3.1.2, with matching updates to the queries.patched version threshold, installer_url, and sha256 checksum.

Possibly related PRs

  • fleetdm/fleet#48029: Also updates ee/maintained-apps/outputs/marked-app/darwin.json with a newer Marked version, installer URL, and patched query threshold.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is only a one-line summary and does not include the required template sections or checklist details. Add the required issue link, checklist items, testing, database migration, GitOps, and fleetd/orbit sections, or remove non-applicable lines.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title matches the main change: updating Fleet-maintained apps with new ingested 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-2606271621

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

Copy link
Copy Markdown
Contributor

Closing in favor of #48381.

@github-actions github-actions Bot closed this Jun 27, 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