Skip to content

Update Fleet-maintained apps#45225

Merged
allenhouchins merged 1 commit into
mainfrom
fma-2605121233
May 12, 2026
Merged

Update Fleet-maintained apps#45225
allenhouchins merged 1 commit into
mainfrom
fma-2605121233

Conversation

@fleet-release
Copy link
Copy Markdown
Contributor

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

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • Chores
    • Updated TablePlus (macOS) to version 6.9.2
    • Updated Telegram Desktop (Windows) to version 6.8.2
    • Updated Warp (macOS) to version 0.2026.05.06.15.42.04

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.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 12, 2026

Walkthrough

This PR updates version metadata for three maintained applications in Fleet. Each update modifies a separate JSON configuration file to bump the application version and align related fields: the patched SQL query's version comparison threshold, the installer download URL, and the installer's sha256 checksum. The changes affect TablePlus macOS (6.9.2), Telegram Desktop Windows (6.8.2), and Warp macOS (0.2026.05.06.15.42.04). Script reference fields remain unchanged across all three updates.

Possibly related PRs

  • fleetdm/fleet#45098: Also updates ee/maintained-apps/outputs/telegram/windows.json and ee/maintained-apps/outputs/warp/darwin.json with similar app metadata changes.
🚥 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 process. However, it does not follow the required template structure with sections, checklists, and validation confirmations. Consider whether this automated PR should follow the standard template or if a simplified template is acceptable for routine version update automation.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Update Fleet-maintained apps' clearly describes the main change: updating version data for multiple Fleet-maintained applications across different platforms.
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-2605121233

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.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 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.

Inline comments:
In `@ee/maintained-apps/outputs/warp/darwin.json`:
- Around line 9-12: Replace the "no_check" sha256 placeholder for this Warp
release with the actual SHA-256 digest of the artifact referenced by
installer_url
("https://releases.warp.dev/stable/v0.2026.05.06.15.42.stable_04/Warp.dmg");
compute the checksum (e.g., curl -L the URL and run shasum -a 256) and update
the "sha256" field in darwin.json to that value so the integrity check is
enforced while leaving the installer_url, install_script_ref, and
uninstall_script_ref unchanged.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: b9fd762d-5309-4b28-bab6-44a420c84d9f

📥 Commits

Reviewing files that changed from the base of the PR and between 2935856 and 3def1fa.

📒 Files selected for processing (3)
  • ee/maintained-apps/outputs/tableplus/darwin.json
  • ee/maintained-apps/outputs/telegram/windows.json
  • ee/maintained-apps/outputs/warp/darwin.json

Comment on lines +9 to 12
"installer_url": "https://releases.warp.dev/stable/v0.2026.05.06.15.42.stable_04/Warp.dmg",
"install_script_ref": "4b1c0c37",
"uninstall_script_ref": "bd923c6f",
"sha256": "no_check",
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.

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Pin the Warp installer checksum instead of using no_check.

This release points to a specific immutable artifact URL, but integrity verification is disabled. That weakens supply-chain guarantees for this update.

Suggested change
-      "sha256": "no_check",
+      "sha256": "<computed_sha256>",
🤖 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/warp/darwin.json` around lines 9 - 12, Replace the
"no_check" sha256 placeholder for this Warp release with the actual SHA-256
digest of the artifact referenced by installer_url
("https://releases.warp.dev/stable/v0.2026.05.06.15.42.stable_04/Warp.dmg");
compute the checksum (e.g., curl -L the URL and run shasum -a 256) and update
the "sha256" field in darwin.json to that value so the integrity check is
enforced while leaving the installer_url, install_script_ref, and
uninstall_script_ref unchanged.

@allenhouchins allenhouchins merged commit 957089f into main May 12, 2026
13 checks passed
@allenhouchins allenhouchins deleted the fma-2605121233 branch May 12, 2026 13:58
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