Skip to content

Update Fleet-maintained apps#47654

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

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

Conversation

@fleet-release

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

Copy link
Copy Markdown
Contributor

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • Chores
    • Updated installer metadata for multiple applications including AWS CLI (Windows), Codex App (macOS), CodexBar (macOS), DevKnife (macOS), Discord (Windows), Loom (Windows), MACE (macOS), Milanote (macOS), Slack (Windows), and VirtualBuddy (macOS) to their latest available versions with updated verification checksums and installer paths.

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

Copy link
Copy Markdown
Contributor

Script Diff Results

ee/maintained-apps/outputs/aws-cli/windows.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/codexbar/darwin.json

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

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

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

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

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

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

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

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

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

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

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

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

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

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

=== Install Script (no changes) ===
=== Uninstall // 53e198e6 -> 335b859b ===

--- /tmp/old.xNC6zP	2026-06-16 09:48:23.201104586 +0000
+++ /tmp/new.9gCOO8	2026-06-16 09:48:23.201104586 +0000
@@ -56,5 +56,6 @@
 sudo rm -rf 'vctool'
 trash $LOGGED_IN_USER '~/Library/Application Support/VirtualBuddy'
 trash $LOGGED_IN_USER '~/Library/Caches/codes.rambo.VirtualBuddy'
+trash $LOGGED_IN_USER '~/Library/Caches/VirtualBuddy'
 trash $LOGGED_IN_USER '~/Library/HTTPStorages/codes.rambo.VirtualBuddy'
 trash $LOGGED_IN_USER '~/Library/Preferences/codes.rambo.VirtualBuddy.plist'

@coderabbitai

coderabbitai Bot commented Jun 16, 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: 69781a9b-35a1-447c-b771-d7d1033a8f77

📥 Commits

Reviewing files that changed from the base of the PR and between 67fce02 and 4d8bbae.

📒 Files selected for processing (10)
  • ee/maintained-apps/outputs/aws-cli/windows.json
  • ee/maintained-apps/outputs/codex-app/darwin.json
  • ee/maintained-apps/outputs/codexbar/darwin.json
  • ee/maintained-apps/outputs/devknife/darwin.json
  • ee/maintained-apps/outputs/discord/windows.json
  • ee/maintained-apps/outputs/loom/windows.json
  • ee/maintained-apps/outputs/mace/darwin.json
  • ee/maintained-apps/outputs/milanote/darwin.json
  • ee/maintained-apps/outputs/slack/windows.json
  • ee/maintained-apps/outputs/virtualbuddy/darwin.json

Walkthrough

Ten maintained-app JSON output files are updated. Nine apps receive parallel metadata changes: the version string, the version_compare threshold in the queries.patched SQL predicate, the installer_url, and the sha256 checksum are all updated to match new releases. The affected apps are AWS CLI (Windows, 2.35.4→2.35.5), Codex App (macOS, 26.609.41114→26.609.71450), CodexBar (macOS, 0.35.0→0.36.1), DevKnife (macOS, 1.15.2→1.15.3), Discord (Windows, 1.0.9241→1.0.9242), Loom (Windows, 0.353.3→0.354.0), MACE (macOS, 0.2.1-beta→0.2.2-beta), Milanote (macOS, 3.18.107→3.18.108), and Slack (Windows, 4.50.136→4.50.140). VirtualBuddy (macOS) receives only a script reference key rotation, changing uninstall_script_ref from 53e198e6 to 335b859b with the corresponding refs map key updated.

Possibly related PRs

  • fleetdm/fleet#47570: Updates the same aws-cli/windows.json and codex-app/darwin.json maintained-app entries by bumping version, queries.patched, installer_url, and sha256 fields.
  • fleetdm/fleet#47460: Directly updates ee/maintained-apps/outputs/devknife/darwin.json with the same pattern of version, patched threshold, installer URL, and checksum changes.
  • fleetdm/fleet#46734: Modifies ee/maintained-apps/outputs/virtualbuddy/darwin.json, the same file receiving the uninstall script ref key rotation in this PR.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The description is vague and overly generic, using only 'Automated ingestion of latest Fleet-maintained app data' without substantive detail about what was updated or why. Provide specific details about which apps were updated, the version changes made, and any relevant testing or validation performed for these automated updates.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Update Fleet-maintained apps' accurately and clearly describes the main purpose of the changeset, which is updating metadata for multiple Fleet-maintained applications.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fma-2606160942

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 and usage tips.

@github-actions

Copy link
Copy Markdown
Contributor

Closing in favor of #47662.

@github-actions github-actions Bot closed this Jun 16, 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