Update Fleet-maintained apps - #52546
Conversation
Generated automatically with cmd/maintained-apps.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (27)
Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review. WalkthroughUpdated 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
Merge Risk: ⚪ Minimal · up to 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)
✅ Passed checks (4 passed)
Full details: Description checkExplanation 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 CoverageExplanation 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.)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
**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>
Automated ingestion of latest Fleet-maintained app data.
Summary by CodeRabbit