Skip to content

Update Fleet-maintained apps - #49184

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

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

Conversation

@fleet-release

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

Copy link
Copy Markdown
Contributor

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • New Features
    • Updated app availability to the latest releases for Darwin, Windows, and macOS, including Apidog, Claude, CMake, CodexBar, DataGrip, Downie, Hive, Jitsi Meet, LinearMouse, Netron, Notepad, ocenaudio, OneDrive, Transmission, Unity Hub, Wireshark, Wispr Flow, and Zed.
  • Bug Fixes
    • Improved Google Gemini removal handling with an updated uninstall routine.
    • Refreshed installer links and verification checks to support reliable installation and upgrades.

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

Copy link
Copy Markdown
Contributor

Script Diff Results

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

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

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

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

ee/maintained-apps/outputs/cmake-app/windows.json

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

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

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

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

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

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

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

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

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

ee/maintained-apps/outputs/google-gemini/darwin.json

=== Install Script (no changes) ===
=== Uninstall // 8fa0e2d9 -> b919e16a ===

--- /tmp/old.tmbYU1	2026-07-12 05:33:11.263747834 +0000
+++ /tmp/new.mVvnMT	2026-07-12 05:33:11.264747839 +0000
@@ -245,5 +245,6 @@
 trash $LOGGED_IN_USER '~/Library/Caches/com.google.GeminiMacOS'
 trash $LOGGED_IN_USER '~/Library/Caches/com.google.GeminiMacOS.launcher'
 trash $LOGGED_IN_USER '~/Library/Google/GoogleSoftwareUpdate/Actives/com.google.GeminiMacOS'
+trash $LOGGED_IN_USER '~/Library/Group Containers/group.com.google.gemini'
 trash $LOGGED_IN_USER '~/Library/HTTPStorages/com.google.GeminiMacOS'
 trash $LOGGED_IN_USER '~/Library/Preferences/com.google.GeminiMacOS.*'

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

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

ee/maintained-apps/outputs/jitsi-meet/darwin.json

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

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

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

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

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

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

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

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

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

ee/maintained-apps/outputs/unity-hub/darwin.json

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

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

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

ee/maintained-apps/outputs/wispr-flow/darwin.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 12, 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: ffc56d95-3cae-406c-a789-2798726defbe

📥 Commits

Reviewing files that changed from the base of the PR and between 2299f02 and 24970e3.

📒 Files selected for processing (20)
  • ee/maintained-apps/outputs/apidog/darwin.json
  • ee/maintained-apps/outputs/claude/darwin.json
  • ee/maintained-apps/outputs/cmake-app/windows.json
  • ee/maintained-apps/outputs/codexbar/darwin.json
  • ee/maintained-apps/outputs/datagrip/darwin.json
  • ee/maintained-apps/outputs/datagrip/windows.json
  • ee/maintained-apps/outputs/downie/darwin.json
  • ee/maintained-apps/outputs/google-gemini/darwin.json
  • ee/maintained-apps/outputs/hive-app/darwin.json
  • ee/maintained-apps/outputs/jitsi-meet/darwin.json
  • ee/maintained-apps/outputs/linearmouse/darwin.json
  • ee/maintained-apps/outputs/netron/darwin.json
  • ee/maintained-apps/outputs/notepadexe/darwin.json
  • ee/maintained-apps/outputs/ocenaudio/windows.json
  • ee/maintained-apps/outputs/onedrive/windows.json
  • ee/maintained-apps/outputs/transmission/windows.json
  • ee/maintained-apps/outputs/unity-hub/darwin.json
  • ee/maintained-apps/outputs/wireshark/windows.json
  • ee/maintained-apps/outputs/wispr-flow/darwin.json
  • ee/maintained-apps/outputs/zed/windows.json

Walkthrough

Updated maintained-app metadata for multiple macOS and Windows applications, including version values, patch-detection queries, installer URLs, and SHA-256 checksums. The Gemini macOS entry now references a different uninstall script hash and script mapping. Existing installation and uninstallation references remain unchanged for the version updates.

Possibly related PRs

  • fleetdm/fleet#49101: Updates overlapping maintained-app metadata fields across several macOS and Windows manifests.
  • fleetdm/fleet#49032: Applies similar coordinated version, patch-query, installer URL, and checksum updates.
  • fleetdm/fleet#48385: Modifies the Gemini macOS uninstall script reference and associated script content.
🚥 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 omits the required issue link and checklist/testing sections from the template. Add the related issue line and fill out the required checklist and Testing sections, or delete inapplicable items.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title matches the main change: automated updates to 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-2607120501

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 #49185.

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