Skip to content

Update Fleet-maintained apps - #46876

Merged
allenhouchins merged 1 commit into
mainfrom
fma-2606050408
Jun 5, 2026
Merged

Update Fleet-maintained apps#46876
allenhouchins merged 1 commit into
mainfrom
fma-2606050408

Conversation

@fleet-release

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

Copy link
Copy Markdown
Contributor

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • Chores
    • Updated supported application versions across multiple platforms: AWS CLI, Brave Browser, Claude, Granola, Loom, Microsoft Edge, NordVPN, Ollama, OrbStack, PhpStorm, RubyMine, Teleport Suite, and WebStorm with their latest releases.

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 Jun 5, 2026

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/brave-browser/windows.json

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

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

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

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

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

ee/maintained-apps/outputs/granola/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/microsoft-edge/darwin.json

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

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

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

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

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

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

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

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

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

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

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

ee/maintained-apps/outputs/teleport-suite/darwin.json

=== Install // 1253ca02 -> 8a361c06 ===

--- /tmp/old.UfOnEN	2026-06-05 04:12:36.234751710 +0000
+++ /tmp/new.2tNUOX	2026-06-05 04:12:36.234751710 +0000
@@ -96,5 +96,5 @@
 
 # install pkg files
 quit_and_track_application 'com.gravitational.teleport.tsh'
-sudo installer -pkg "$TMPDIR/teleport-18.8.2.pkg" -target /
+sudo installer -pkg "$TMPDIR/teleport-18.8.3.pkg" -target /
 relaunch_application 'com.gravitational.teleport.tsh'

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

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

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

@coderabbitai

coderabbitai Bot commented Jun 5, 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: 6df38ace-9fd6-4d70-bb72-1577e3c46c39

📥 Commits

Reviewing files that changed from the base of the PR and between 7a78d05 and 605047d.

📒 Files selected for processing (14)
  • ee/maintained-apps/outputs/aws-cli/windows.json
  • ee/maintained-apps/outputs/brave-browser/windows.json
  • ee/maintained-apps/outputs/claude/darwin.json
  • ee/maintained-apps/outputs/claude/windows.json
  • ee/maintained-apps/outputs/granola/windows.json
  • ee/maintained-apps/outputs/loom/windows.json
  • ee/maintained-apps/outputs/microsoft-edge/darwin.json
  • ee/maintained-apps/outputs/nordvpn/windows.json
  • ee/maintained-apps/outputs/ollama/darwin.json
  • ee/maintained-apps/outputs/orbstack/darwin.json
  • ee/maintained-apps/outputs/phpstorm/darwin.json
  • ee/maintained-apps/outputs/rubymine/windows.json
  • ee/maintained-apps/outputs/teleport-suite/darwin.json
  • ee/maintained-apps/outputs/webstorm/windows.json

Walkthrough

This pull request updates version metadata for 13 maintained applications across Windows and macOS platforms. Each file receives the same type of data update: version field bump, SQL query threshold adjustment for patch detection, installer URL change, and SHA256 checksum replacement. Script reference identifiers remain unchanged except for Teleport Suite, where the install script reference is updated to reflect the new installer package.

Possibly related PRs

  • fleetdm/fleet#46810: Updates the same maintained-app version-manifest entries (e.g., ee/maintained-apps/outputs/aws-cli/windows.json) by bumping version, queries.patched target, installer_url, and sha256.
  • fleetdm/fleet#46709: Updates overlapping Fleet-maintained app JSON entries (ee/maintained-apps/outputs/aws-cli/windows.json and ee/maintained-apps/outputs/claude/windows.json) by bumping version-specific queries, installer URLs, and checksums.
  • fleetdm/fleet#46307: Updates Fleet maintained-app JSON metadata in ee/maintained-apps/outputs/granola/windows.json with the same fields (version, queries, installer_url, sha256).
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The description is minimal but appropriate for an automated data ingestion task; however, it lacks detail about which apps were updated or any context about the changes. Consider adding more specific details such as which applications were updated, number of version updates, or a brief list of the apps changed to provide better context for reviewers.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change—updating multiple Fleet-maintained application configurations across various platforms and versions.
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-2606050408

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.

@allenhouchins
allenhouchins merged commit 802e33f into main Jun 5, 2026
13 checks passed
@allenhouchins
allenhouchins deleted the fma-2606050408 branch June 5, 2026 05:16
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