Update Fleet-maintained apps - #46628
Conversation
Generated automatically with cmd/maintained-apps.
There was a problem hiding this comment.
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.
WalkthroughThis PR updates version metadata for four maintained applications across two platforms. Grammarly Desktop macOS is bumped from 1.167.2 to 1.168.0, Granola macOS from 7.277.1 to 7.290.0, Krita Windows from 5.3.2.0 to 5.3.2.1, and Opera macOS installer from build 5905.11 to 5905.19. Each update includes a new installer download URL, corresponding sha256 checksum, and adjusted version threshold in the patched query condition. Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
There was a problem hiding this comment.
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/opera/darwin.json`:
- Around line 9-12: The manifest's patch gate currently treats any
bundle_short_version >= 132.0 as already patched so hosts on 132.0.5905.11 won't
receive the new installer_url/sha256; update the patch gate rule that references
bundle_short_version (or the patch threshold field) to require a minimum of
132.0.5905.19 (or compare full build/version string) so that installs on
132.0.5905.11 will be considered out-of-date and will pick up the new
installer_url and sha256 provided in this diff.
🪄 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: 323809ee-ac16-47fd-8057-9b5f074e3dcf
📒 Files selected for processing (4)
ee/maintained-apps/outputs/grammarly-desktop/darwin.jsonee/maintained-apps/outputs/granola/darwin.jsonee/maintained-apps/outputs/krita/windows.jsonee/maintained-apps/outputs/opera/darwin.json
| "installer_url": "https://get.geo.opera.com/pub/opera/desktop/132.0.5905.19/mac/Opera_132.0.5905.19_Setup.dmg", | ||
| "install_script_ref": "e9e947a7", | ||
| "uninstall_script_ref": "566d9846", | ||
| "sha256": "cf8aa5619bdcad7d0df548331dcf8b574782ea2607f71d8991aa80bbdc8fba6c", | ||
| "sha256": "e1fc083948f474efefd7f0c6468207184aeeab9f608b1fe647939efe2445e30a", |
There was a problem hiding this comment.
Update the patch gate to the new Opera build.
This switches the artifact to 132.0.5905.19, but the manifest still considers any bundle_short_version >= 132.0 patched. Hosts already on 132.0.5905.11 will therefore never pick up this build, so the new installer URL/hash is effectively unreachable for existing Opera 132.0 installs.
🤖 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/opera/darwin.json` around lines 9 - 12, The
manifest's patch gate currently treats any bundle_short_version >= 132.0 as
already patched so hosts on 132.0.5905.11 won't receive the new
installer_url/sha256; update the patch gate rule that references
bundle_short_version (or the patch threshold field) to require a minimum of
132.0.5905.19 (or compare full build/version string) so that installs on
132.0.5905.11 will be considered out-of-date and will pick up the new
installer_url and sha256 provided in this diff.
|
Closing in favor of #46629. |
Automated ingestion of latest Fleet-maintained app data.
Summary by CodeRabbit
Release Notes