Skip to content

Update Fleet-maintained apps - #48740

Merged
allenhouchins merged 1 commit into
mainfrom
fma-2607051224
Jul 5, 2026
Merged

Update Fleet-maintained apps#48740
allenhouchins merged 1 commit into
mainfrom
fma-2607051224

Conversation

@fleet-release

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

Copy link
Copy Markdown
Contributor

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • Chores
    • Updated installer metadata for several apps to point to newer releases, including Cherry Studio, CodexBar, CotEditor, PureVPN, Wealthfolio, and Windows App.
    • Refreshed version checks, download links, and package checksums so supported installs and update detection match the latest app builds.

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

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Script Diff Results

ee/maintained-apps/outputs/cherry-studio/darwin.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/coteditor/darwin.json

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

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

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

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

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

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

=== Install // 6f24633a -> 0c6d78e2 ===

--- /tmp/old.da5p4Z	2026-07-05 12:31:30.885001001 +0000
+++ /tmp/new.GS3xgD	2026-07-05 12:31:30.885001001 +0000
@@ -96,5 +96,5 @@
 
 # install pkg files
 quit_and_track_application 'com.microsoft.rdc.macos'
-sudo installer -pkg "$TMPDIR/Windows_App_11.3.6_installer.pkg" -target /
+sudo installer -pkg "$TMPDIR/Windows_App_11.3.7_installer.pkg" -target /
 relaunch_application 'com.microsoft.rdc.macos'

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

@coderabbitai

coderabbitai Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Walkthrough

This PR updates six Fleet-maintained macOS application output JSON files with newer release versions: Cherry Studio (1.9.11→1.9.12), CodexBar (0.38.1→0.39.0), CotEditor (7.0.5→7.0.6), PureVPN (9.43.0→9.44.0), Wealthfolio (3.5.3→3.6.0), and Windows App (11.3.6→11.3.7). Each update revises version strings, patched-query version comparison thresholds, installer URLs, and SHA-256 checksums where applicable. The Windows App entry additionally swaps its install script reference ID and updates the corresponding refs map entry to install the new package version.

Changes

Cohort / File(s) Summary
Cherry Studio darwin.json Version, patched threshold, installer URL, checksum updated to 1.9.12
CodexBar darwin.json Version, patched threshold, installer URL, checksum updated to 0.39.0
CotEditor darwin.json Version, patched threshold, installer URL, checksum updated to 7.0.6
PureVPN darwin.json Version and patched threshold updated to 9.44.0
Wealthfolio darwin.json Version, patched threshold, installer URL, checksum updated to 3.6.0
Windows App darwin.json Version, patched threshold, installer URL, checksum updated to 11.3.7; install script ref swapped and refs map entry updated

Possibly related PRs

  • fleetdm/fleet#47555: Prior version bump to the same CodexBar darwin.json manifest fields.
  • fleetdm/fleet#47596: Prior version bump updating CodexBar version, patched threshold, installer URL, and checksum.
  • fleetdm/fleet#47662: Prior CodexBar release update with the same version/patched/installer/checksum fields touched.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is far too brief and omits the required template sections like related issue, checklist, testing, and database migration details. Expand the PR description to follow the template: add related issue, relevant checklist items, testing performed, and any database migration notes.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title matches the main change by indicating Fleet-maintained apps were updated.
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-2607051224

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.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
ee/maintained-apps/outputs/wealthfolio/darwin.json (1)

9-9: 🚀 Performance & Scalability | 🔵 Trivial

Installer URL uses the pre-transfer GitHub org.

The Wealthfolio project transferred from afadil/wealthfolio to wealthfolio/wealthfolio; the afadil/wealthfolio release path should still redirect since it's a specific tagged asset URL, but consider pointing the ingestion source at the canonical org to avoid relying on GitHub's redirect behavior long-term.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@ee/maintained-apps/outputs/wealthfolio/darwin.json` at line 9, The
installer_url still points at the old afadil/wealthfolio release path; update
the Wealthfolio darwin.json ingestion source to use the canonical
wealthfolio/wealthfolio GitHub org instead. Keep the same tagged asset and
filename, but change the release base URL so the installer metadata is not
dependent on GitHub redirect behavior.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In `@ee/maintained-apps/outputs/wealthfolio/darwin.json`:
- Line 9: The installer_url still points at the old afadil/wealthfolio release
path; update the Wealthfolio darwin.json ingestion source to use the canonical
wealthfolio/wealthfolio GitHub org instead. Keep the same tagged asset and
filename, but change the release base URL so the installer metadata is not
dependent on GitHub redirect behavior.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 1bb7b3a0-5e3b-48ca-bb6b-3e96ff7fe712

📥 Commits

Reviewing files that changed from the base of the PR and between 5202700 and 87723c5.

📒 Files selected for processing (6)
  • ee/maintained-apps/outputs/cherry-studio/darwin.json
  • ee/maintained-apps/outputs/codexbar/darwin.json
  • ee/maintained-apps/outputs/coteditor/darwin.json
  • ee/maintained-apps/outputs/purevpn/darwin.json
  • ee/maintained-apps/outputs/wealthfolio/darwin.json
  • ee/maintained-apps/outputs/windows-app/darwin.json

@allenhouchins
allenhouchins merged commit ff7c0b8 into main Jul 5, 2026
13 checks passed
@allenhouchins
allenhouchins deleted the fma-2607051224 branch July 5, 2026 12:47
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