Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update Fleet-maintained apps#45775

Merged
allenhouchins merged 1 commit into
mainfrom
fma-2605190023
May 19, 2026
Merged

Update Fleet-maintained apps#45775
allenhouchins merged 1 commit into
mainfrom
fma-2605190023

Conversation

@fleet-release
Copy link
Copy Markdown
Contributor

@fleet-release fleet-release commented May 19, 2026

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • Chores
    • Updated Claude to 1.7196.3 (macOS, Windows).
    • Updated CLion to 2026.1.2 (macOS).
    • Updated Discord (macOS 0.0.391, Windows 1.0.9238).
    • Updated Draw.io to 30.0.2 (macOS).
    • Updated Elgato Stream Deck to 7.4.2 (macOS).
    • Updated Microsoft Teams to 26106.2113.4690.1073 (macOS).
    • Updated RustRover to 2026.1.2 (macOS).
    • Updated Zoom (macOS 7.0.5.81138, Windows 7.0.38856).

Review Change Stack

Generated automatically with cmd/maintained-apps.
Copy link
Copy Markdown

@claude claude Bot left a comment

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

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

ee/maintained-apps/outputs/discord/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/drawio/darwin.json

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

ee/maintained-apps/outputs/elgato-stream-deck/darwin.json

=== Install // fa45f519 -> 1dd644a7 ===

--- /tmp/old.3oCEBL	2026-05-19 00:27:14.003378861 +0000
+++ /tmp/new.ON21i8	2026-05-19 00:27:14.004378862 +0000
@@ -96,5 +96,5 @@
 
 # install pkg files
 quit_and_track_application 'com.elgato.StreamDeck'
-sudo installer -pkg "$TMPDIR/Stream_Deck_7.4.1.22720.pkg" -target /
+sudo installer -pkg "$TMPDIR/Stream_Deck_7.4.2.22730.pkg" -target /
 relaunch_application 'com.elgato.StreamDeck'

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

ee/maintained-apps/outputs/microsoft-teams/darwin.json

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

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

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

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

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

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

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

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 19, 2026

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: 95ec1b61-966b-4c6f-82f0-68243157c84a

πŸ“₯ Commits

Reviewing files that changed from the base of the PR and between 52e0ed4 and 106dcba.

πŸ“’ Files selected for processing (11)
  • ee/maintained-apps/outputs/claude/darwin.json
  • ee/maintained-apps/outputs/claude/windows.json
  • ee/maintained-apps/outputs/clion/darwin.json
  • ee/maintained-apps/outputs/discord/darwin.json
  • ee/maintained-apps/outputs/discord/windows.json
  • ee/maintained-apps/outputs/drawio/darwin.json
  • ee/maintained-apps/outputs/elgato-stream-deck/darwin.json
  • ee/maintained-apps/outputs/microsoft-teams/darwin.json
  • ee/maintained-apps/outputs/rustrover/darwin.json
  • ee/maintained-apps/outputs/zoom/darwin.json
  • ee/maintained-apps/outputs/zoom/windows.json

Walkthrough

This PR updates version metadata for 11 maintained third-party applications across macOS and Windows platforms. Each update follows a consistent pattern: the application version number is bumped, the SQL patched query's version-comparison threshold is updated to match, the installer_url is changed to the new release artifact, and the sha256 checksum is replaced. All installer and uninstaller script references remain unchanged except for Elgato Stream Deck, which also updates the install script reference and removes an unused variable from the script.

Possibly related PRs

  • fleetdm/fleet#45103: Updates Claude Windows manifest in ee/maintained-apps/outputs/claude/windows.json with bumped version, queries.patched threshold, installer_url, and sha256.
  • fleetdm/fleet#45565: Config-only updates to ee/maintained-apps/outputs/*/*.json bumping version, queries.patched gate, installer_url, and sha256 for new maintained-app releases.
  • fleetdm/fleet#43404: Updates ee/maintained-apps/outputs/claude/windows.json with new Claude Windows version including version_compare threshold, installer_url, and sha256.
πŸš₯ Pre-merge checks | βœ… 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The description is vague and generic. It states 'Automated ingestion of latest Fleet-maintained app data' without providing meaningful details about what was updated, which versions, or which applications were affected. Expand the description to specify which applications were updated, their version changes (e.g., Claude 1.7196.1β†’1.7196.3), and briefly explain the purpose of these updates.
βœ… Passed checks (4 passed)
Check name Status Explanation
Title check βœ… Passed The title 'Update Fleet-maintained apps' clearly and concisely summarizes the main change: updating version metadata and installation artifacts 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-2605190023

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 53650a5 into main May 19, 2026
13 checks passed
@allenhouchins allenhouchins deleted the fma-2605190023 branch May 19, 2026 01:32
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