Skip to content

Update Fleet-maintained apps - #51681

Merged
allenhouchins merged 1 commit into
mainfrom
fma-2608210221
Aug 21, 2026
Merged

allenhouchins merged 1 commit into
mainfrom
fma-2608210221

Conversation

@fleet-release

@fleet-release fleet-release commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • New Features
    • Updated maintained-app catalog entries for the latest releases of Antigravity, Antinote, Anytype, AWS CLI, Beeper, BetterMouse, Bitwarden, Bruno, ChatGPT, Cursor, DataGrip, ExtraDock, Ferdium, Filebeat, GDevelop, Google Chrome, Google Earth Pro, Joplin, Microsoft Edge, Notepad.exe, Okta Advanced Server Access, Ollama, Signal, Superwhisper, Warp, Winlogbeat, and Wispr Flow.
    • Refreshed download links, version detection, and release checksums where applicable.
    • Corrected ExtraDock removal handling to reliably uninstall the application.

Generated automatically with cmd/maintained-apps.
@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/antinote/darwin.json

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

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

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

ee/maintained-apps/outputs/aws-cli/windows.json

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

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

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

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

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

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

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

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

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

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

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

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

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

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

=== Install // b1d54782 -> faf78276 ===

--- /tmp/old.GPUjlP	2026-08-21 02:30:23.060627933 +0000
+++ /tmp/new.LoBn6S	2026-08-21 02:30:23.060627933 +0000
@@ -101,15 +101,15 @@
 hdiutil detach "$MOUNT_POINT" || true
 # copy to the applications folder
 quit_and_track_application 'dignicy.extraDock'
-if [ -d "$APPDIR/ExtraDock.app" ]; then
-	sudo mv "$APPDIR/ExtraDock.app" "$TMPDIR/ExtraDock.app.bkp" || exit $?
+if [ -d "$APPDIR/extraDock.app" ]; then
+	sudo mv "$APPDIR/extraDock.app" "$TMPDIR/extraDock.app.bkp" || exit $?
 fi
-if ! sudo cp -R "$TMPDIR/ExtraDock.app" "$APPDIR"; then
+if ! sudo cp -R "$TMPDIR/extraDock.app" "$APPDIR"; then
 	# remove the partial copy so a failed install isn't inventoried as the new
 	# version, then restore the previous version if there was one
-	sudo rm -rf "$APPDIR/ExtraDock.app"
-	if [ -d "$TMPDIR/ExtraDock.app.bkp" ]; then
-		sudo mv "$TMPDIR/ExtraDock.app.bkp" "$APPDIR/ExtraDock.app"
+	sudo rm -rf "$APPDIR/extraDock.app"
+	if [ -d "$TMPDIR/extraDock.app.bkp" ]; then
+		sudo mv "$TMPDIR/extraDock.app.bkp" "$APPDIR/extraDock.app"
 	fi
 	exit 1
 fi

=== Uninstall // 39871f56 -> 40adcc1a ===

--- /tmp/old.30CtiA	2026-08-21 02:30:23.082627686 +0000
+++ /tmp/new.fIgO5d	2026-08-21 02:30:23.082627686 +0000
@@ -93,7 +93,7 @@
 }
 
 quit_application 'dignicy.extraDock'
-sudo rm -rf "$APPDIR/ExtraDock.app"
+sudo rm -rf "$APPDIR/extraDock.app"
 trash $LOGGED_IN_USER '~/Library/Application Support/ExtraDock'
 trash $LOGGED_IN_USER '~/Library/Caches/dignicy.extraDock'
 trash $LOGGED_IN_USER '~/Library/HTTPStorages/dignicy.extraDock'

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

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

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

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

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

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

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

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

ee/maintained-apps/outputs/google-chrome/windows.json

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

ee/maintained-apps/outputs/google-earth-pro/windows.json

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

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

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

ee/maintained-apps/outputs/microsoft-edge/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/okta-advanced-server-access/darwin.json

=== Install // cb761294 -> da255dab ===

--- /tmp/old.CFiFGp	2026-08-21 02:30:23.401624095 +0000
+++ /tmp/new.dec3Fd	2026-08-21 02:30:23.401624095 +0000
@@ -96,5 +96,5 @@
 
 # install pkg files
 quit_and_track_application 'com.scaleft.ScaleFT'
-sudo installer -pkg "$TMPDIR/ScaleFT-1.109.0.pkg" -target / || exit $?
+sudo installer -pkg "$TMPDIR/ScaleFT-1.111.1.pkg" -target / || exit $?
 relaunch_application 'com.scaleft.ScaleFT'

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

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

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

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

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

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

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

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

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

ee/maintained-apps/outputs/winlogbeat/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) ===

@coderabbitai

coderabbitai Bot commented Aug 21, 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 Plus

Run ID: 5dd6be5f-f9b2-4d89-bdd2-5a8efcaeb747

📥 Commits

Reviewing files that changed from the base of the PR and between 1f57d45 and ed06610.

📒 Files selected for processing (31)
  • ee/maintained-apps/outputs/antigravity/darwin.json
  • ee/maintained-apps/outputs/antinote/darwin.json
  • ee/maintained-apps/outputs/anytype/darwin.json
  • ee/maintained-apps/outputs/aws-cli/windows.json
  • ee/maintained-apps/outputs/beeper/darwin.json
  • ee/maintained-apps/outputs/bettermouse/darwin.json
  • ee/maintained-apps/outputs/bitwarden/darwin.json
  • ee/maintained-apps/outputs/bitwarden/windows.json
  • ee/maintained-apps/outputs/bruno/windows.json
  • ee/maintained-apps/outputs/chatgpt/darwin.json
  • ee/maintained-apps/outputs/cursor/darwin.json
  • ee/maintained-apps/outputs/datagrip/darwin.json
  • ee/maintained-apps/outputs/extradock/darwin.json
  • ee/maintained-apps/outputs/ferdium/darwin.json
  • ee/maintained-apps/outputs/filebeat/windows.json
  • ee/maintained-apps/outputs/gdevelop/darwin.json
  • ee/maintained-apps/outputs/gdevelop/windows.json
  • ee/maintained-apps/outputs/google-chrome/windows.json
  • ee/maintained-apps/outputs/google-earth-pro/windows.json
  • ee/maintained-apps/outputs/joplin/darwin.json
  • ee/maintained-apps/outputs/microsoft-edge/darwin.json
  • ee/maintained-apps/outputs/notepadexe/darwin.json
  • ee/maintained-apps/outputs/okta-advanced-server-access/darwin.json
  • ee/maintained-apps/outputs/ollama/darwin.json
  • ee/maintained-apps/outputs/ollama/windows.json
  • ee/maintained-apps/outputs/signal/darwin.json
  • ee/maintained-apps/outputs/signal/windows.json
  • ee/maintained-apps/outputs/superwhisper/darwin.json
  • ee/maintained-apps/outputs/warp/darwin.json
  • ee/maintained-apps/outputs/winlogbeat/windows.json
  • ee/maintained-apps/outputs/wispr-flow/darwin.json

Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review.


Walkthrough

Updated 31 maintained-app definitions for newer macOS and Windows releases. Most changes update versions, patch queries, installer URLs, and SHA-256 checksums. ExtraDock now uses a lowercase application path for uninstall operations. Okta Advanced Server Access now references the installation script for version 1.111.1. Other query and script references remain unchanged.

Possibly related PRs

  • fleetdm/fleet#47570: Updates maintained-app metadata with newer versions, URLs, checksums, and patch queries.
  • fleetdm/fleet#47662: Updates overlapping maintained-app metadata, including AWS CLI.
  • fleetdm/fleet#49101: Refreshes overlapping entries such as AWS CLI, BetterMouse, ChatGPT, Microsoft Edge, and Signal.

Merge Risk: ⚪ Minimal · up to ed066

This change updates maintained app data without any actionable merge-blocking risk remaining; it is merge-ready after normal checks and review.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description states the general purpose but omits the required issue reference, checklist decisions, and testing information. Add the related issue or mark it not applicable, complete applicable checklist items, and document testing and manual QA results.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the primary change to Fleet-maintained app data and is concise.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (31 skipped: 31 unsupported.)
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-2608210221

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.

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