Skip to content

Update Fleet-maintained apps - #48392

Merged
allenhouchins merged 1 commit into
mainfrom
fma-2606290929
Jun 29, 2026
Merged

Update Fleet-maintained apps#48392
allenhouchins merged 1 commit into
mainfrom
fma-2606290929

Conversation

@fleet-release

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

Copy link
Copy Markdown
Contributor

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • Bug Fixes
    • Updated package metadata for several apps on macOS and Windows to reflect newer releases.
    • Refreshed installer download links and checksum values to match the latest versions.
    • Brought version-detection checks in line with the updated app builds so install status is reported correctly.

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

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

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

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

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

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

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

=== Install Script (no changes) ===
=== Uninstall // 0d1cfa19 -> db5b3d96 ===

--- /tmp/old.MRYwYz	2026-06-29 09:35:46.559780676 +0000
+++ /tmp/new.eSgyXp	2026-06-29 09:35:46.560780686 +0000
@@ -1,4 +1,4 @@
-$product_code = '{AD209B85-AD7D-52D7-AAC5-7BD23D06F0F7}'
+$product_code = '{C3CA8C95-7298-5ACF-ACD0-1F954F0A551F}'
 $timeoutSeconds = 300  # 5 minute timeout
 
 # Fleet uninstalls app using product code that's extracted on upload

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

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

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

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

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

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

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

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

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

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

ee/maintained-apps/outputs/zoom-rooms/windows.json

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

@coderabbitai

coderabbitai Bot commented Jun 29, 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: f0a09f0d-3aec-4be9-bc07-7aadd11adfc2

📥 Commits

Reviewing files that changed from the base of the PR and between b20bf64 and e0132d1.

📒 Files selected for processing (10)
  • ee/maintained-apps/outputs/apidog/darwin.json
  • ee/maintained-apps/outputs/codex-app/darwin.json
  • ee/maintained-apps/outputs/dockside/darwin.json
  • ee/maintained-apps/outputs/dropbox/windows.json
  • ee/maintained-apps/outputs/postman/windows.json
  • ee/maintained-apps/outputs/readest/darwin.json
  • ee/maintained-apps/outputs/readest/windows.json
  • ee/maintained-apps/outputs/recut/darwin.json
  • ee/maintained-apps/outputs/vuescan/darwin.json
  • ee/maintained-apps/outputs/zoom-rooms/windows.json

Walkthrough

Ten maintained-app JSON manifests were updated with new release metadata. On macOS: Apidog bumped to 2.8.36, Codex to 26.623.61825, Dockside to 2.9.18, Readest to 0.11.17, Recut to 4.4.8, and VueScan to 9.8.56. On Windows: Postman bumped to 12.17.0, Readest to 0.11.17, Zoom Rooms to 7.1.0, and Dropbox to 260.3.2813. Each change updates the version field, the patched SQL version_compare threshold, the installer_url, and the sha256 checksum. Dropbox additionally replaces the uninstall_script_ref and the corresponding uninstall script entry with a new MSI product code.

Possibly related PRs

  • fleetdm/fleet#47849: Previous Apidog macOS version bump updating the same fields in ee/maintained-apps/outputs/apidog/darwin.json.
  • fleetdm/fleet#48151: Previous Dockside macOS version bump updating the same fields in ee/maintained-apps/outputs/dockside/darwin.json.
  • fleetdm/fleet#48308: Previous Codex macOS version bump updating the same fields in ee/maintained-apps/outputs/codex-app/darwin.json.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is too vague and does not follow the required template or include the checklist sections. Replace it with the template sections, add the related issue, and fill in the relevant checklist/testing details.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title is concise and accurately summarizes the main change: updating Fleet-maintained apps.
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-2606290929

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 7ff21b0 into main Jun 29, 2026
12 of 13 checks passed
@allenhouchins
allenhouchins deleted the fma-2606290929 branch June 29, 2026 12:36
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