Update Evernote maintained app to 11.28.2 - #50583
Conversation
Latest macOS release per https://evernote.com/release-notes.
There was a problem hiding this comment.
Pull request overview
Bumps the Fleet-maintained Evernote (macOS) app metadata to target version 11.28.2, updating the osquery patched query threshold so Fleet can evaluate whether hosts are at/above the desired version.
Changes:
- Updated Evernote target
versionfrom11.27.5→11.28.2. - Updated the
patchedosquery query to compare against11.28.2.
Suppressed comments (1)
ee/maintained-apps/outputs/evernote/darwin.json:11
- The declared target version is now 11.28.2, but the installer_url still embeds "Evernote-10.105.4" in the filename. Even if the URL always serves the latest build, this metadata mismatch is confusing and makes it harder to verify that the installer actually corresponds to the target version in the patched query.
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.evernote.Evernote' AND version_compare(bundle_short_version, '11.28.2') < 0);"
},
"installer_url": "https://mac.desktop.evernote.com/builds/Evernote-10.105.4-mac-ddl-stage-20240910164757-a2e60a8d876a07eded5d212fa56ba45214114ad0.dmg",
"install_script_ref": "4cd3103c",
"uninstall_script_ref": "b7960ac0",
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
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 manifest now declares version Possibly related PRs
✨ 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
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
Summary
Bumps the Fleet-maintained Evernote (macOS) app from
11.27.5to11.28.2, the latest version per the Evernote release notes.versionand the embeddedversion_comparetarget in thepatchedosquery query inee/maintained-apps/outputs/evernote/darwin.json.installer_urlandsha256are unchanged — Evernote's DMG installer link always serves the latest build (sha256: "no_check").inputs/homebrew/evernote.jsonis frozen and untouched, as required.Generated by Claude Code
Summary by CodeRabbit