Skip to content

Update Fleet-maintained apps - #52546

Merged
allenhouchins merged 1 commit into
mainfrom
fma-2609040004
Sep 4, 2026
Merged

allenhouchins merged 1 commit into
mainfrom
fma-2609040004

Conversation

@fleet-release

@fleet-release fleet-release commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • Updates
    • Updated maintained app definitions to track newer releases of Arc, AWS CLI, AWS SAM CLI, ChatGPT, Chrome, Claude, Companion, Cursor, Dayflow, DockDoor, Figma, Gemini, KeyStore Explorer, Loom, Ollama, Power BI, RewriteBar, Signal, Superwhisper, Visual Studio Code, Warp, and Wispr Flow.
    • Refreshed supported download links, version detection, and installer verification data where applicable.
    • Updated both macOS and Windows entries for Google Chrome, Ollama, and Signal.
  • Maintenance
    • Reordered Raspberry Pi Imager script references without changing their behavior.

Generated automatically with cmd/maintained-apps.
@coderabbitai

coderabbitai Bot commented Sep 4, 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: Team

Run ID: 63b1c0b9-7722-48fb-856d-04eccf74ff34

📥 Commits

Reviewing files that changed from the base of the PR and between dba26db and 33fa31a.

📒 Files selected for processing (27)
  • ee/maintained-apps/outputs/arc/darwin.json
  • ee/maintained-apps/outputs/aws-cli/windows.json
  • ee/maintained-apps/outputs/aws-sam-cli/windows.json
  • ee/maintained-apps/outputs/chatgpt/darwin.json
  • ee/maintained-apps/outputs/chrome-remote-desktop-host/darwin.json
  • ee/maintained-apps/outputs/claude/darwin.json
  • ee/maintained-apps/outputs/companion/darwin.json
  • ee/maintained-apps/outputs/cursor/darwin.json
  • ee/maintained-apps/outputs/dayflow/darwin.json
  • ee/maintained-apps/outputs/dockdoor/darwin.json
  • ee/maintained-apps/outputs/figma/darwin.json
  • ee/maintained-apps/outputs/google-chrome/darwin.json
  • ee/maintained-apps/outputs/google-chrome/windows.json
  • ee/maintained-apps/outputs/google-gemini/darwin.json
  • ee/maintained-apps/outputs/keystore-explorer/windows.json
  • ee/maintained-apps/outputs/loom/darwin.json
  • ee/maintained-apps/outputs/ollama/darwin.json
  • ee/maintained-apps/outputs/ollama/windows.json
  • ee/maintained-apps/outputs/power-bi/windows.json
  • ee/maintained-apps/outputs/raspberry-pi-imager/windows.json
  • ee/maintained-apps/outputs/rewritebar/darwin.json
  • ee/maintained-apps/outputs/signal/darwin.json
  • ee/maintained-apps/outputs/signal/windows.json
  • ee/maintained-apps/outputs/superwhisper/darwin.json
  • ee/maintained-apps/outputs/visual-studio-code/windows.json
  • ee/maintained-apps/outputs/warp/darwin.json
  • ee/maintained-apps/outputs/wispr-flow/darwin.json

Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review.


Walkthrough

Updated 24 maintained-app definitions for newer macOS and Windows releases. Changes update versions, patch-query thresholds, installer URLs, and SHA-256 checksums where applicable. Google Chrome Remote Desktop Host and Gemini update only version metadata and patch thresholds. Warp has no checksum change. Raspberry Pi Imager only reorders install and uninstall script references.

Possibly related PRs

  • fleetdm/fleet#51676: Updates overlapping maintained-app entries, including AWS CLI, Claude, Cursor, Ollama, Signal, Superwhisper, Warp, and Wispr Flow.
  • fleetdm/fleet#51214: Updates overlapping ChatGPT, Claude, Ollama, and Wispr Flow metadata.
  • fleetdm/fleet#51321: Updates overlapping ChatGPT and Cursor manifest entries.

Merge Risk: ⚪ Minimal · up to 33fa3

This updates maintained macOS and Windows application release metadata and patch thresholds. The supplied changes consistently align release versions with their installer metadata, with no remaining concrete merge-readiness risk.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description identifies the automated ingestion, but it does not follow the repository template or provide the required issue reference, checklist status, testing details, or applicable validation … Update the description to use the repository template. Add the related issue or mark it as not applicable, complete or remove applicable checklist sections, and document testing and QA results.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: updating Fleet-maintained app data.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
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.
Full details: Description check

Explanation

The description identifies the automated ingestion, but it does not follow the repository template or provide the required issue reference, checklist status, testing details, or applicable validation information.

Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (27 skipped: 27 unsupported.)

  • Fix all pre-merge checks with AI
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fma-2609040004

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.

@allenhouchins
allenhouchins merged commit 18ddb51 into main Sep 4, 2026
17 checks passed
@allenhouchins
allenhouchins deleted the fma-2609040004 branch September 4, 2026 01:32
allenhouchins added a commit that referenced this pull request Sep 9, 2026
**Related issue:** Resolves #

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
N/A — this follows the existing convention for automated
Fleet-maintained app version bumps, which don't include a changes file
(see e.g. #52546).

- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements), JS
inline code is prevented especially for url redirects, and untrusted
data interpolated into shell scripts/commands is validated against shell
metacharacters.
- [x] Timeouts are implemented and retries are limited to avoid infinite
loops
- [x] If paths of existing endpoints are modified without backwards
compatibility, checked the frontend/CLI for any necessary changes

## Testing

- [ ] Added/updated automated tests
- [ ] Where appropriate, [automated tests simulate multiple hosts and
test for host
isolation](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/reference/patterns-backend.md#unit-testing)
(updates to one hosts's records do not affect another)

- [x] QA'd all new/changed functionality manually

## AI

**AI:** Claude Code (claude-sonnet-5)

## Frontend

N/A — no UI changes.

## Summary

Evernote's [release notes page](https://evernote.com/release-notes)
lists **11.33.5** as the latest macOS version, up from **11.32.5**
currently defined in `ee/maintained-apps/outputs/evernote/darwin.json`.

Since this app's `installer_url` is a stable "always serves latest" link
(`sha256: "no_check"`), this PR only updates:
- the top-level `version` field
- the version string embedded in the `patched` osquery query

`installer_url`, `sha256`, script refs, and the Homebrew input
(`inputs/homebrew/evernote.json`) are left untouched.

https://claude.ai/code/session_01CxLMnJ88Hd6oXo7kbie4QQ

---
_Generated by [Claude
Code](https://claude.ai/code/session_01CxLMnJ88Hd6oXo7kbie4QQ)_

Co-authored-by: Claude <noreply@anthropic.com>
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