Skip to content

Update Fleet-maintained apps - #52157

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

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

Conversation

@fleet-release

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

Copy link
Copy Markdown
Contributor

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • Updates
    • Updated the ChatGPT macOS app to version 26.825.51511.
    • Updated ExtraDock for macOS to version 4.3.8, including corrected application path handling.
    • Updated the Firefox Nightly macOS installer to a newer build.
  • Bug Fixes
    • Improved ExtraDock installation, replacement, rollback, and uninstallation reliability.

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

Copy link
Copy Markdown
Contributor

Script Diff Results

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

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

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

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

--- /tmp/old.xaEbqJ	2026-08-30 08:09:28.407085290 +0000
+++ /tmp/new.BdMbST	2026-08-30 08:09:28.407085290 +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 // 40adcc1a -> 39871f56 ===

--- /tmp/old.hUEXEh	2026-08-30 08:09:28.434085031 +0000
+++ /tmp/new.5QkwYW	2026-08-30 08:09:28.434085031 +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/firefox@nightly/darwin.json

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

@coderabbitai

coderabbitai Bot commented Aug 30, 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: f9140cef-722a-4d85-86b3-8bd1780014d0

📥 Commits

Reviewing files that changed from the base of the PR and between 03f1f74 and c3b197e.

📒 Files selected for processing (3)
  • ee/maintained-apps/outputs/chatgpt/darwin.json
  • ee/maintained-apps/outputs/extradock/darwin.json
  • ee/maintained-apps/outputs/firefox@nightly/darwin.json

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


Walkthrough

Updated macOS manifests for ChatGPT, ExtraDock, and Firefox Nightly with newer package metadata, installer URLs, and SHA-256 checksums. Updated version and patch targets for ChatGPT and ExtraDock. Corrected ExtraDock installation, rollback, restoration, and uninstallation paths to use /Applications/ExtraDock.app.

Merge Risk: ⚪ Minimal · up to c3b19

This PR refreshes maintained-app versions, download metadata, checksums, and an application path in three localized manifest files; no actionable merge-blocking risk remains beyond normal checks and review.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description correctly identifies the automated app-data ingestion, but it omits the required issue reference, checklist sections, and testing information from the repository template. Update the description to follow the repository template. Add or remove the related issue line as appropriate, complete all applicable checklist items, document testing or explain why it is not applicable, and remove irrelevant sections if …
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes 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. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
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.
Full details: Description check

Resolution

Update the description to follow the repository template. Add or remove the related issue line as appropriate, complete all applicable checklist items, document testing or explain why it is not applicable, and remove irrelevant sections if they do not apply.

Full details: Docstring Coverage

Explanation

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. (3 skipped: 3 unsupported.)

  • Fix all pre-merge checks with AI
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fma-2608300802

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

@github-actions github-actions Bot closed this Aug 30, 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