Update Evernote macOS to 11.31.5 - #51866
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
WalkthroughThe Evernote Darwin catalog entry now targets version ✨ 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.
Pull request overview
Updates the Evernote macOS Fleet-maintained app manifest to version 11.31.5.
Changes:
- Bumps the manifest version.
- Updates the patched-version query threshold.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Related issue: N/A — automated Fleet-maintained app version update
Checklist for submitter
changes/,orbit/changes/oree/fleetd-chrome/changes. — N/A, matches the pattern used by other automated maintained-app version bumps (e.g. Update Fleet-maintained apps #51624), no changes file required.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.Testing
versionfield and the version string in thepatchedosquery query were updated.Summary
Evernote released a new macOS version (11.31.5, up from 11.30.6) per https://evernote.com/release-notes.
This updates
ee/maintained-apps/outputs/evernote/darwin.json:version:11.30.6→11.31.5patchedosquery query, to matchThe
installer_urlis a stable "always serves latest" link (sha256: "no_check"), so it, the sha256, and the install/uninstall script refs are left untouched. The frozen input atee/maintained-apps/inputs/homebrew/evernote.jsonis unchanged.Generated by Claude Code
Summary by CodeRabbit